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 Spring Data compilation after Spring bump upstream #485

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

rsvoboda
Copy link
Member

Fix Spring Data compilation after Spring bump upstream

After quarkusio/quarkus#40344 compilation of this project fails.

@rsvoboda rsvoboda requested a review from michalvavrik June 13, 2024 06:58
Copy link
Member

@michalvavrik michalvavrik left a comment

Choose a reason for hiding this comment

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

LGTM

CI fails over Caused by: io.quarkus.runtime.configuration.ConfigurationException: Persistence unit 'fruits' was configured to run with a database version of at least '10.6.0', but the actual version is '10.3.0'. Consider upgrading your database. Alternatively, rebuild your application with 'quarkus.datasource."fruits".db-version=10.3.0' (but this may disable some features and/or impact performance negatively). which is different issue

@michalvavrik michalvavrik merged commit 37e4fd5 into quarkus-qe:main Jun 13, 2024
3 of 4 checks passed
@rsvoboda
Copy link
Member Author

I can look into 021-quarkus-panache-multiple-pus fail

@rsvoboda
Copy link
Member Author

@michalvavrik
Copy link
Member

thanks

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