Skip to content

[Backport] [Oracle GraalVM] [GR-73449] Backport to 25.0: TRegex: sync OracleDB flavor with upstream update to Unicode version 17.#45

Closed
bulasevich wants to merge 3 commits into
graalvm:masterfrom
bulasevich:GR-73449
Closed

[Backport] [Oracle GraalVM] [GR-73449] Backport to 25.0: TRegex: sync OracleDB flavor with upstream update to Unicode version 17.#45
bulasevich wants to merge 3 commits into
graalvm:masterfrom
bulasevich:GR-73449

Conversation

@bulasevich

Copy link
Copy Markdown
Collaborator

This PR backports:

Conflicts:

<<<<<<< HEAD
    private static final CaseFoldTable UNICODE_15_0_0_ODB_SIMPLE = new CaseFoldTable(UNICODE_15_1_0_CF_SIMPLE, new int[]{
=======
    private static final CaseFoldTable UNICODE_17_0_0_ODB_SIMPLE = new CaseFoldTable(UNICODE_17_0_0_CF_SIMPLE, new int[]{
>>>>>>> 1538d029bc7 (TRegex: sync OracleDB flavor with upstream update to Unicode version 17)

To resolve the conflict in CaseFoldData.java, I included the prerequisite commits it depends on.

Closes: #36

(cherry picked from commit 7149106f65b0b2b37ef951579d462d634fab35bf)
(cherry picked from commit df204c1ff5e0999c1e1e39d09219e66845999c1a)
(cherry picked from commit 1538d029bc7a9b7825aadb0dd417d6031000b669)
@zakkak

zakkak commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #57.

Thank you @bulasevich

@zakkak zakkak closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backport] [Oracle GraalVM] [GR-73449] Backport to 25.0: TRegex: sync OracleDB flavor with upstream update to Unicode version 17.

3 participants