Skip to content

Conversation

@alekszivko
Copy link
Collaborator

No description provided.

add quarkus bom to parent pom
- manually update quarkus version to 3.23.2
 - fixes buytebuddy java version issue -> so Java 21 can be used

convert persistence.xml to application properties for db module
-> automatically rewrite persistence.xml (kai) with application properties values
-> manually rename and move file to proper location **/resources
-> manually update db module pom.xml to use h2 driver instead of automatically (kai) added postgresql driver
remove unused RestConfig(not required in Quarkus)

add manually application.properties for tests since kai does not do it
close to everything manually - from here the application runs on Quarkus 3 while db tests currently dont work and integration tests as well

add quarkus maven plugin with build goals to pluginManagement in parent pom

add/and fix kai using the wrong/old naming for quarkus-resteasy to quarkus-rest and put it in the right module not war module

remove jandex-maven-plugin from domain since it seems not to be required -> add instead to parent pom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants