Skip to content

Conversation

@vietj
Copy link
Member

@vietj vietj commented Jun 27, 2024

Bring JPMS support to SQL client.

Due to the incapacity of test containers to run with JPMS (testcontainers/testcontainers-java#7337) tests have not been touched and tests are executed with a class-path instead of a module-path.

The part of the API that is used in vertx-jdbc-client (the bridge between the API and the back-end system) has been extracted outside of the io.vertx.sqlclient.impl so vertx-jdbc-client can also become a JPMS module. This part will most likely be extracted in a new module to better encapsulate it and avoid it in the user-facing API.

@vietj vietj added this to the 5.0.0 milestone Jun 27, 2024
@vietj vietj merged commit c85c89d into master Jun 27, 2024
@vietj vietj deleted the jpms-support branch June 27, 2024 06:25
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