[GitHub] tomcat pull request: Update service.bat

2014-05-23 Thread ebourg
Github user ebourg commented on the pull request: https://github.com/apache/tomcat/pull/3#issuecomment-44002922 @Humbedooh can do that, or the original poster. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] tomcat pull request: now json is fashion

2015-01-13 Thread ebourg
Github user ebourg commented on the pull request: https://github.com/apache/tomcat/pull/15#issuecomment-69768016 As I understand this pull request is more a request for enhancement than an actual code contribution. I guess you suggest that Tomcat implements the [W3C HTML JSON form

svn commit: r1779890 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-01-23 Thread ebourg
Author: ebourg Date: Mon Jan 23 07:59:54 2017 New Revision: 1779890 URL: http://svn.apache.org/viewvc?rev=1779890=rev Log: Changelog update Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL: http

svn commit: r1779891 - /tomcat/site/trunk/xdocs/whoweare.xml

2017-01-23 Thread ebourg
Author: ebourg Date: Mon Jan 23 08:28:34 2017 New Revision: 1779891 URL: http://svn.apache.org/viewvc?rev=1779891=rev Log: Added myself to the list of committers Modified: tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/xdocs/whoweare.xml URL: http://svn.apache.org/viewvc

svn commit: r1780897 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-01-30 Thread ebourg
Author: ebourg Date: Mon Jan 30 11:32:39 2017 New Revision: 1780897 URL: http://svn.apache.org/viewvc?rev=1780897=rev Log: Mention bug 60388 in the changelog Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL

svn commit: r1780900 - /tomcat/native/trunk/native/configure.in

2017-01-30 Thread ebourg
Author: ebourg Date: Mon Jan 30 11:38:29 2017 New Revision: 1780900 URL: http://svn.apache.org/viewvc?rev=1780900=rev Log: Use the AS_HELP_STRING macro to format the help message of the maintainer-mode option Modified: tomcat/native/trunk/native/configure.in Modified: tomcat/native/trunk

svn commit: r1779674 - /tomcat/native/trunk/native/configure.in

2017-01-20 Thread ebourg
Author: ebourg Date: Fri Jan 20 20:26:45 2017 New Revision: 1779674 URL: http://svn.apache.org/viewvc?rev=1779674=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60388 Ensure --disable-maintainer-mode doesn't enable the maintainer mode Modified: tomcat/native/trunk/native

svn commit: r1779673 - /tomcat/native/trunk/

2017-01-20 Thread ebourg
Author: ebourg Date: Fri Jan 20 20:24:24 2017 New Revision: 1779673 URL: http://svn.apache.org/viewvc?rev=1779673=rev Log: Added the bugtraq properties Modified: tomcat/native/trunk/ (props changed) Propchange: tomcat/native/trunk

svn commit: r1794687 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/loader/ java/org/apache/catalina/

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 08:50:57 2017 New Revision: 1794687 URL: http://svn.apache.org/viewvc?rev=1794687=rev Log: Removed redundant casts Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/trunk/java/org/apache/catalina/core

svn commit: r1794686 - in /tomcat/trunk/java/org/apache/catalina: ant/jmx/JMXAccessorTask.java ha/session/DeltaManager.java ha/tcp/ReplicationValve.java ha/tcp/SimpleTcpCluster.java tribes/transport/n

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 08:38:51 2017 New Revision: 1794686 URL: http://svn.apache.org/viewvc?rev=1794686=rev Log: Use foreach loops instead of for+iterator loops Modified: tomcat/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorTask.java tomcat/trunk/java/org/apache/catalina/ha

svn commit: r1794791 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org/apache/catalina/manager/util/ java/org/apache/catalina/servlets/ java/org/apache/cata

2017-05-11 Thread ebourg
Author: ebourg Date: Thu May 11 07:23:21 2017 New Revision: 1794791 URL: http://svn.apache.org/viewvc?rev=1794791=rev Log: Use String.contains() instead of indexOf() Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java tomcat/trunk/java/org/apache/catalina/filters

