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

Fix test scenarios and driver settings #5188

Merged
merged 4 commits into from
Aug 2, 2023
Merged

Conversation

nielsm5
Copy link
Member

@nielsm5 nielsm5 commented Aug 2, 2023

No description provided.

@sonatype-lift
Copy link

sonatype-lift bot commented Aug 2, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline

@nielsm5 nielsm5 marked this pull request as ready for review August 2, 2023 11:59
@nielsm5 nielsm5 merged commit 2ff6243 into master Aug 2, 2023
@nielsm5 nielsm5 deleted the issue/fixTestScenarios branch August 2, 2023 16:16
@nielsm5 nielsm5 linked an issue Aug 2, 2023 that may be closed by this pull request
@@ -234,7 +233,7 @@
</xa-datasource>
<xa-datasource jndi-name="java:/jdbc/ibis4test-mariadb" pool-name="ibis4test-mariadb">
<driver>mariadb</driver>
<xa-datasource-property name="URL">jdbc:mariadb://${env.jdbc.hostname:host.docker.internal}:3306/testiaf</xa-datasource-property>
<xa-datasource-property name="Url">jdbc:mariadb://${env.jdbc.hostname:host.docker.internal}:3306/testiaf</xa-datasource-property>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Waarom is de case hier veranderd maar niet bij de MySQL driver? Is dat MariaDB specific?
  • Waarom is pinGlobalTxToPhysicalConnection hier niet aan de URL toegevoegd? (idem voor Wildfly en WebSphere configs)

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.

Add MariaDB support using MariaDB native driver instead of MySQL
3 participants