Skip to content

Commit

Permalink
[307] Remove the RESTEasy MicroProfile feature packs. The channel sho…
Browse files Browse the repository at this point in the history
…uld be used instead.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Jun 20, 2024
1 parent 449f7f9 commit de1d6b2
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 701 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wildfly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven Java ${{ matrix.java }}
run: mvn -B clean install '-Dversion.org.wildfly=${{ needs.wildfly-build.outputs.wildfly-version }}'
run: mvn -B clean install '-Dserver.version=${{ needs.wildfly-build.outputs.wildfly-version }}'
- name: Upload surefire reports
uses: actions/upload-artifact@v4
if: failure()
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
<version.org.jboss.logging.jboss-logging-tools>2.2.1.Final</version.org.jboss.logging.jboss-logging-tools>
<version.org.jboss.resteasy>6.2.9.Final</version.org.jboss.resteasy>

<version.org.wildfly>32.0.1.Final</version.org.wildfly>
<!-- TODO (jrp) this can be removed when RESTEASY-2973 is resolved -->
<version.org.wildfly.common>1.7.0.Final</version.org.wildfly.common>

Expand Down Expand Up @@ -115,7 +114,6 @@
<module>rest-client-base</module>
<module>rest-client</module>
<module>context-propagation</module>
<module>wildfly/galleon-pack</module>
<module>wildfly/resteasy-microprofile-channel</module>
<module>testsuite</module>
</modules>
Expand Down
62 changes: 0 additions & 62 deletions wildfly/galleon-pack/common/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de1d6b2

Please sign in to comment.