<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "Lucene-main-Windows" build number 20,079</shortDescription><upstreamBuild>20079</upstreamBuild><upstreamProject>Lucene-main-Windows</upstreamProject><upstreamUrl>job/Lucene-main-Windows/</upstreamUrl></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginbranch_10x _class='hudson.plugins.git.util.Build'><buildNumber>5343</buildNumber><marked><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><branch><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><name>refs/remotes/origin/branch_10x</name></branch></marked><revision><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><branch><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><name>refs/remotes/origin/branch_10x</name></branch></revision></refsremotesoriginbranch_10x></buildsByBranchName><lastBuiltRevision><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><branch><SHA1>fbb76fd7a0272305e1b584aa379d913eee4e0711</SHA1><name>refs/remotes/origin/branch_10x</name></branch></lastBuiltRevision><remoteUrl>https://gitbox.apache.org/repos/asf/lucene.git</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='hudson.model.ParametersAction'></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>1474</skipCount><totalCount>19783</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Java: 64bit/hotspot/jdk-26.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC</description><displayName>#5343</displayName><duration>942867</duration><estimatedDuration>966132</estimatedDuration><fullDisplayName>Lucene-10.x-macOS #5343</fullDisplayName><id>5343</id><inProgress>false</inProgress><keepLog>false</keepLog><number>5343</number><queueId>226009</queueId><result>SUCCESS</result><timestamp>1785511149570</timestamp><url>https://jenkins.thetaphi.de/view/Lucene/job/Lucene-10.x-macOS/5343/</url><builtOn>macOS VM</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/core/src/generated/checksums/generateCaseExpansion.json</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/analysis/TestCharacterUtils.java</affectedPath><affectedPath>lucene/core/src/generated/checksums/generateSimpleCaseFolding.json</affectedPath><affectedPath>gradle/generation/icu/GenerateCaseExpansion.groovy</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/CaseExpansion.java</affectedPath><affectedPath>gradle/generation/icu/GenerateSimpleCaseFolding.groovy</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/UnicodeUtil.java</affectedPath><affectedPath>lucene/analysis/common/src/java/module-info.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/analysis/CharacterUtils.java</affectedPath><affectedPath>lucene/analysis/common/src/resources/META-INF/services/org.apache.lucene.analysis.TokenFilterFactory</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/analysis/CaseFoldingFilter.java</affectedPath><affectedPath>gradle/generation/icu.gradle</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/core/CaseFoldingFilterFactory.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/Automata.java</affectedPath><affectedPath>gradle/generation/icu/GenerateCaseFolding.groovy</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/CaseFolding.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/SimpleCaseFolding.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/CaseFoldBenchmark.java</affectedPath><commitId>fbb76fd7a0272305e1b584aa379d913eee4e0711</commitId><timestamp>1785511024000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Add CaseFoldingFilter with flat lookup table (#16371) (#16444)

Backport from main to branch_10x.
(cherry picked from commit ba69bfb1ea9af0bd6ea58f3c8f88ef5e30b09b13)

Add CaseFoldingFilter for Unicode simple case folding without
requiring the ICU analysis plugin. Uses a generated switch for fold
exceptions with Character.toLowerCase() as the default fallback.

Rename CaseFolding.java to CaseExpansion.java in automaton package.
Fix regeneration task naming to integrate with checksum framework.

Adapted for 10.x build system (gradle/generation/ path,
wrapWithPersistentChecksums, spotless formatting, ICU 77.1).
</comment><date>2026-07-31 17:17:04 +0200</date><id>fbb76fd7a0272305e1b584aa379d913eee4e0711</id><msg>Add CaseFoldingFilter with flat lookup table (#16371) (#16444)</msg><path><editType>add</editType><file>lucene/core/src/java/org/apache/lucene/util/SimpleCaseFolding.java</file></path><path><editType>add</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/core/CaseFoldingFilterFactory.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/Automata.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/analysis/CharacterUtils.java</file></path><path><editType>edit</editType><file>gradle/generation/icu.gradle</file></path><path><editType>delete</editType><file>gradle/generation/icu/GenerateCaseFolding.groovy</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/resources/META-INF/services/org.apache.lucene.analysis.TokenFilterFactory</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/analysis/TestCharacterUtils.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/module-info.java</file></path><path><editType>add</editType><file>lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/CaseFoldBenchmark.java</file></path><path><editType>add</editType><file>gradle/generation/icu/GenerateCaseExpansion.groovy</file></path><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>add</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/CaseExpansion.java</file></path><path><editType>add</editType><file>lucene/core/src/generated/checksums/generateSimpleCaseFolding.json</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/UnicodeUtil.java</file></path><path><editType>add</editType><file>gradle/generation/icu/GenerateSimpleCaseFolding.groovy</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/RegExp.java</file></path><path><editType>delete</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/CaseFolding.java</file></path><path><editType>add</editType><file>lucene/core/src/java/org/apache/lucene/analysis/CaseFoldingFilter.java</file></path><path><editType>add</editType><file>lucene/core/src/generated/checksums/generateCaseExpansion.json</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>