Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Spring boot upgrade issue with mysql and postgresql (fix for issue #674) #679

Merged
merged 2 commits into from
Aug 30, 2018
Merged

Spring boot upgrade issue with mysql and postgresql (fix for issue #674) #679

merged 2 commits into from
Aug 30, 2018

Conversation

vapadwal
Copy link
Contributor

@vapadwal vapadwal commented Aug 29, 2018

Basically this PR is for issue #680 , which is extentsion to issue #674

So this PR includes review suggested in PR #677 and also the issue related to postgres.

So now we can close the PR #677 without merging and considered this as final PR

@vapadwal vapadwal added the bug label Aug 30, 2018
@vapadwal vapadwal self-assigned this Aug 30, 2018
@vapadwal vapadwal added this to the oasp:3.0.0 milestone Aug 30, 2018
@vapadwal vapadwal requested a review from hohwille August 30, 2018 06:56
Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

@vapadwal thanks for this PR and the very detailed issue #674
This is great and I assume you have testet it already. I have a final little clarification. Apart from that I am quite sure we now have nailed it down. Thank you so much for your help.

<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings version="1.0" xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd">
#if ($dbType == 'mysql')
Copy link
Member

@hohwille hohwille Aug 30, 2018

Choose a reason for hiding this comment

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

After working this through I think that mariadb should be treated the same as it is a fork of mysql with the same behavior. Is that correct or am I missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have tested it with mysql, postgres, h2 and oracle. will test it with mariadb and if require I will change it accordingly

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done the required changes for mariadb

@hohwille hohwille changed the title Spring boot upgrade issue Spring boot upgrade issue with mysql and postgresql (fix for issue #674) Aug 30, 2018
@vapadwal
Copy link
Contributor Author

Updated with the review comments for mariadb

Copy link
Member

@hohwille hohwille left a comment

Choose a reason for hiding this comment

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

Perfect. IMHO we have solved everything now.

<?xml version="1.0" encoding="UTF-8"?>
<entity-mappings version="1.0" xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd">
#if ($dbType == 'mysql' || $dbType == 'mariadb')
Copy link
Member

Choose a reason for hiding this comment

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

excellent. Thank you so much.

@hohwille hohwille merged commit 1657f4a into oasp:develop Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants