Skip to content

Commit

Permalink
Integrate early build of Jersey 4.
Browse files Browse the repository at this point in the history
This build was done specifically for GF and only updates dependencies

Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jan 7, 2024
1 parent 6f42de0 commit b03ffc5
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 1,618 deletions.
61 changes: 0 additions & 61 deletions appserver/distributions/glassfish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,75 +133,14 @@




<!-- To support Pages 5 -->
<jarupdate
basedir="${patches}/jersey-mvc-jsp" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-mvc-jsp.jar"
/>


<!-- To support Jakarta Annotations 3 -->
<jarupdate
basedir="${patches}/jersey-client" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-client.jar"
/>
<jarupdate
basedir="${patches}/jersey-common" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-common.jar"
/>
<jarupdate
basedir="${patches}/jersey-server" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-server.jar"
/>
<jarupdate
basedir="${patches}/jersey-hk2" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-hk2.jar"
/>
<jarupdate
basedir="${patches}/jersey-media-json-jackson" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-media-json-jackson.jar"
/>
<jarupdate
basedir="${patches}/jersey-entity-filtering" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-entity-filtering.jar"
/>
<jarupdate
basedir="${patches}/jersey-media-sse" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-media-sse.jar"
/>
<jarupdate
basedir="${patches}/jersey-media-json-processing" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-media-json-processing.jar"
/>
<jarupdate
basedir="${patches}/parsson-media" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/parsson-media.jar"
/>
<jarupdate
basedir="${patches}/jersey-cdi1x" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-cdi1x.jar"
/>
<jarupdate
basedir="${patches}/jersey-cdi1x-transaction" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-cdi1x-transaction.jar"
/>
<jarupdate
basedir="${patches}/webservices-osgi" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/webservices-osgi.jar"
/>
<jarupdate
basedir="${patches}/jersey-mvc" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/jersey-mvc.jar"
/>
<jarupdate
basedir="${patch.classes}" includes="org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider.class"
destfile="${glassfish.modules}/jersey-cdi1x.jar"
/>
<jarupdate
basedir="${patch.classes}" includes="org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProvider$*"
destfile="${glassfish.modules}/jersey-cdi1x.jar"
/>
<jarupdate
basedir="${patches}/hibernate-validator-cdi" includes="META-INF/MANIFEST.MF"
destfile="${glassfish.modules}/hibernate-validator-cdi.jar"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b03ffc5

Please sign in to comment.