On 06/10/17 13:01, Rémy Maucherat wrote:
> On Fri, Oct 6, 2017 at 10:18 AM, Mark Thomas wrote:
>
>> The usual candidate for an alternative build system is Maven. The
>> argument for Maven is that it is more widely known and hence easier to
>> get started with. The argument against is broadly that
Maven has another advantage that it provides a centralized repository for
dependencies, which can be easily mirrored.
The current build process for Tomcat requires different repositories such as:
- apache.org(mirrors available)
- archive.apache.org(mirrors unavailable, access unstable)
- maven rep
On 09/10/17 09:31, Huxing Zhang wrote:
> Maven has another advantage that it provides a centralized repository for
> dependencies, which can be easily mirrored.
> The current build process for Tomcat requires different repositories such as:
> - apache.org(mirrors available)
> - archive.apache.org(
Le 9/10/2017 à 10:23, Mark Thomas a écrit :
> - Back-ports would become more difficult unless all currently supported
> versions were also back-ported (which increases the costs of
> transition)
This is an important point. Maybe the older versions of Tomcat could
just adopt the new source lay
Author: markt
Date: Mon Oct 9 12:27:29 2017
New Revision: 1811560
URL: http://svn.apache.org/viewvc?rev=1811560&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61590
Enable service.bat to recognise when JAVA_HOME is configured for a Java 9 JDK.
Modified:
tomcat/trunk/bin/ser
Author: markt
Date: Mon Oct 9 12:28:57 2017
New Revision: 1811561
URL: http://svn.apache.org/viewvc?rev=1811561&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61590
Enable service.bat to recognise when JAVA_HOME is configured for a Java 9 JDK.
Modified:
tomcat/tc8.5.x/trunk
Author: markt
Date: Mon Oct 9 12:30:37 2017
New Revision: 1811562
URL: http://svn.apache.org/viewvc?rev=1811562&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61590
Enable service.bat to recognise when JAVA_HOME is configured for a Java 9 JDK.
Modified:
tomcat/tc8.0.x/trunk
Author: markt
Date: Mon Oct 9 12:32:20 2017
New Revision: 1811563
URL: http://svn.apache.org/viewvc?rev=1811563&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=61590
Enable service.bat to recognise when JAVA_HOME is configured for a Java 9 JDK.
Modified:
tomcat/tc7.0.x/trunk
https://bz.apache.org/bugzilla/show_bug.cgi?id=61590
Mark Thomas changed:
What|Removed |Added
OS||All
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=61597
Bug ID: 61597
Summary: StandardJarSacnner does not scan module path
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: n
On Mon, Oct 9, 2017 at 10:23 AM, Mark Thomas wrote:
> On 06/10/17 13:01, Rémy Maucherat wrote:
> > On Fri, Oct 6, 2017 at 10:18 AM, Mark Thomas wrote:
> >
> >> The usual candidate for an alternative build system is Maven. The
> >> argument for Maven is that it is more widely known and hence easi
https://bz.apache.org/bugzilla/show_bug.cgi?id=61598
Bug ID: 61598
Summary: Update Windows Installer to also search registry for
JRE in Java 9 location
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS:
OMG, Maven for Tomcat, after so many years :)
May be time to resurrect Olivier Lamy works
2017-10-09 14:43 GMT+02:00 Rémy Maucherat :
> On Mon, Oct 9, 2017 at 10:23 AM, Mark Thomas wrote:
>
> > On 06/10/17 13:01, Rémy Maucherat wrote:
> > > On Fri, Oct 6, 2017 at 10:18 AM, Mark Thomas wrote:
>
The Buildbot has detected a new failure on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/1155
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
https://bz.apache.org/bugzilla/show_bug.cgi?id=61599
Bug ID: 61599
Summary: Update Commons Daemon for improved Java 9 support
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Sever
https://bz.apache.org/bugzilla/show_bug.cgi?id=61600
Bug ID: 61600
Summary: Windows service stop logs warnings on Java 9
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity:
https://bz.apache.org/bugzilla/show_bug.cgi?id=61601
Bug ID: 61601
Summary: Make Tomcat multi-release JAR aware
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Author: schultz
Date: Mon Oct 9 21:55:29 2017
New Revision: 1811614
URL: http://svn.apache.org/viewvc?rev=1811614&view=rev
Log:
Add main method to OpenSSLCipherConfigurationParser and wrapper script to mimic
"openssl ciphers" command.
Added:
tomcat/trunk/bin/ciphers.sh (with props)
Modifi
Author: schultz
Date: Mon Oct 9 21:56:50 2017
New Revision: 1811615
URL: http://svn.apache.org/viewvc?rev=1811615&view=rev
Log:
Add DOS batch file for ciphers command wrapepr.
Added:
tomcat/trunk/bin/ciphers.bat (with props)
Added: tomcat/trunk/bin/ciphers.bat
URL:
http://svn.apache.org/
Author: schultz
Date: Mon Oct 9 22:01:27 2017
New Revision: 1811616
URL: http://svn.apache.org/viewvc?rev=1811616&view=rev
Log:
Always print a trailing newline.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java
Modified:
tomcat/tr
Author: schultz
Date: Mon Oct 9 22:26:47 2017
New Revision: 1811620
URL: http://svn.apache.org/viewvc?rev=1811620&view=rev
Log:
Fix mismatched ciphersuite metadata.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java
Modified:
tomca
https://bz.apache.org/bugzilla/show_bug.cgi?id=61603
Bug ID: 61603
Summary: Not-well-formed XML returned from
/manager/status?XML=true when running Java 9
Product: Tomcat 8
Version: 8.5.23
Hardware: PC
OS: L
22 matches
Mail list logo