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

[BF] split words correctly in java >= 19 #7

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

fp7
Copy link

@fp7 fp7 commented Jan 19, 2023

In Java 19 the behaviour of the word boundary was changed. It only matches ascii per default.
see https://bugs.openjdk.org/browse/JDK-8264160

In Java 19 the behaviour of the word boundary was changed.
It only matches ascii per default.
see https://bugs.openjdk.org/browse/JDK-8264160
@Homyakin
Copy link
Owner

@fp7 hi, it would be perfect if you help me to write test cases for this.

@fp7
Copy link
Author

fp7 commented Apr 3, 2023

@Homyakin The tests are already there. They just have to be executed with a jdk version >=19.

@Homyakin Homyakin changed the title Split words correctly in java19 [BF] split words correctly in java19 Sep 4, 2024
@Homyakin Homyakin changed the title [BF] split words correctly in java19 [BF] split words correctly in java >= 19 Sep 4, 2024
@Homyakin Homyakin merged commit a4143ad into Homyakin:master Sep 4, 2024
Homyakin pushed a commit that referenced this pull request Sep 4, 2024
In Java 19 the behaviour of the word boundary was changed.
It only matches ascii per default.
see https://bugs.openjdk.org/browse/JDK-8264160
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