Skip to content

feat(deps): Migration to Quarkus 3.20.0 #169

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

Merged
merged 1 commit into from
May 21, 2025
Merged

Conversation

Annlazar
Copy link
Contributor

@Annlazar Annlazar commented May 19, 2025

Fixes #161.
Update #162.

Fix integration tests.
Update FileUtils.forceDelete to forceDeleteOnExit to be able to build in Windows

Co-authored-by: edeweerd emile.deweerd@amadeus.com

@Annlazar Annlazar requested a review from a team as a code owner May 19, 2025 14:27
Fixes #161.
Update #162.

Fix integration tests.
Update FileUtils.forceDelete to forceDeleteOnExit to be able to build in Windows

Co-authored-by: edeweerd <emile.deweerd@amadeus.com>
@Annlazar Annlazar force-pushed the migration-quarkus-3.20 branch from 2646e8e to f94d0ab Compare May 19, 2025 14:33
@@ -40,8 +38,6 @@ void createsTempDirAndDeletesIt() {
assertThat(props, hasEntry(equalTo("kafka-streams.state.dir"), containsString("kstreamstateful")));

resource.stop();

assertFalse(new File(props.get("kafka-streams.state.dir")).exists());
Copy link
Contributor

Choose a reason for hiding this comment

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

so why we removed this one?

Copy link
Contributor

Choose a reason for hiding this comment

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

We need a remove on JVM exit, as in windows the rockdb lock is kept too long for the deletion to be done immediatly. At the time of running this assert the directory is not yet removed, i.e. it will fail.

@Annlazar Annlazar merged commit e766f3e into main May 21, 2025
1 check passed
@Annlazar Annlazar deleted the migration-quarkus-3.20 branch May 21, 2025 13:04
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.

Move to Quarkus 3.20 LTS
3 participants