org.apache.commons:commons-text
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| artifactId=commons-text | ||
| groupId=org.apache.commons | ||
| version=1.14.0 | ||
| version=1.15.0 |
@@ -10,3 +10,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| https://www.apache.org/licenses/LICENSE-2.0 | ||
@@ -24,6 +24,6 @@ Unless required by applicable law or agreed to in writing, software | ||
| <artifactId>commons-parent</artifactId> | ||
| <version>85</version> | ||
| <version>93</version> | ||
| </parent> | ||
| <artifactId>commons-text</artifactId> | ||
| <version>1.14.0</version> | ||
| <version>1.15.0</version> | ||
| <name>Apache Commons Text</name> | ||
@@ -38,3 +38,3 @@ <description>Apache Commons Text is a set of utility functions and reusable components for processing | ||
| <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> | ||
| <project.build.outputTimestamp>2025-07-20T13:34:14Z</project.build.outputTimestamp> | ||
| <project.build.outputTimestamp>2025-12-04T15:53:46Z</project.build.outputTimestamp> | ||
| <maven.compiler.source>1.8</maven.compiler.source> | ||
@@ -45,4 +45,4 @@ <maven.compiler.target>1.8</maven.compiler.target> | ||
| <commons.module.name>org.apache.commons.text</commons.module.name> | ||
| <commons.release.version>1.14.0</commons.release.version> | ||
| <commons.release.next>1.14.1</commons.release.next> | ||
| <commons.release.version>1.15.0</commons.release.version> | ||
| <commons.release.next>1.15.1</commons.release.next> | ||
| <commons.release.desc>(Java 8+)</commons.release.desc> | ||
@@ -54,4 +54,4 @@ <commons.jira.id>TEXT</commons.jira.id> | ||
| <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> | ||
| <commons.lang3.version>3.18.0</commons.lang3.version> | ||
| <commons.bytebuddy.version>1.17.6</commons.bytebuddy.version> | ||
| <commons.lang3.version>3.20.0</commons.lang3.version> | ||
| <commons.bytebuddy.version>1.18.2</commons.bytebuddy.version> | ||
| <commons.rng.version>1.6</commons.rng.version> | ||
@@ -69,3 +69,3 @@ <japicmp.skip>false</japicmp.skip> | ||
| <!-- Previous version of the component (used for reporting binary compatibility check)--> | ||
| <commons.bc.version>1.13.1</commons.bc.version> | ||
| <commons.bc.version>1.14.0</commons.bc.version> | ||
| <commons.rc.version>RC1</commons.rc.version> | ||
@@ -102,2 +102,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> | ||
| <dependency> | ||
| <groupId>org.junit-pioneer</groupId> | ||
| <artifactId>junit-pioneer</artifactId> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <!-- Java 21 support, revisit for Mockito 5 --> | ||
@@ -119,3 +124,3 @@ <groupId>net.bytebuddy</groupId> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.20.0</version> | ||
| <version>2.21.0</version> | ||
| <scope>test</scope> | ||
@@ -150,10 +155,10 @@ </dependency> | ||
| <configuration> | ||
| <excludes> | ||
| <exclude>site-content/**</exclude> | ||
| <exclude>src/site/resources/download_text.cgi</exclude> | ||
| <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> | ||
| <exclude>src/test/resources/org/apache/commons/text/stringEscapeUtilsTestData.txt</exclude> | ||
| <exclude>src/test/resources/org/apache/commons/text/lcs-perf-analysis-inputs.csv</exclude> | ||
| <exclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</exclude> | ||
| </excludes> | ||
| <inputExcludes> | ||
| <inputExclude>site-content/**</inputExclude> | ||
| <inputExclude>src/site/resources/download_text.cgi</inputExclude> | ||
| <inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude> | ||
| <inputExclude>src/test/resources/org/apache/commons/text/stringEscapeUtilsTestData.txt</inputExclude> | ||
| <inputExclude>src/test/resources/org/apache/commons/text/lcs-perf-analysis-inputs.csv</inputExclude> | ||
| <inputExclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</inputExclude> | ||
| </inputExcludes> | ||
| </configuration> | ||
@@ -426,3 +431,2 @@ </plugin><!-- override skip property of parent pom --> | ||
| <issueManagement> | ||
| <system>jira</system> | ||
| <url>https://issues.apache.org/jira/browse/TEXT</url> | ||
@@ -513,3 +517,3 @@ </issueManagement> | ||
| <properties> | ||
| <graalvm.version>24.2.2</graalvm.version> | ||
| <graalvm.version>25.0.1</graalvm.version> | ||
| <commons.mockito.version>5.2.0</commons.mockito.version> | ||
@@ -516,0 +520,0 @@ </properties> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet