Skip to content

Add UuidNormalizer, updates and fixes#13

Open
mbazanski wants to merge 9 commits intomainfrom
improvements
Open

Add UuidNormalizer, updates and fixes#13
mbazanski wants to merge 9 commits intomainfrom
improvements

Conversation

@mbazanski
Copy link
Copy Markdown

No description provided.

@mbazanski mbazanski requested a review from bwaldvogel May 6, 2026 06:44

int threadCount = 50;
CountDownLatch startLatch = new CountDownLatch(1);
ExecutorService executor = Executors.newFixedThreadPool(threadCount);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we use ConcurrentTest from our test-utils here?

We might need to extend it a bit. That would make sense anyway IMO.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I think since we only use Java 8 here I cannot use test-utils.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Wouldn’t it be time to raise the min required Java version? IMO we can require Java 17+

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I have no strong opinion on this. I guess at some point one might want to use newer features in the validation file api, but currently there is no pressure to do it.

Comment thread build.gradle Outdated

wrapper {
gradleVersion = "7.0"
gradleVersion = "8.10.2"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

That should be part of the next commit. IMO we should bump it to 9.5.0

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Ups. Fixed.

And I think gradle 9 does not work with java 8.

mbazanski added 2 commits May 6, 2026 16:01
Pin JUnit to 5.x due to Java 8 incompatibility with JUnit 6
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