Home
last modified time | relevance | path

Searched +full:japicmp +full:- +full:old (Results 1 – 6 of 6) sorted by relevance

/external/gson/.github/workflows/
Dcheck-api-compatibility.yml6 check-api-compatibility:
7 runs-on: ubuntu-latest
10 - name: Checkout old version
14 path: 'gson-old-japicmp'
16 - name: Set up JDK 11
17 uses: actions/setup-java@v3
20 java-version: '11'
23 - name: Build old version
25 cd gson-old-japicmp
27 …mvn --batch-mode --no-transfer-progress org.codehaus.mojo:versions-maven-plugin:2.11.0:set -DnewVe…
[all …]
/external/gson/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
7 <artifactId>gson-parent</artifactId>
23 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31 <tag>gson-parent-2.10</tag>
48 <name>Apache-2.0</name>
49 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
55 <id>sonatype-nexus-staging</id>
77 <artifactId>maven-compiler-plugin</artifactId>
84 …<!-- Enable all warnings, except for ones which cause issues when building with newer JDKs, see al…
[all …]
/external/apache-commons-io/
DRELEASE-NOTES.txt23 o IO-741: FileUtils.listFiles does not list matching files if File parameter is a symbolic link. T…
24 o IO-724: FileUtils#deleteDirectory(File) exception Javadoc inaccurate update #245. Thanks to lira…
30 - FilenameUtils
32 - BoundedReader
34 - IOUtils
47 o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot.
66 Historical list of changes: https://commons.apache.org/proper/commons-io/changes-report.html
71 https://commons.apache.org/proper/commons-io/
73 Download page: https://commons.apache.org/proper/commons-io/download_io.cgi
76 -Apache Commons Team
[all …]
/external/apache-commons-io/src/changes/
Drelease-notes.vm9 ## http://www.apache.org/licenses/LICENSE-2.0
36 ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-templa…
38 ## Hack to improve layout: replace all pairs of spaces with a single new-line
55 ## Use replaceAll to fix up LF-only line ends on Windows.
78 ## Use replaceAll to fix up LF-only line ends on Windows.
101 ## Use replaceAll to fix up LF-only line ends on Windows.
124 ## Use replaceAll to fix up LF-only line ends on Windows.
161 Historical list of changes: ${project.url}changes-report.html
171 -Apache Commons Team
199 o Null-guard IOUtils.close(Closeable, IOConsumer). Thanks to Gary Gregory.
[all …]
/external/apache-commons-lang/
DRELEASE-NOTES.txt28 o LANG-1535: Add StringUtils.containsAnyIgnoreCase(CharSequence, CharSequence...). Thanks to Gary G…
29 o LANG-1359: Add StopWatch.getStopTime(). Thanks to Gary Gregory, Keegan Witt.
31 o Add fluent-style ArraySorter. Thanks to Gary Gregory.
35 o LANG-1636: Add missing boolean[] join method #686. Thanks to .
44 o LANG-1592: Correct implementation of RandomUtils.nextLong(long, long) Thanks to Huang Pingcai, Al…
45 o LANG-1600: Restore handling of collections for non-JSON ToStringStyle #610. Thanks to Michael F.
47 o LANG-1608: Resolve JUnit pioneer transitive dependencies using JUnit BOM. Thanks to Edgar Asatrya…
48 o NumberUtilsTest - incorrect types in min/max tests #634. Thanks to HubertWo, Gary Greg…
49 o LANG-1579: Improve StringUtils.stripAccents conversion of remaining accents. Thanks to XenoAmess.
50 o LANG-1606: StringUtils.countMatches - clarify Javadoc. Thanks to Rustem Galiev.
[all …]
/external/apache-commons-lang/src/changes/
Dchanges.xml2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
19 <!--
20 This file is also used by the maven-changes-plugin to generate the release notes.
24 release process easy :-).
28 3. Use the report generated by the maven-changelog-plugin to see all
33 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
39 -->
47 <release version="3.13.0" date="2021-MM-DD" description="New features and bug fixes (Java 8).">
[all …]