summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-java/javax-mail: Stabilize 1.6.7 amd64, #834096Jakov Smolić2022-02-271-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/jdepend: removed obsolete 2.9-r6Miroslav Šulc2022-02-272-34/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/jdepend: ppc64 stable wrt bug #834063Agostino Sarubbo2022-02-271-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-java/plexus-classworlds: ppc64 stable wrt bug #834059Agostino Sarubbo2022-02-271-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-java/stringtemplate: Fix 4.3.1 test failure when upgrading slot 4Yuan Liao2022-02-271-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A test failure (as reported in the linked bug) might occur when an older version of ST 4 is already installed on the system. The failure is caused by multiple factors: the way java-pkg-simple.eclass generates the test classpath, the fact that the tests launch new JVM instances under a different working directory, and the behavior of the JVM upon an invalid path in the classpath. As of the time when this commit is created, the test classpath computed by java-pkg-simple.eclass will contain the following elements, in order: 1. The directory containing the test classes compiled by the eclass 2. The path to the JAR built by the eclass **relative to ${S}** 3. Absolute paths to dependency JARs, for both compile and test dependencies ST 4 has an implicit test dependency on itself via ANTLR 3.5 (which is yet another issue pertaining to the troublesome, malformed ANTLR 3.5 and ST 4 circular dependency). This means a version of slot 4 that is possibly older than 4.3.1 might be installed on the system and added to the test classpath within element No. 3 when the tests are being run. Some of the tests will call the 'java' command to execute ST 4 in a new JVM instance; the test classpath generated by java-pkg-simple.eclass will be reused in the classpath of the new JVM. The unfortunate factor that triggers the test failure is that the new JVM's working directory can become different from the one of the original JVM running the JUnit tests, which is ${S} when this package is being built by Portage. Note that element No. 2 in the test classpath is a relative path: after the working directory is changed, it will be invalid. However, JVM is lax in invalid path elements in the classpath: it will just ignore them and emit a "class not found" error or alike only after it has tried all other paths in the classpath to locate a class. With this behavior, JVM will pick up the copy of ST 4 already installed on the system from element No. 3 in the classpath after it detects that element No. 2 is an invalid path. Therefore, the tests will be run against ST 4 that is *installed on the system* instead of the copy that has just been built. This explains why some tests would fail when an older version of ST 4 is already installed; effectively, that old version was being tested by the test suite for the new version, and there is no guarantee that all tests would pass in this case. A corollary conclusion is that if the same version of ST 4 is being built and installed twice, and the second build has tests enabled, then the tests would pass, although effectively it would be the artifact produced by the first build being tested against. Closes: https://bugs.gentoo.org/834138 Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24368 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/jdepend: Stabilize 2.10 arm64, #834063Sam James2022-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/jdepend: Stabilize 2.10 amd64, #834063Sam James2022-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/plexus-classworlds: Stabilize 2.2.3 amd64, #834059Sam James2022-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/jdepend: Stabilize 2.10 x86, #834063Sam James2022-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/plexus-classworlds: Stabilize 2.2.3 x86, #834059Sam James2022-02-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/jakarta-xml-soap-api: Keyword 1.4.2 arm64, #833997Arthur Zamarin2022-02-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/commons-logging: Keyword 1.2-r5 arm64, #833985Arthur Zamarin2022-02-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/netty-common: Keyword 4.0.36-r2 arm64, #833983Arthur Zamarin2022-02-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/jakarta-xml-soap-api: Keyword 1.4.2 ppc64, #833997Arthur Zamarin2022-02-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/commons-logging: Let build.xml accept log4j-12-api as Log4j 1.2Yuan Liao2022-02-261-7/+41
| | | | | | | Closes: https://bugs.gentoo.org/834036 Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24352 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/xmlgraphics-commons: Drop 2.6Volkmar W. Pogatzki2022-02-262-76/+0
| | | | | | | | Bug: https://bugs.gentoo.org/772929 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24353 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/avalon-logkit: Switch to jboss-jms-apiVolkmar W. Pogatzki2022-02-261-0/+93
| | | | | | | | | Replace java-virtulas/jms with dev-java/jboss-jms-api Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24350 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/xpp3: Restrict to virtual/jdk:1.8Volkmar W. Pogatzki2022-02-261-0/+35
| | | | | | | | Bug: https://bugs.gentoo.org/831709 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24348 Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: removed obsolete 8.5.73, 9.0.56, 10.0.14Miroslav Šulc2022-02-254-299/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/randomized-runner: Stabilize 2.7.8 arm64, #834020Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/xmlgraphics-commons: Stabilize 2.7 arm64, #833954Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/antlr: Stabilize 3.5.2-r2 arm64, #833953Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/stringtemplate: Stabilize 4.3.1 arm64, #833953Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/antlr-tool: Stabilize 3.5.2 arm64, #833953Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/antlr-runtime: Stabilize 3.5.2 arm64, #833953Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 10.0.16 arm64, #833837Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 9.0.58 arm64, #833837Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/tomcat-servlet-api: Stabilize 8.5.75 arm64, #833837Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/failureaccess: Stabilize 30.1.1 arm64, #833758Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/checker-framework-qual: Stabilize 3.14.0 arm64, #833758Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/guava: Stabilize 30.1.1 arm64, #833758Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/mvel: Stabilize 2.3.2-r1 arm64, #833607Sam James2022-02-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-java/netty-common: Keyword 4.0.36-r2 arm, #833983Arthur Zamarin2022-02-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/commons-logging: Keyword 1.2-r4 arm, #833985Arthur Zamarin2022-02-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/commons-lang: Keyword 2.6-r2 arm, #833991Arthur Zamarin2022-02-251-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/jakarta-xml-soap-api: Keyword 1.4.2 arm, #833997Arthur Zamarin2022-02-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-java/randomized-runner: Stabilize 2.7.8 x86, #834020Jakov Smolić2022-02-251-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/randomized-runner: Stabilize 2.7.8 amd64, #834020Jakov Smolić2022-02-251-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/xmlgraphics-commons: ppc64 stable wrt bug #833954Agostino Sarubbo2022-02-251-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-java/ant-apache-log4j: Switch to log4j-12-api:2Volkmar W. Pogatzki2022-02-241-0/+15
| | | | | | | | | ant-tasks.eclass: EAPI 8 is not supported yet. Closes: https://bugs.gentoo.org/830922 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24106 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/commons-logging: Switch to log4j-12-api:2Volkmar W. Pogatzki2022-02-241-0/+88
| | | | | | | | Closes: https://bugs.gentoo.org/830921 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24106/commits/077433f7667e2891b1527053b817c29921bd7d1d Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/netty-common: Switch to log4j-{core,12-api}:2Volkmar W. Pogatzki2022-02-241-0/+72
| | | | | | | | Closes: https://bugs.gentoo.org/830915 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24106/commits/b86a255e14280b7bee97f7c983be97c1896fad12 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/fec: EAPI 8, switch to log4j-12-api:2Volkmar W. Pogatzki2022-02-241-0/+68
| | | | | | | | Closes: https://bugs.gentoo.org/830919 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24106/commits/49b7cffc2fa2d91fb9dc424c5c44ba0874600ecc Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/ant-eclipse-ecj: remove unused fileMichael Mair-Keimberger2022-02-241-7/+0
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24330 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* dev-java/xmlgraphics-commons: Stabilize 2.7 x86, #833954Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/antlr: Stabilize 3.5.2-r2 x86, #833953Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/antlr-tool: Stabilize 3.5.2 x86, #833953Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/stringtemplate: Stabilize 4.3.1 x86, #833953Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/antlr-runtime: Stabilize 3.5.2 x86, #833953Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-java/xmlgraphics-commons: Stabilize 2.7 amd64, #833954Jakov Smolić2022-02-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>