Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tests #52

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Improve tests #52

merged 2 commits into from
Jan 24, 2025

Conversation

gaol
Copy link
Collaborator

@gaol gaol commented Jan 20, 2025

Fixes #49

This PR tries to:

  • Fix the scm url in pom
  • Upgrade to WildFly 35.0.0.Final
  • Update JDK requirement to 17 to aligh with WildFly 35
  • Upgrade vertx core to 4.5.11, smallrye-mutiny-vertx to 3.15.0
  • Introduce the manifest to provision the server with specified version of dependencies
  • Do not provision the server again in the integration tests, copy from build distribution
  • Enable the VertxInjectionTestCase

@gaol gaol force-pushed the improve_tests branch 2 times, most recently from 266c663 to 83c1db0 Compare January 23, 2025 06:20
* Upgrade to WildFly 35.0.0.Final
* Update JDK requirement to 17 to aligh with WildFly 35
* Upgrade vertx core to 4.5.11, smallrye-mutiny-vertx to 3.15.0
* Introduce the manifest to provision the server with specified version of dependencies
* Do not provision the server again in the integration tests, copy from build distribution
* Enable the VertxInjectionTestCase
@gaol gaol merged commit 6c388c5 into wildfly-extras:1.x Jan 24, 2025
4 checks passed
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.

Improve the test
1 participant