svn commit: r1794729 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/loa

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 14:42:57 2017 New Revision: 1794729 URL: http://svn.apache.org/viewvc?rev=1794729=rev Log: Removed unnecessary return statements at the end of void methods Modified: tomcat/trunk/java/javax/servlet/http/HttpServlet.java tomcat/trunk/java/org/apache

svn commit: r1794713 - in /tomcat/trunk/java/org/apache: catalina/tribes/tipis/ReplicatedMap.java tomcat/util/modeler/Registry.java tomcat/util/scan/StandardJarScanner.java

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 12:16:14 2017 New Revision: 1794713 URL: http://svn.apache.org/viewvc?rev=1794713=rev Log: Removed unused imports Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/ReplicatedMap.java tomcat/trunk/java/org/apache/tomcat/util/modeler/Registry.java

svn commit: r1794718 - in /tomcat/trunk: java/javax/el/ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/manager/ java/org/apache/c

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 13:13:47 2017 New Revision: 1794718 URL: http://svn.apache.org/viewvc?rev=1794718=rev Log: Removed more unnecessary parentheses in return statements Modified: tomcat/trunk/java/javax/el/ArrayELResolver.java tomcat/trunk/java/javax/el/ListELResolver.java

svn commit: r1794721 - in /tomcat/trunk/java/org/apache: coyote/http2/ConnectionSettingsBase.java tomcat/util/net/SSLHostConfig.java

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 13:25:26 2017 New Revision: 1794721 URL: http://svn.apache.org/viewvc?rev=1794721=rev Log: Use an EnumMap instead of a HashMap when the key is an enum Modified: tomcat/trunk/java/org/apache/coyote/http2/ConnectionSettingsBase.java tomcat/trunk/java/org

svn commit: r1794726 - in /tomcat/trunk/java: javax/servlet/http/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/catalina/valves/rewrite/ org/apache/coyote/http11/ org/apache/jasp

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 14:27:20 2017 New Revision: 1794726 URL: http://svn.apache.org/viewvc?rev=1794726=rev Log: Optimized array copies with Arrays.copyOf() and System.arraycopy() Modified: tomcat/trunk/java/javax/servlet/http/HttpUtils.java tomcat/trunk/java/org/apache

