svn commit: r928771 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_29/

2010-03-29 Thread fhanik
Author: fhanik Date: Mon Mar 29 13:35:57 2010 New Revision: 928771 URL: http://svn.apache.org/viewvc?rev=928771&view=rev Log: Tagging Tomcat version TOMCAT_5_5_29. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_29/ - copied from r928770, tomcat/tc5.5.x/t

svn commit: r929181 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java catalina/core/AsyncContextImpl.java coyote/http11/Http11Processor.java

2010-03-30 Thread fhanik
Author: fhanik Date: Tue Mar 30 16:03:32 2010 New Revision: 929181 URL: http://svn.apache.org/viewvc?rev=929181&view=rev Log: Clear up state handling a bit Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/catalina/

svn commit: r930289 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-02 Thread fhanik
Author: fhanik Date: Fri Apr 2 14:59:33 2010 New Revision: 930289 URL: http://svn.apache.org/viewvc?rev=930289&view=rev Log: Fix copy paste error Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/

svn commit: r931550 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool: ConnectionPool.java JdbcInterceptor.java PoolProperties.java PooledConnection.java interceptor/StatementCache

2010-04-07 Thread fhanik
Author: fhanik Date: Wed Apr 7 13:54:21 2010 New Revision: 931550 URL: http://svn.apache.org/viewvc?rev=931550&view=rev Log: Start working on a statement cache. Add in disconnect event for interceptors, make the statement decorator extensible Added: tomcat/trunk/modules/jdbc-pool/java

svn commit: r934457 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2010-04-15 Thread fhanik
Author: fhanik Date: Thu Apr 15 15:38:17 2010 New Revision: 934457 URL: http://svn.apache.org/viewvc?rev=934457&view=rev Log: if error, next request Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/ht

svn commit: r934651 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ test/org/apache/tomcat/jdbc/test/

2010-04-15 Thread fhanik
Author: fhanik Date: Fri Apr 16 00:02:53 2010 New Revision: 934651 URL: http://svn.apache.org/viewvc?rev=934651&view=rev Log: Add in statement cache Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestStatementCache.java (with props) Modified: tomcat/t

svn commit: r934677 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor: StatementCache.java StatementDecoratorInterceptor.java

2010-04-15 Thread fhanik
Author: fhanik Date: Fri Apr 16 03:37:59 2010 New Revision: 934677 URL: http://svn.apache.org/viewvc?rev=934677&view=rev Log: Clean up a bit Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java tomcat/trunk/modules/jdbc-pool/java

svn commit: r935984 - /tomcat/trunk/test/org/apache/tomcat/util/http/TestBug49158.java

2010-04-20 Thread fhanik
Author: fhanik Date: Tue Apr 20 16:34:27 2010 New Revision: 935984 URL: http://svn.apache.org/viewvc?rev=935984&view=rev Log: Add test case for bug 49158 Added: tomcat/trunk/test/org/apache/tomcat/util/http/TestBug49158.java (with props) Added: tomcat/trunk/test/org/apache/tomcat/

svn commit: r935998 - in /tomcat/trunk/java/org/apache/catalina/connector: Request.java Response.java

2010-04-20 Thread fhanik
Author: fhanik Date: Tue Apr 20 17:13:37 2010 New Revision: 935998 URL: http://svn.apache.org/viewvc?rev=935998&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49158 Session cookies should only set one header Modified: tomcat/trunk/java/org/apache/catalina/conne

svn commit: r936003 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-04-20 Thread fhanik
Author: fhanik Date: Tue Apr 20 17:17:57 2010 New Revision: 936003 URL: http://svn.apache.org/viewvc?rev=936003&view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r939491 - /tomcat/trunk/java/org/apache/catalina/connector/CoyotePrincipal.java

2010-04-29 Thread fhanik
Author: fhanik Date: Thu Apr 29 22:00:17 2010 New Revision: 939491 URL: http://svn.apache.org/viewvc?rev=939491&view=rev Log: Per documentation: http://java.sun.com/javase/6/docs/api/javax/security/auth/Subject.html Therefore all concrete Principal implementations associated with Subjects

