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
Sorry, the diff of this file is not supported yet
| artifactId=commons-text | ||
| groupId=org.apache.commons | ||
| version=1.12.0 | ||
| version=1.13.0 |
@@ -23,6 +23,6 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <artifactId>commons-parent</artifactId> | ||
| <version>69</version> | ||
| <version>78</version> | ||
| </parent> | ||
| <artifactId>commons-text</artifactId> | ||
| <version>1.12.0</version> | ||
| <version>1.13.0</version> | ||
| <name>Apache Commons Text</name> | ||
@@ -33,7 +33,6 @@ <description>Apache Commons Text is a set of utility functions and reusable components for the purpose of processing | ||
| <url>https://commons.apache.org/proper/commons-text</url> | ||
| <properties> | ||
| <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> | ||
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | ||
| <project.build.outputTimestamp>2024-04-13T13:15:17Z</project.build.outputTimestamp> | ||
| <project.build.outputTimestamp>2024-12-10T11:55:32Z</project.build.outputTimestamp> | ||
| <maven.compiler.source>1.8</maven.compiler.source> | ||
@@ -46,4 +45,4 @@ <maven.compiler.target>1.8</maven.compiler.target> | ||
| <commons.release.version>1.12.0</commons.release.version> | ||
| <commons.release.next>1.12.1</commons.release.next> | ||
| <commons.release.version>1.13.0</commons.release.version> | ||
| <commons.release.next>1.13.1</commons.release.next> | ||
| <commons.release.desc>(Java 8+)</commons.release.desc> | ||
@@ -58,16 +57,19 @@ | ||
| <commons.bytebuddy.version>1.14.13</commons.bytebuddy.version> | ||
| <commons.mockito.version>4.11.0</commons.mockito.version> | ||
| <!-- 22.1.0 requires Java 11 --> | ||
| <graalvm.version>22.0.0.2</graalvm.version> | ||
| <commons.rng.version>1.5</commons.rng.version> | ||
| <commons.lang3.version>3.17.0</commons.lang3.version> | ||
| <commons.bytebuddy.version>1.15.10</commons.bytebuddy.version> | ||
| <commons.rng.version>1.6</commons.rng.version> | ||
| <japicmp.skip>false</japicmp.skip> | ||
| <jmh.version>1.37</jmh.version> | ||
| <!-- Apache Felix maven-bundle-plugin --> | ||
| <commons.osgi.import> | ||
| org.apache.commons.lang3;version="${commons.lang3.version}", | ||
| org.apache.commons.lang3.function;version="${commons.lang3.version}", | ||
| org.apache.commons.lang3.time;version="${commons.lang3.version}", | ||
| * | ||
| </commons.osgi.import> | ||
| <!-- Commons Release Plugin --> | ||
| <!-- Previous version of the component (used for reporting binary compatibility check)--> | ||
| <commons.bc.version>1.11.0</commons.bc.version> | ||
| <commons.bc.version>1.12.0</commons.bc.version> | ||
| <commons.rc.version>RC1</commons.rc.version> | ||
@@ -82,2 +84,3 @@ <commons.release.isDistModule>true</commons.release.isDistModule> | ||
| --> | ||
| <commons.jacoco.version>0.8.12</commons.jacoco.version> | ||
| <!-- JaCoCo: Don't make code coverage worse than: --> | ||
@@ -92,3 +95,2 @@ <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> | ||
| </properties> | ||
| <dependencies> | ||
@@ -98,3 +100,3 @@ <dependency> | ||
| <artifactId>commons-lang3</artifactId> | ||
| <version>3.14.0</version> | ||
| <version>${commons.lang3.version}</version> | ||
| </dependency> | ||
@@ -122,33 +124,8 @@ <!-- testing --> | ||
| <dependency> | ||
| <groupId>org.assertj</groupId> | ||
| <artifactId>assertj-core</artifactId> | ||
| <version>3.25.3</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>commons-io</groupId> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.16.1</version> | ||
| <version>2.18.0</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.mockito</groupId> | ||
| <!-- Use mockito-inline instead of mockito-core to mock and spy on final classes. --> | ||
| <artifactId>mockito-inline</artifactId> | ||
| <version>${commons.mockito.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js-scriptengine</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.apache.commons</groupId> | ||
@@ -184,5 +161,6 @@ <artifactId>commons-rng-simple</artifactId> | ||
| <exclude>src/site/resources/download_lang.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/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude> | ||
| <exclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</exclude> | ||
| </excludes> | ||
@@ -326,3 +304,2 @@ </configuration> | ||
| <artifactId>taglist-maven-plugin</artifactId> | ||
| <version>3.0.0</version> | ||
| <configuration> | ||
@@ -478,12 +455,125 @@ <tagListOptions> | ||
| <profile> | ||
| <!-- Java 11 and up --> | ||
| <id>java-11-up</id> | ||
| <!-- Java 8-10 --> | ||
| <id>java-8-10</id> | ||
| <activation> | ||
| <jdk>[11,)</jdk> | ||
| <jdk>[1.8,10)</jdk> | ||
| </activation> | ||
| <properties> | ||
| <commons.mockito.version>4.11.0</commons.mockito.version> | ||
| <graalvm.version>22.0.0.2</graalvm.version> | ||
| </properties> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>org.mockito</groupId> | ||
| <!-- Use mockito-inline instead of mockito-core to mock and spy on final classes. --> | ||
| <artifactId>mockito-inline</artifactId> | ||
| <version>${commons.mockito.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js-scriptengine</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
| </profile> | ||
| <profile> | ||
| <!-- Java 11-21 --> | ||
| <id>java-11-21</id> | ||
| <activation> | ||
| <jdk>[11,22)</jdk> | ||
| </activation> | ||
| <properties> | ||
| <commons.mockito.version>5.2.0</commons.mockito.version> | ||
| <graalvm.version>22.3.5</graalvm.version> | ||
| </properties> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>org.mockito</groupId> | ||
| <!-- Use mockito-inline instead of mockito-core to mock and spy on final classes. --> | ||
| <artifactId>mockito-inline</artifactId> | ||
| <version>${commons.mockito.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js-scriptengine</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
| </profile> | ||
| <profile> | ||
| <!-- Java 22 and up --> | ||
| <id>java-22-up</id> | ||
| <activation> | ||
| <jdk>[22,)</jdk> | ||
| </activation> | ||
| <properties> | ||
| <graalvm.version>24.1.1</graalvm.version> | ||
| <commons.mockito.version>5.2.0</commons.mockito.version> | ||
| </properties> | ||
| <build> | ||
| <plugins> | ||
| <plugin> | ||
| <!-- For Java 23 --> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <configuration> | ||
| <systemPropertyVariables> | ||
| <net.bytebuddy.experimental>true</net.bytebuddy.experimental> | ||
| </systemPropertyVariables> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
| </build> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>org.mockito</groupId> | ||
| <!-- Use mockito-inline instead of mockito-core to mock and spy on final classes. --> | ||
| <artifactId>mockito-inline</artifactId> | ||
| <version>${commons.mockito.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <!-- <dependency>--> | ||
| <!-- <groupId>org.graalvm.polyglot</groupId>--> | ||
| <!-- <artifactId>js</artifactId>--> | ||
| <!-- <version>${graalvm.version}</version>--> | ||
| <!-- <scope>test</scope>--> | ||
| <!-- </dependency>--> | ||
| <!-- Workaround for issue https://github.com/oracle/graaljs/issues/813 --> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js-language</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.truffle</groupId> | ||
| <artifactId>truffle-runtime</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.graalvm.js</groupId> | ||
| <artifactId>js-scriptengine</artifactId> | ||
| <version>${graalvm.version}</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
| </profile> | ||
| <profile> | ||
| <id>setup-checkout</id> | ||
@@ -540,3 +630,2 @@ <activation> | ||
| <artifactId>exec-maven-plugin</artifactId> | ||
| <version>3.2.0</version> | ||
| <executions> | ||
@@ -543,0 +632,0 @@ <execution> |
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