svn commit: r1794651 [1/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 22:22:59 2017 New Revision: 1794651 URL: http://svn.apache.org/viewvc?rev=1794651=rev Log: Removed unnecessary parentheses in return statements Modified: tomcat/trunk/java/org/apache/catalina/SessionEvent.java tomcat/trunk/java/org/apache/catalina/ant

svn commit: r1794661 - in /tomcat/trunk: java/org/apache/catalina/authenticator/ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/catalina/ha/session/ java/org/apache/ca

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 23:15:45 2017 New Revision: 1794661 URL: http://svn.apache.org/viewvc?rev=1794661=rev Log: Use base collection types in private code Modified: tomcat/trunk/java/org/apache/catalina/authenticator/SavedRequest.java tomcat/trunk/java/org/apache/catalina/core

svn commit: r1794554 - in /tomcat/trunk: java/org/apache/catalina/ant/ java/org/apache/catalina/ha/deploy/ java/org/apache/catalina/servlets/ java/org/apache/catalina/startup/ java/org/apache/catalina

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:33:07 2017 New Revision: 1794554 URL: http://svn.apache.org/viewvc?rev=1794554=rev Log: Removed unnecessary semicolons Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaTask.java tomcat/trunk/java/org/apache/catalina/ant

svn commit: r1794556 - in /tomcat/trunk/java/org/apache: catalina/ catalina/core/ catalina/filters/ catalina/startup/ catalina/tribes/tipis/ catalina/valves/ coyote/ coyote/http11/ coyote/http2/ tomca

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:38:17 2017 New Revision: 1794556 URL: http://svn.apache.org/viewvc?rev=1794556=rev Log: Inner enums are implicitly static Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java tomcat/trunk/java/org/apache/catalina/core

svn commit: r1794651 [2/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java?rev=1794651=1794650=1794651=diff

svn commit: r1794651 [3/3] - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/authenticator/ java/org/apache/catalin

2017-05-09 Thread ebourg
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java?rev=1794651=1794650=1794651=diff == ---

svn commit: r1794551 - in /tomcat/trunk/java/org/apache: catalina/filters/RemoteIpFilter.java tomcat/websocket/server/WsHandshakeRequest.java

2017-05-09 Thread ebourg
Author: ebourg Date: Tue May 9 12:22:53 2017 New Revision: 1794551 URL: http://svn.apache.org/viewvc?rev=1794551=rev Log: Use Collections.singletonList() instead of Arrays.asList() when wrapping only one element Modified: tomcat/trunk/java/org/apache/catalina/filters/RemoteIpFilter.java

svn commit: r1794684 [1/2] - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/backend/ java/org/apache/catalina/ha/session/ java/org/apa

2017-05-10 Thread ebourg
Author: ebourg Date: Wed May 10 08:26:05 2017 New Revision: 1794684 URL: http://svn.apache.org/viewvc?rev=1794684=rev Log: Use foreach loops instead of while+iterator loops Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/catalina/core

svn commit: r1794684 [2/2] - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/backend/ java/org/apache/catalina/ha/session/ java/org/apa

2017-05-10 Thread ebourg
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/websocket/WsWebSocketContainer.java?rev=1794684=1794683=1794684=diff

svn commit: r1798038 - in /tomcat/site/trunk/xdocs: oldnews-2016.xml security-7.xml security-8.xml security-9.xml

2017-06-08 Thread ebourg
Author: ebourg Date: Thu Jun 8 09:53:45 2017 New Revision: 1798038 URL: http://svn.apache.org/viewvc?rev=1798038=rev Log: Fixed some typos Modified: tomcat/site/trunk/xdocs/oldnews-2016.xml tomcat/site/trunk/xdocs/security-7.xml tomcat/site/trunk/xdocs/security-8.xml tomcat/site

svn commit: r1833989 [2/2] - in /tomcat/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org/apache/

2018-06-21 Thread ebourg
Modified: tomcat/trunk/res/welcome.bin.html URL: http://svn.apache.org/viewvc/tomcat/trunk/res/welcome.bin.html?rev=1833989=1833988=1833989=diff == --- tomcat/trunk/res/welcome.bin.html (original) +++

svn commit: r1833989 [1/2] - in /tomcat/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org/apache/

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 09:16:08 2018 New Revision: 1833989 URL: http://svn.apache.org/viewvc?rev=1833989=rev Log: Use https URLs in the documentation when possible Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/CONTRIBUTING.md tomcat/trunk/NOTICE tomcat/trunk/README.md

svn commit: r1833982 - /tomcat/trunk/BUILDING.txt

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 08:08:32 2018 New Revision: 1833982 URL: http://svn.apache.org/viewvc?rev=1833982=rev Log: Updated the Cobertura URL Modified: tomcat/trunk/BUILDING.txt Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev

svn commit: r1833994 - in /tomcat/trunk: BUILDING.txt build.xml webapps/docs/building.xml

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 10:56:16 2018 New Revision: 1833994 URL: http://svn.apache.org/viewvc?rev=1833994=rev Log: Added the new javac release attribute to be able to build Tomcat with recent JDKs without compromising the compatibility with older versions (requires Ant 1.9.8 or later

svn commit: r1834003 - in /tomcat/trunk: java/org/apache/catalina/ant/jmx/package.html java/org/apache/catalina/ant/package.html modules/jdbc-pool/build.xml modules/jdbc-pool/doc/jdbc-pool.xml

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 12:31:45 2018 New Revision: 1834003 URL: http://svn.apache.org/viewvc?rev=1834003=rev Log: Fixed several links pointing to the documentation of older Tomcat releases Modified: tomcat/trunk/java/org/apache/catalina/ant/jmx/package.html tomcat/trunk/java/org

svn commit: r1834011 - /tomcat/trunk/webapps/docs/rewrite.xml

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 13:21:08 2018 New Revision: 1834011 URL: http://svn.apache.org/viewvc?rev=1834011=rev Log: Fixed a broken perldoc link Modified: tomcat/trunk/webapps/docs/rewrite.xml Modified: tomcat/trunk/webapps/docs/rewrite.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1834020 - in /tomcat/trunk: BUILDING.txt build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/building.xml webapps/docs/changelog.xml

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 14:13:46 2018 New Revision: 1834020 URL: http://svn.apache.org/viewvc?rev=1834020=rev Log: Added the new javac release attribute to be able to build Tomcat with recent JDKs without compromising the compatibility with older versions (requires Ant 1.9.8 or later

svn commit: r1834001 - in /tomcat/trunk: BUILDING.txt build.xml webapps/docs/building.xml

2018-06-21 Thread ebourg
Author: ebourg Date: Thu Jun 21 12:09:55 2018 New Revision: 1834001 URL: http://svn.apache.org/viewvc?rev=1834001=rev Log: Reverted r1833994 until Ant is upgraded on the builders Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/build.xml tomcat/trunk/webapps/docs/building.xml

svn commit: r1834073 - in /tomcat/tc8.5.x/trunk: ./ BUILDING.txt

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 06:40:47 2018 New Revision: 1834073 URL: http://svn.apache.org/viewvc?rev=1834073=rev Log: Updated the Cobertura URL Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/BUILDING.txt Propchange: tomcat/tc8.5.x/trunk

svn commit: r1834080 - /tomcat/trunk/modules/jdbc-pool/build.properties.default

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 08:03:21 2018 New Revision: 1834080 URL: http://svn.apache.org/viewvc?rev=1834080=rev Log: Fixed the java release version for the jdbc-pool module Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default Modified: tomcat/trunk/modules/jdbc-pool

svn commit: r1834079 [2/3] - in /tomcat/tc7.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RemoteIpFilter.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RemoteIpFilter.java?rev=1834079=1834078=1834079=diff

svn commit: r1834079 [1/3] - in /tomcat/tc7.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 07:57:00 2018 New Revision: 1834079 URL: http://svn.apache.org/viewvc?rev=1834079=rev Log: Use https URLs in the documentation when possible Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/BUILDING.txt tomcat/tc7.0.x/trunk

svn commit: r1834079 [3/3] - in /tomcat/tc7.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc7.0.x/trunk/res/welcome.bin.html URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/welcome.bin.html?rev=1834079=1834078=1834079=diff == --- tomcat/tc7.0.x/trunk/res/welcome.bin.html (original)

svn commit: r1834077 [1/3] - in /tomcat/tc8.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 07:18:43 2018 New Revision: 1834077 URL: http://svn.apache.org/viewvc?rev=1834077=rev Log: Use https URLs in the documentation when possible Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/BUILDING.txt tomcat/tc8.0.x/trunk

svn commit: r1834077 [3/3] - in /tomcat/tc8.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=1834077=1834076=1834077=diff == ---

svn commit: r1834077 [2/3] - in /tomcat/tc8.0.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1834077=1834076=1834077=diff == ---

svn commit: r1834074 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 06:42:18 2018 New Revision: 1834074 URL: http://svn.apache.org/viewvc?rev=1834074=rev Log: Updated the Cobertura URL Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/BUILDING.txt Propchange: tomcat/tc8.0.x/trunk

svn commit: r1834075 [1/3] - in /tomcat/tc8.5.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 06:53:29 2018 New Revision: 1834075 URL: http://svn.apache.org/viewvc?rev=1834075=rev Log: Use https URLs in the documentation when possible Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/BUILDING.txt tomcat/tc8.5.x/trunk

svn commit: r1834075 [3/3] - in /tomcat/tc8.5.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc8.5.x/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=1834075=1834074=1834075=diff == ---

svn commit: r1834075 [2/3] - in /tomcat/tc8.5.x/trunk: ./ bin/ java/org/apache/catalina/ant/ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/core/ java/org/apache/catalina/filters/ java/org

2018-06-22 Thread ebourg
Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/package.xsl URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/package.xsl?rev=1834075=1834074=1834075=diff == ---

svn commit: r1834113 - in /tomcat/tc8.5.x/trunk: ./ BUILDING.txt build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/building.xml webapps/docs/changelog.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:33:23 2018 New Revision: 1834113 URL: http://svn.apache.org/viewvc?rev=1834113=rev Log: Added the new javac release attribute to be able to build Tomcat with recent JDKs without compromising the compatibility with older versions (requires Ant 1.9.8 or later

svn commit: r1834116 - in /tomcat/tc8.0.x/trunk: ./ BUILDING.txt build.xml modules/jdbc-pool/build.properties.default modules/jdbc-pool/build.xml webapps/docs/building.xml webapps/docs/changelog.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:40:29 2018 New Revision: 1834116 URL: http://svn.apache.org/viewvc?rev=1834116=rev Log: Added the new javac release attribute to be able to build Tomcat with recent JDKs without compromising the compatibility with older versions (requires Ant 1.9.8 or later

svn commit: r1834120 - in /tomcat/tc7.0.x/trunk: ./ modules/jdbc-pool/build.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:50:41 2018 New Revision: 1834120 URL: http://svn.apache.org/viewvc?rev=1834120=rev Log: Fixed several links pointing to the documentation of older Tomcat releases Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/modules/jdbc-pool

svn commit: r1834119 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ant/jmx/package.html java/org/apache/catalina/ant/package.html modules/jdbc-pool/build.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:47:07 2018 New Revision: 1834119 URL: http://svn.apache.org/viewvc?rev=1834119=rev Log: Fixed several links pointing to the documentation of older Tomcat releases Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/java/org/apache

svn commit: r1834123 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/rewrite.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:55:17 2018 New Revision: 1834123 URL: http://svn.apache.org/viewvc?rev=1834123=rev Log: Fixed a broken perldoc link Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/rewrite.xml Propchange: tomcat/tc8.0.x/trunk

svn commit: r1834118 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ant/jmx/package.html java/org/apache/catalina/ant/package.html modules/jdbc-pool/build.xml modules/jdbc-pool/doc/jdbc-pool.

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:43:42 2018 New Revision: 1834118 URL: http://svn.apache.org/viewvc?rev=1834118=rev Log: Fixed several links pointing to the documentation of older Tomcat releases Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache

svn commit: r1834122 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/rewrite.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:54:10 2018 New Revision: 1834122 URL: http://svn.apache.org/viewvc?rev=1834122=rev Log: Fixed a broken perldoc link Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/rewrite.xml Propchange: tomcat/tc8.5.x/trunk

svn commit: r1834121 - in /tomcat/tc8.5.x/trunk/modules/jdbc-pool: build.xml doc/jdbc-pool.xml

2018-06-22 Thread ebourg
Author: ebourg Date: Fri Jun 22 11:52:32 2018 New Revision: 1834121 URL: http://svn.apache.org/viewvc?rev=1834121=rev Log: Fixed several links pointing to the documentation of older Tomcat releases (more) Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml tomcat/tc8.5.x/trunk

svn commit: r1837237 - /tomcat/trunk/build.xml

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 13:38:12 2018 New Revision: 1837237 URL: http://svn.apache.org/viewvc?rev=1837237=rev Log: Convert the message files from UTF-8 to ASCII at build time Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1837238 - /tomcat/trunk/build.xml

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 14:01:37 2018 New Revision: 1837238 URL: http://svn.apache.org/viewvc?rev=1837238=rev Log: Also convert the Messages*.properties file to ASCII Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1837239 [2/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/LocalStrings_ja.properties?rev=1837239=1837238=1837239=diff ==

svn commit: r1837239 [1/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 14:04:20 2018 New Revision: 1837239 URL: http://svn.apache.org/viewvc?rev=1837239=rev Log: Converted the message files to UTF-8 Modified: tomcat/trunk/java/javax/el/LocalStrings_es.properties tomcat/trunk/java/javax/servlet/LocalStrings_es.properties

svn commit: r1837239 [5/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/session/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/LocalStrings_ja.properties?rev=1837239=1837238=1837239=diff

svn commit: r1837239 [3/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_ja.properties?rev=1837239=1837238=1837239=diff

svn commit: r1837239 [6/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/el/Messages_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/el/Messages_es.properties?rev=1837239=1837238=1837239=diff == ---

svn commit: r1837239 [7/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties?rev=1837239=1837238=1837239=diff

svn commit: r1837239 [8/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/naming/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/naming/LocalStrings_es.properties?rev=1837239=1837238=1837239=diff == ---

svn commit: r1837239 [4/8] - in /tomcat/trunk/java: javax/el/ javax/servlet/ javax/servlet/http/ org/apache/catalina/authenticator/ org/apache/catalina/connector/ org/apache/catalina/core/ org/apache/

2018-08-01 Thread ebourg
Modified: tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_ru.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/manager/host/LocalStrings_ru.properties?rev=1837239=1837238=1837239=diff

svn commit: r1837218 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_fr.properties

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 09:26:04 2018 New Revision: 1837218 URL: http://svn.apache.org/viewvc?rev=1837218=rev Log: Fixed an error in the French translation of the jasper messages: 'library' stands for 'bibliothèque' and not 'librairie' Modified: tomcat/trunk/java/org/apache/jasper

svn commit: r1837219 - /tomcat/trunk/java/org/apache/naming/LocalStrings.properties

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 09:40:15 2018 New Revision: 1837219 URL: http://svn.apache.org/viewvc?rev=1837219=rev Log: Fixed an improperly doubled quote in the English messages Modified: tomcat/trunk/java/org/apache/naming/LocalStrings.properties Modified: tomcat/trunk/java/org/apache

svn commit: r1837221 - /tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 10:19:53 2018 New Revision: 1837221 URL: http://svn.apache.org/viewvc?rev=1837221=rev Log: Fixed a broken parameter in the Spanish messages Modified: tomcat/trunk/java/org/apache/catalina/core/LocalStrings_es.properties Modified: tomcat/trunk/java/org/apache

svn commit: r1837222 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/authenticator/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ma

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 10:24:31 2018 New Revision: 1837222 URL: http://svn.apache.org/viewvc?rev=1837222=rev Log: Fixed the improperly doubled quotes in the French messages (single quotes should only be doubled when the messages have parameters) Modified: tomcat/trunk/java/javax

svn commit: r1837223 - /tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 10:39:05 2018 New Revision: 1837223 URL: http://svn.apache.org/viewvc?rev=1837223=rev Log: Fixed the missing double quotes in the Japanese messages Modified: tomcat/trunk/java/org/apache/jasper/resources/LocalStrings_ja.properties Modified: tomcat/trunk/java

svn commit: r1837227 - in /tomcat/trunk/java/org/apache: catalina/ha/deploy/ catalina/ha/session/ catalina/tribes/group/ catalina/tribes/io/ jasper/resources/ naming/

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 12:13:38 2018 New Revision: 1837227 URL: http://svn.apache.org/viewvc?rev=1837227=rev Log: Replaced "Can't" with "Cannot" in the English message files Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/LocalStrings.properties t

svn commit: r1837243 - in /tomcat/trunk/java/org/apache: catalina/authenticator/ catalina/core/ catalina/loader/ catalina/manager/ catalina/mbeans/ catalina/realm/ catalina/users/ catalina/util/ catal

2018-08-01 Thread ebourg
Author: ebourg Date: Wed Aug 1 14:52:10 2018 New Revision: 1837243 URL: http://svn.apache.org/viewvc?rev=1837243=rev Log: Fixed several mistakes and inconsistencies in the French messages Modified: tomcat/trunk/java/org/apache/catalina/authenticator/LocalStrings_fr.properties tomcat

svn commit: r1828228 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/cluster-howto.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 12:41:24 2018 New Revision: 1828228 URL: http://svn.apache.org/viewvc?rev=1828228=rev Log: No longer mention Java 5 in the clustering howto since the version required to run Tomcat is now higher Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat

svn commit: r1828227 - /tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 12:38:38 2018 New Revision: 1828227 URL: http://svn.apache.org/viewvc?rev=1828227=rev Log: No longer mention Java 5 in the clustering howto since the version required to run Tomcat is now higher Modified: tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml

svn commit: r1828226 - /tomcat/tc8.5.x/trunk/webapps/docs/cluster-howto.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 12:33:12 2018 New Revision: 1828226 URL: http://svn.apache.org/viewvc?rev=1828226=rev Log: No longer mention Java 5 in the clustering howto since the version required to run Tomcat is now higher Modified: tomcat/tc8.5.x/trunk/webapps/docs/cluster-howto.xml

svn commit: r1828223 - /tomcat/trunk/webapps/docs/cluster-howto.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 12:26:09 2018 New Revision: 1828223 URL: http://svn.apache.org/viewvc?rev=1828223=rev Log: No longer mention Java 5 in the clustering howto since the version required to run Tomcat is now higher Modified: tomcat/trunk/webapps/docs/cluster-howto.xml Modified

svn commit: r1828388 - in /tomcat/trunk/webapps/docs: config/systemprops.xml jasper-howto.xml jndi-datasource-examples-howto.xml

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 22:47:11 2018 New Revision: 1828388 URL: http://svn.apache.org/viewvc?rev=1828388=rev Log: Capitalized the JSP acronym in the documentation Modified: tomcat/trunk/webapps/docs/config/systemprops.xml tomcat/trunk/webapps/docs/jasper-howto.xml tomcat

svn commit: r1828387 - in /tomcat/trunk: res/deployer/build.xml webapps/docs/jasper-howto.xml

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 22:34:00 2018 New Revision: 1828387 URL: http://svn.apache.org/viewvc?rev=1828387=rev Log: Removed the deprecated 'optimize' option in the JSP compilation examples Modified: tomcat/trunk/res/deployer/build.xml tomcat/trunk/webapps/docs/jasper-howto.xml

svn commit: r1828385 - /tomcat/trunk/java/org/apache/jasper/compiler/AntCompiler.java

2018-04-04 Thread ebourg
Author: ebourg Date: Wed Apr 4 21:44:31 2018 New Revision: 1828385 URL: http://svn.apache.org/viewvc?rev=1828385=rev Log: No longer set the 'optimize' option when compiling the JSPs with Ant (ignored since Java 1.3) Modified: tomcat/trunk/java/org/apache/jasper/compiler/AntCompiler.java

svn commit: r1828241 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/tribes/introduction.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 13:54:00 2018 New Revision: 1828241 URL: http://svn.apache.org/viewvc?rev=1828241=rev Log: Removed another reference to Java 1.4/1.5 in the Tribes documentation Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/tribes

svn commit: r1828240 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/tribes/introduction.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 13:52:43 2018 New Revision: 1828240 URL: http://svn.apache.org/viewvc?rev=1828240=rev Log: Removed another reference to Java 1.4/1.5 in the Tribes documentation Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/tribes

svn commit: r1828242 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/tribes/introduction.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 13:54:50 2018 New Revision: 1828242 URL: http://svn.apache.org/viewvc?rev=1828242=rev Log: Removed another reference to Java 1.4/1.5 in the Tribes documentation Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/tribes

svn commit: r1828239 - /tomcat/trunk/webapps/docs/tribes/introduction.xml

2018-04-03 Thread ebourg
Author: ebourg Date: Tue Apr 3 13:51:16 2018 New Revision: 1828239 URL: http://svn.apache.org/viewvc?rev=1828239=rev Log: Removed another reference to Java 1.4/1.5 in the Tribes documentation Modified: tomcat/trunk/webapps/docs/tribes/introduction.xml Modified: tomcat/trunk/webapps/docs

svn commit: r1854778 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:57:04 2019 New Revision: 1854778 URL: http://svn.apache.org/viewvc?rev=1854778=rev Log: Removed the unused dependency on Guava Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml Modified: tomcat

svn commit: r1854776 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/ tomcat8-war-runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:47:18 2019 New Revision: 1854776 URL: http://svn.apache.org/viewvc?rev=1854776=rev Log: Ignore the build directories for the Tomcat 8 plugin Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed) tomcat/maven-plugin/trunk/tomcat8

svn commit: r1854777 - in /tomcat/maven-plugin/trunk: ./ src/site/apt/ tomcat-maven-archetype/src/main/resources/archetype-resources/ tomcat-maven-archetype/src/main/resources/archetype-resources/__ro

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:52:29 2019 New Revision: 1854777 URL: http://svn.apache.org/viewvc?rev=1854777=rev Log: Removed the Tomcat 6 plugin Removed: tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/resources/simple-war-project/ tomcat/maven-plugin/trunk/tomcat-maven

svn commit: r1854779 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/ tomcat8-war-runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Mon Mar 4 16:57:52 2019 New Revision: 1854779 URL: http://svn.apache.org/viewvc?rev=1854779=rev Log: Ignore the IntelliJ project files Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/ (props changed) tomcat/maven-plugin/trunk/tomcat8-war-runner/ (props

svn commit: r1854805 - in /tomcat/maven-plugin/trunk: pom.xml src/site/site.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:48:37 2019 New Revision: 1854805 URL: http://svn.apache.org/viewvc?rev=1854805=rev Log: Updated the Maven plugins Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL

svn commit: r1854807 - in /tomcat/maven-plugin/trunk: tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/ tomcat8-war-runner/src/main/java/org/apache/tomcat/maven/runner/

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 01:03:29 2019 New Revision: 1854807 URL: http://svn.apache.org/viewvc?rev=1854807=rev Log: Java 7 syntax Modified: tomcat/maven-plugin/trunk/tomcat8-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat8/run/AbstractExecWarMojo.java tomcat

svn commit: r1854806 - /tomcat/maven-plugin/trunk/pom.xml

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:53:30 2019 New Revision: 1854806 URL: http://svn.apache.org/viewvc?rev=1854806=rev Log: Bumped the language level to Java 7 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1854804 - in /tomcat/maven-plugin/trunk: tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/ tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomca

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:46:27 2019 New Revision: 1854804 URL: http://svn.apache.org/viewvc?rev=1854804=rev Log: Replaced the @Component annotations on the MavenProject, MavenSession and Settings fields with the equivalent @Parameter syntax Modified: tomcat/maven-plugin/trunk

svn commit: r1854802 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer/ common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven

2019-03-04 Thread ebourg
Author: ebourg Date: Tue Mar 5 00:28:07 2019 New Revision: 1854802 URL: http://svn.apache.org/viewvc?rev=1854802=rev Log: Fixed the javadoc errors (and some warnings) Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/deployer

[tomcat] branch master updated: Removed the CVS and Subversion directories from the paths excluded by javac

2019-05-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new e9c253f Removed the CVS and Subversion

[tomcat] branch master updated: Changed 'ant validate-eoln' to always check LF line endings regardless of the OS (by default Git checks out the files with LF EOL even on Windows)

2019-05-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 1fb000c Changed 'ant validate-eoln' to always

[tomcat] branch master updated: Ignore more IntelliJ files

2019-05-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 95f85b7 Ignore more IntelliJ files 95f85b7

[tomcat] branch master updated: Fixed the javadoc in CheckEol

2019-05-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new ad9b999 Fixed the javadoc in CheckEol ad9b999

[tomcat] branch master updated: Removed the redundant 'static' modifier on the enums

2019-05-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new a7a4b72 Removed the redundant 'static

[tomcat-jakartaee-migration] 01/04: Split the CLI handling from the main migration class

2020-04-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 0a52c66b751e3245fad11faf85f7dbfa4343bac9 Author: Emmanuel Bourg AuthorDate: Wed Apr 8 18:55:17 2020

[tomcat-jakartaee-migration] 03/04: Test with an invalid profile

2020-04-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 75de6b5d61afac8e13621cffe63df892e602df26 Author: Emmanuel Bourg AuthorDate: Wed Apr 8 23:18:23 2020

[tomcat-jakartaee-migration] branch master updated (54c1fe1 -> 70a9455)

2020-04-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git. from 54c1fe1 Avoid deprecation warning new 0a52c66 Split the CLI handling from the main

[tomcat-jakartaee-migration] 04/04: Wrap the lines in the README file

2020-04-08 Thread ebourg
This is an automated email from the ASF dual-hosted git repository. ebourg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git commit 70a94559e5a288d30f0794210c100e21d950d40b Author: Emmanuel Bourg AuthorDate: Wed Apr 8 23:22:45 2020

  1   2   3   >