space/apache-commons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
space/apache-commons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
mmons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
ump/public/work
Hi,
Following up on this because I have been looking at a multi-release JAR
approach for bug 61597 [1] and the current JreCompat implementation.
On 23/09/17 19:02, Rainer Jung wrote:
> Forgot the reference: http://openjdk.java.net/jeps/238
>
> Am 23.09.2017 um 20:01 schrieb Rainer Jung:
>> Am 23
space/apache-commons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
space/apache-commons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
mmons/beanutils/dist/commons-beanutils-20171011.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.7-SNAPSHOT.jar:/srv/g
ump/public/work
Author: markt
Date: Wed Oct 11 15:29:03 2017
New Revision: 1811837
URL: http://svn.apache.org/viewvc?rev=1811837&view=rev
Log:
Use consistent naming
Modified:
tomcat/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java
Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.
Author: markt
Date: Wed Oct 11 15:33:21 2017
New Revision: 1811838
URL: http://svn.apache.org/viewvc?rev=1811838&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Scan the module path as part of the standard Jar scanning when running
on Java 9.
Modified:
tomcat/trunk/jav
Author: markt
Date: Wed Oct 11 15:44:46 2017
New Revision: 1811839
URL: http://svn.apache.org/viewvc?rev=1811839&view=rev
Log:
Update changelog
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/
Author: markt
Date: Wed Oct 11 15:46:45 2017
New Revision: 1811840
URL: http://svn.apache.org/viewvc?rev=1811840&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Scan the module path as part of the standard Jar scanning when running
on Java 9.
Modified:
tomcat/tc8.5.x/t
Author: markt
Date: Wed Oct 11 15:47:35 2017
New Revision: 1811841
URL: http://svn.apache.org/viewvc?rev=1811841&view=rev
Log:
Clean-up backports (remove duplicated section headings)
Modified:
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changel
Author: markt
Date: Wed Oct 11 15:58:39 2017
New Revision: 1811842
URL: http://svn.apache.org/viewvc?rev=1811842&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Scan the module path as part of the standard Jar scanning when running
on Java 9.
Modified:
tomcat/tc8.0.x/t
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/compat/Jre9Compat.java?rev=1811846&r1=1811845&r2=1811846&view=diff
=
Author: markt
Date: Wed Oct 11 16:07:32 2017
New Revision: 1811846
URL: http://svn.apache.org/viewvc?rev=1811846&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Scan the module path as part of the standard Jar scanning when running
on Java 9.
Modified:
tomcat/tc7.0.x/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
2017-10-11 14:26 GMT+03:00 Mark Thomas :
>
> Having looked at a couple of options I settled on that one too.
>
> I haven't yet found an IDE with a GA release that handles this. Support
> in the tools is fairly embryonic as well.
Several thoughts:
1. I think Eclipse does not support having differe
On 11/10/17 17:12, Konstantin Kolinko wrote:
> 2017-10-11 14:26 GMT+03:00 Mark Thomas :
>>
>> Having looked at a couple of options I settled on that one too.
>>
>> I haven't yet found an IDE with a GA release that handles this. Support
>> in the tools is fairly embryonic as well.
>
> Several thoug
Author: markt
Date: Wed Oct 11 18:14:09 2017
New Revision: 1811861
URL: http://svn.apache.org/viewvc?rev=1811861&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Update the Windows installer to search the new (as of Java 9) registry
locations when looking for a JRE.
Modifie
Author: markt
Date: Wed Oct 11 18:15:51 2017
New Revision: 1811862
URL: http://svn.apache.org/viewvc?rev=1811862&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Update the Windows installer to search the new (as of Java 9) registry
locations when looking for a JRE.
Modifie
Author: markt
Date: Wed Oct 11 18:16:19 2017
New Revision: 1811863
URL: http://svn.apache.org/viewvc?rev=1811863&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Update the Windows installer to search the new (as of Java 9) registry
locations when looking for a JRE.
Modifie
Author: markt
Date: Wed Oct 11 18:17:33 2017
New Revision: 1811864
URL: http://svn.apache.org/viewvc?rev=1811864&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Update the Windows installer to search the new (as of Java 9) registry
locations when looking for a JRE.
Modifie
https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/2757
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Konstantin Kolinko changed:
What|Removed |Added
Summary|StandardJarSacnner does not |StandardJarScanner does not
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-validate has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-validate has an issue affecting its community integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc8.0.x-validate has an issue affecting its community
integration.
28 matches
Mail list logo