Skip to content

Commit

Permalink
Remove Jersey 3.x incompatible extension modules
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <[email protected]>
  • Loading branch information
jansupol authored and senivam committed Oct 1, 2020
1 parent 10f6d13 commit c8a04c7
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 1,161 deletions.
8 changes: 4 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<module>helloworld-pure-jax-rs</module>
<module>helloworld-webapp</module>
<module>helloworld-weld</module>
<module>helloworld-spring-webapp</module>
<module>helloworld-spring-annotations</module>
<!-- <module>helloworld-spring-webapp</module>-->
<!-- <module>helloworld-spring-annotations</module>-->
<module>http-patch</module>
<module>http-trace</module>
<module>https-clientserver-grizzly</module>
Expand All @@ -89,8 +89,8 @@
<module>jaxrs-types-injection</module>
<module>jersey-ejb</module>
<module>json-binding-webapp</module>
<module>json-jackson</module>
<module>json-jettison</module>
<!-- <module>json-jackson</module>-->
<!-- <module>json-jettison</module>-->
<module>json-moxy</module>
<!-- <module>json-processing-webapp</module> JSONP-->
<module>json-with-padding</module>
Expand Down
5 changes: 4 additions & 1 deletion ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@
<module>mvc-mustache</module>
<module>proxy-client</module>
<module>rx</module>
<module>servlet-portability</module>
<!-- do not release spring 4 and spring 5 modules with Jersey 3.x
<module>spring4</module>
<module>spring5</module>
-->
<module>wadl-doclet</module>
<!-- do not release MP modules with Jersey 3.x
<module>microprofile</module>
-->
</modules>

<dependencies>
Expand Down
77 changes: 0 additions & 77 deletions ext/servlet-portability/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c8a04c7

Please sign in to comment.