Skip to content

Commit

Permalink
#142 Wildfly 34 upgrade
Browse files Browse the repository at this point in the history
- jpa
- batch service
- frappee
  • Loading branch information
czenczl committed Jan 22, 2025
1 parent 3c692c2 commit d359e8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/bom-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<version.hu.icellmobilsoft.coffee>2.10.0-SNAPSHOT</version.hu.icellmobilsoft.coffee>
<version.hu.icellmobilsoft.frappee>1.0.0</version.hu.icellmobilsoft.frappee>
<version.hu.icellmobilsoft.frappee>1.1.0-SNAPSHOT</version.hu.icellmobilsoft.frappee>
<version.org.eclipse.microprofile>6.1</version.org.eclipse.microprofile>
<version.hu.icellmobilsoft.roaster>2.3.0</version.hu.icellmobilsoft.roaster>
<version.io.smallrye.config.source.yaml>3.3.4</version.io.smallrye.config.source.yaml>
Expand Down
3 changes: 1 addition & 2 deletions bom/bom-wf/bom-wf-34/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
<version.commons-codec>1.17.1</version.commons-codec>
<version.commons-io>2.16.1</version.commons-io>
<!-- TODO check frappee-->
<version.org.hibernate.orm>6.2.13.Final</version.org.hibernate.orm>
<version.org.hibernate.orm>6.6.1.Final</version.org.hibernate.orm>

<version.org.jboss.resteasy>6.2.11.Final</version.org.jboss.resteasy>

Expand Down
2 changes: 1 addition & 1 deletion etc/docker-compose/docker-compose.local.wildfly-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: backend-sampler
services:
sample-service:
container_name: bs-sample-service
image: icellmobilsoft/wildfly-mp-full-oracle-jdbc:3.0.0
image: icellmobilsoft/wildfly-mp-full-oracle-jdbc:4.0.0-SNAPSHOT
ports:
- '8081:8080'
- '9991:9990'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ name: backend-sampler
services:
sample-service:
container_name: bs-sample-service
image: icellmobilsoft/wildfly-mp-full-postgresql-jdbc:3.0.0
# jboss-deployment-structure.xml + beanutils dep needed
# image: icellmobilsoft/wildfly-mp-jpa-postgresql-jdbc:4.0.0-SNAPSHOT
# full image, the server contains beanutils, collections libraries, and the netty extension bug is not appearing due to some transitive dep...
image: icellmobilsoft/wildfly-mp-full-postgresql-jdbc:4.0.0-SNAPSHOT
ports:
- '8081:8080'
- '9991:9990'
Expand Down

0 comments on commit d359e8e

Please sign in to comment.