svn commit: r939494 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-04-29 Thread fhanik
Author: fhanik Date: Thu Apr 29 22:09:21 2010 New Revision: 939494 URL: http://svn.apache.org/viewvc?rev=939494&view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

[tomcat] branch master updated: Avoid reflection for default instantiation

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 c08bf81 Avoid reflection for default

[tomcat] branch master updated: Simpler way to determine Graal runtime

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 098c4c8 Simpler way to determine Graal runtime

[tomcat] branch 9.0.x updated (5157388 -> f4dac68)

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 5157388 fix module names to reflect Java EE origin new 6a73695 Simpler way to determine Graal runtime new

[tomcat] 01/02: Simpler way to determine Graal runtime

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6a73695fa6d024ed9fc4adeb32073cbd94309c51 Author: Filip Hanik AuthorDate: Tue Jul 21 14:04:57 2020 -0700 Simpler way

[tomcat] 02/02: Avoid reflection for default instantiation

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f4dac6846c548144799b1c3f33aba4eb320a3413 Author: Filip Hanik AuthorDate: Mon Jul 13 12:43:55 2020 -0700 Avoid

[tomcat] branch 9.0.x updated: Parent classloader has to be resolved first.

2020-07-21 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 77efc02 Parent classloader has to be resolved

[tomcat] branch 9.0.x updated: Revert "Simpler way to determine Graal runtime"

2020-07-22 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 87cbed1 Revert "Simpler way to determine

[tomcat] branch master updated: Revert "Simpler way to determine Graal runtime"

2020-07-22 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 cb5eaa3 Revert "Simpler way to determine

[tomcat] branch 9.0.x updated: Minor EL bugs when running under Graal/SubstrateVM

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 814f52b Minor EL bugs when running under Graal

[tomcat] branch master updated: Minor EL bugs when running under Graal/SubstrateVM

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 f03f60e Minor EL bugs when running under Graal

[tomcat] branch 9.0.x updated: Allow detection of Graal via reflection or system property

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 73288c6 Allow detection of Graal via reflection

[tomcat] branch master updated: Allow detection of Graal via reflection or system property

2020-07-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 b1820ad Allow detection of Graal via

[tomcat] branch master updated: Add an experimental minimal distribution to be published

2020-07-27 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 a9eae94 Add an experimental minimal

[tomcat] branch 9.0.x updated: Add an experimental minimal distribution to be published

2020-07-27 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d653016 Add an experimental minimal distribution

[tomcat] branch 9.0.x updated: When installing Maven artifacts, install the source as well

2020-08-12 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 81baa13 When installing Maven artifacts, install

[tomcat] branch master updated: When installing Maven artifacts, install the source as well

2020-08-12 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 46ee8f0 When installing Maven artifacts

[tomcat] branch master updated: Add in an ability to configure a custom class loader

2020-08-12 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 7cd2aaa Add in an ability to configure a

[tomcat] branch master updated: It should probably do what JavaDoc says

2020-08-12 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 481e448 It should probably do what JavaDoc

[tomcat] branch 9.0.x updated: Add in an ability to configure a custom class loader

2020-08-12 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 44c8234 Add in an ability to configure a custom

[tomcat] branch 9.0.x updated: Add back support for static resources for now

2020-08-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 5f9f36c Add back support for static resources

[tomcat] branch master updated: Add back support for static resources for now

2020-08-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 33185e3 Add back support for static resources

[tomcat] branch master updated: Move the reflection generation code into the main directory

2020-08-27 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 f6f65c0 Move the reflection generation code

[tomcat] branch 9.0.x updated: Move the reflection generation code into the main directory

2020-08-27 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7094b11 Move the reflection generation code into

[tomcat] branch 9.0.x updated: Improvements to native (tomcat-embed-programmatic)

2020-10-05 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 6d04ef8 Improvements to native (tomcat-embed

(tomcat-tck) 01/01: Update README.md

2024-01-16 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch pr/fix-readme-header in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git commit 30862b7848ff5c0e3aa2ced15434eab2dcbe0d1c Author: Filip Hanik AuthorDate: Tue Jan 16 08:43:07 2024

(tomcat-tck) branch pr/fix-readme-header created (now 30862b7)

2024-01-16 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a change to branch pr/fix-readme-header in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git at 30862b7 Update README.md This branch includes the following new commits: new 30862b7

[tomcat] branch 10.0.x updated: Add compilation support for Graal 21.3

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.0.x by this push: new 916f72d Add compilation support for Graal 21.3

[tomcat] branch 9.0.x updated (25a1da7 -> 338d05d)

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 25a1da7 Expand on fix for BZ 65757 - check for specific request thread new df26188 Add compilation support for

[tomcat] 01/02: Add compilation support for Graal 21.3

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit df26188cc429d3b9ab1a4215dc59b95467f1a051 Author: Filip Hanik AuthorDate: Mon Jan 3 09:27:34 2022 -0800 Add

[tomcat] 02/02: Move import so build can complete

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 338d05d14c14fd8eb7ca44079e016544ac374d75 Author: Mark Thomas AuthorDate: Mon Jan 10 17:50:07 2022 + Move import

[tomcat] branch main updated (5d64445 -> 49dd3b0)

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 5d64445 Explicitly release pooled ByteBuffer instances on endpoint stop new 087eb42 Add compilation support

[tomcat] 02/02: Move import so build can complete

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 49dd3b0bceec16942c945c4ccc6433f42f7fa328 Author: Mark Thomas AuthorDate: Mon Jan 10 17:50:07 2022 + Move import

[tomcat] 01/02: Add compilation support for Graal 21.3

2022-01-10 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 087eb420a04e3c8dd80a5eb577b522451909c061 Author: Filip Hanik AuthorDate: Mon Jan 3 09:27:34 2022 -0800 Add

[tomcat] branch 9.0.x updated (a7c132d -> 6ed7648)

2020-04-13 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from a7c132d Add 9.0.34 release date new 2e94898 Include Graal configuration files new 833625d Make it known

[tomcat] branch 9.0.x updated: Add websocket/el jars to test the native-image files

2020-04-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 36031a7 Add websocket/el jars to test the native

[tomcat] branch 9.0.x updated: Checkstyle adjustments for Graal native AOT files

2020-04-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 89012cf Checkstyle adjustments for Graal native

[tomcat] branch master updated: Include Graal configuration files

2020-04-14 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 468b6b4 Include Graal configuration files

[tomcat] branch master updated: Correct paths for building the sample native image

2020-04-28 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 7a70300 Correct paths for building the sample

[tomcat] branch 9.0.x updated: Correct paths for building the sample native image

2020-04-28 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 2bd1c77 Correct paths for building the sample

[tomcat] branch 9.0.x updated: Ensure that the WsContextListener can be added and that reflection works

2020-05-11 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d5134aa Ensure that the WsContextListener can be

[tomcat] branch master updated: Ensure that the WsContextListener can be added and that reflection works

2020-05-11 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 b5dc2dd Ensure that the WsContextListener can

[tomcat] branch 9.0.x updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 919183b Make `ant -f mvn-pub.xml generic-install

[tomcat] branch 9.0.x updated: Fixes OSGI bundling error

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new caed319 Fixes OSGI bundling error caed319 is

[tomcat] branch 9.0.x updated: Revert "Fixes OSGI bundling error"

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7ec1d31 Revert "Fixes OSGI bundling

[tomcat] branch master updated: Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

2020-06-23 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 3717e06 Make `ant -f mvn-pub.xml generic

[tomcat] branch master updated: Enable graal reflection on all ParallelWebappClassLoader methods

2020-07-20 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik 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 06958d1 Enable graal reflection on all

[tomcat] branch 9.0.x updated: Enable graal reflection on all ParallelWebappClassLoader methods

2020-07-20 Thread fhanik
This is an automated email from the ASF dual-hosted git repository. fhanik pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 0599a24 Enable graal reflection on all

svn commit: r1616644 - in /tomcat/trunk/modules/jdbc-pool: doc/jdbc-pool.xml src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-07 Thread fhanik
Author: fhanik Date: Fri Aug 8 00:04:51 2014 New Revision: 1616644 URL: http://svn.apache.org/r1616644 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Contribution by Danila Galimov Ability to log statement creation stacks Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc

svn commit: r1616649 - /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test/TestValidationQueryTimeout.java

2014-08-07 Thread fhanik
Author: fhanik Date: Fri Aug 8 00:22:51 2014 New Revision: 1616649 URL: http://svn.apache.org/r1616649 Log: Fix suspect test cases. If validation times out, it should be treated as a validation error. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test

svn commit: r1616760 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/pool/ test/java/org/apache/tomcat/jdbc/test/

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:02:54 2014 New Revision: 1616760 URL: http://svn.apache.org/r1616760 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 Proper fix for max age evaluation at time of borrow. It should be done during borrow, not during setup. Setup does not perform

svn commit: r1616767 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:13:50 2014 New Revision: 1616767 URL: http://svn.apache.org/r1616767 Log: Amendment to r1616759. Thanks markt Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java Modified: tomcat/trunk/modules/jdbc-pool

svn commit: r1616789 - /tomcat/trunk/modules/jdbc-pool/doc/changelog.xml

2014-08-08 Thread fhanik
Author: fhanik Date: Fri Aug 8 14:53:06 2014 New Revision: 1616789 URL: http://svn.apache.org/r1616789 Log: Update changelog with recent fixes Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Modified: tomcat/trunk/modules/jdbc-pool/doc/changelog.xml URL: http://svn.apache.org

svn commit: r1617042 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-09 Thread fhanik
Author: fhanik Date: Sun Aug 10 01:55:14 2014 New Revision: 1617042 URL: http://svn.apache.org/r1617042 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 Only log if statement requires it. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool

svn commit: r1617355 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java

2014-08-11 Thread fhanik
Author: fhanik Date: Mon Aug 11 19:57:22 2014 New Revision: 1617355 URL: http://svn.apache.org/r1617355 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56318 The weak reference is for the statement itself. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat

svn commit: r1589429 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-04-23 Thread fhanik
Author: fhanik Date: Wed Apr 23 14:31:14 2014 New Revision: 1589429 URL: http://svn.apache.org/r1589429 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1589429&r1=158

svn commit: r1593435 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-05-15 Thread fhanik
Author: fhanik Date: Thu May 8 22:12:46 2014 New Revision: 1593435 URL: http://svn.apache.org/r1593435 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1593435&r1=159343

svn commit: r1595320 - /tomcat/tc6.0.x/trunk/STATUS.txt

2014-05-16 Thread fhanik
Author: fhanik Date: Fri May 16 19:32:00 2014 New Revision: 1595320 URL: http://svn.apache.org/r1595320 Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1595320&r1=159531

svn commit: r1613066 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 10:57:26 2014 New Revision: 1613066 URL: http://svn.apache.org/r1613066 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53198 driverClassName should not be mandatory https://issues.apache.org/bugzilla/show_bug.cgi?id=53198 Modified: tomcat/trunk

svn commit: r1613111 - in /tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test: TestSlowQueryReport.java TestValidationQueryTimeout.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:17:46 2014 New Revision: 1613111 URL: http://svn.apache.org/r1613111 Log: Make tests pass by properly using the mock objects and not rely on a pre existing table. Modified: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test

svn commit: r1613112 - /tomcat/trunk/modules/jdbc-pool/pom.xml

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:18:06 2014 New Revision: 1613112 URL: http://svn.apache.org/r1613112 Log: Code depends on DBCP2 from Tomcat Modified: tomcat/trunk/modules/jdbc-pool/pom.xml Modified: tomcat/trunk/modules/jdbc-pool/pom.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1613123 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:42:38 2014 New Revision: 1613123 URL: http://svn.apache.org/r1613123 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Properly handle interrupts in the FairBlockingQueue https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Added

svn commit: r1613135 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 13:50:23 2014 New Revision: 1613135 URL: http://svn.apache.org/r1613135 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Assume error until proven otherwise Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool

svn commit: r1613137 - in /tomcat/tc7.0.x/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java test/java/org/apache/tomcat/jdbc/bugs/Bug53367.java

2014-07-24 Thread fhanik
Author: fhanik Date: Thu Jul 24 14:00:38 2014 New Revision: 1613137 URL: http://svn.apache.org/r1613137 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53367 Fix interrupt handling in the FairBlockingQueue Added: tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/test/java/org/apache

svn commit: r1616562 - /tomcat/trunk/test/org/apache/catalina/valves/TestRemoteIpValve.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 18:31:49 2014 New Revision: 1616562 URL: http://svn.apache.org/r1616562 Log: Add in test for different possible configurations using the RemoteIpValve More complex expressions like 172/12 can be supported Modified: tomcat/trunk/test/org/apache/catalina/valves

svn commit: r1616569 - in /tomcat/trunk/modules/jdbc-pool: build.properties.default pom.xml src/test/java/org/apache/tomcat/jdbc/test/DefaultTestCase.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 19:07:21 2014 New Revision: 1616569 URL: http://svn.apache.org/r1616569 Log: Clean up dependencies and advance snapshot version Modified: tomcat/trunk/modules/jdbc-pool/build.properties.default tomcat/trunk/modules/jdbc-pool/pom.xml tomcat/trunk

svn commit: r1616570 - in /tomcat/trunk/modules/jdbc-pool: doc/jdbc-pool.xml src/main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 19:20:00 2014 New Revision: 1616570 URL: http://svn.apache.org/r1616570 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53200 Enable selective logging of slow/failed queries Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml tomcat

svn commit: r1616584 - in /tomcat/trunk/modules/jdbc-pool: doc/ src/main/java/org/apache/tomcat/jdbc/naming/ src/main/java/org/apache/tomcat/jdbc/pool/

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 20:15:19 2014 New Revision: 1616584 URL: http://svn.apache.org/r1616584 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53853 Dynamic class loading of driver, validator and interceptors can be done from libraries on the context class loader. Behavior

svn commit: r1616592 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java test/java/org/apache/tomcat/jdbc/bugs/Bug54225.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 20:31:19 2014 New Revision: 1616592 URL: http://svn.apache.org/r1616592 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54225 Don't allow empty strings as initSQL Added: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc

svn commit: r1616594 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java test/java/org/apach

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 21:04:11 2014 New Revision: 1616594 URL: http://svn.apache.org/r1616594 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54227 MaxAge should be honored upon borrow as well, to assure that no connection is ever used if it has been connected longer than

svn commit: r1616595 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 21:08:59 2014 New Revision: 1616595 URL: http://svn.apache.org/r1616595 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54235 Make sure misconfigurations can not happen. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc

svn commit: r1616599 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/PoolProperties.java test/java/org/apache/tomcat/jdbc/test/TestJdbcInterceptorConfigParsing.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 21:32:27 2014 New Revision: 1616599 URL: http://svn.apache.org/r1616599 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 Fix JdbcInterceptor parsing Added: tomcat/trunk/modules/jdbc-pool/src/test/java/org/apache/tomcat/jdbc/test

svn commit: r1616602 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/interceptor/StatementFinalizer.java test/java/org/apache/tomcat/jdbc/test/StatementFinalizerTest.ja

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 21:47:11 2014 New Revision: 1616602 URL: http://svn.apache.org/r1616602 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54537 Use a linked list to handle O(1) insert and remove operations. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org

svn commit: r1616625 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java test/java/org/apache/tomcat/jdbc/bugs/Bug54978.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 23:16:14 2014 New Revision: 1616625 URL: http://svn.apache.org/r1616625 Log: Fixed validation when testOnConnect=false. In this case, we need to verify, do we have an init query, if so, do an init validation, otherwise do a borrow validation. Added: tomcat

svn commit: r1616629 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 23:28:19 2014 New Revision: 1616629 URL: http://svn.apache.org/r1616629 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56789 Always return a pool, never null Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool

svn commit: r1616639 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java

2014-08-07 Thread fhanik
Author: fhanik Date: Thu Aug 7 23:51:55 2014 New Revision: 1616639 URL: http://svn.apache.org/r1616639 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53088 More readable and understandable name Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool

<    16   17   18   19   20   21