2014-08-08 18:53 GMT+04:00 <[email protected]>: > 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/viewvc/tomcat/trunk/modules/jdbc-pool/doc/changelog.xml?rev=1616789&r1=1616788&r2=1616789&view=diff > ============================================================================== > --- tomcat/trunk/modules/jdbc-pool/doc/changelog.xml (original) > +++ tomcat/trunk/modules/jdbc-pool/doc/changelog.xml Fri Aug 8 14:53:06 2014 > @@ -28,6 +28,25 @@ > </properties> > > <body> > + > +<section name="Tomcat JDBC Connection Pool - Apache Tomcat 8.0.10">
1. The version number is wrong. The next version is 8.0.11. (8.0.10 was tagged a month ago and failed the vote). 2. This changelog file is not built and is not included with Tomcat releases. Is it really needed here? In Tomcat 7 we used subsection name "jdbc-pool" to list Tomcat-JDBC pool changes. I think we should do the same for Tomcat 8. (There have not been any such changes in 8.0.0-8.0.10, so it is the first time when this section will be used in Tomcat 8). Best regards, Konstantin Kolinko > + <subsection name="pool"> > + <changelog> > + <fix><rev>1616760</rev> <bug>54227</bug> Evaluate max age upon borrow > (fhanik)</fix> > + <fix><rev>1616644</rev> <bug>56318</bug> Ability to trace statement > creation in StatementFinalizer (fhanik)</fix> > + <fix><rev>1616639</rev> <bug>53088</bug> More identifiable thread name > (fhanik)</fix> > + <fix><rev>1616629</rev> <bug>56789</bug> getPool() returns the actual > pool, always (fhanik)</fix> > + <fix><rev>1616625</rev> <bug>54978</bug> Make sure proper connection > validation always happens, regardless of config (fhanik)</fix> > + <fix><rev>1616602</rev> <bug>54537</bug> Performance improvement in > StatementFinalizer (fhanik)</fix> > + <fix><rev>1616599</rev> <bug>54395</bug> Fix JDBC interceptor parsing > bug (fhanik)</fix> > + <fix><rev>1616595</rev> <bug>54235</bug> Disallow nested pools > exploitating using data source (fhanik)</fix> > + <fix><rev>1616592</rev> <bug>54225</bug> Disallow empty init SQL > (fhanik)</fix> > + <fix><rev>1616584</rev> <bug>53853</bug> More flexible classloading > (fhanik)</fix> > + <fix><rev>1616570</rev> <bug>53200</bug> Selective logging for slow > versus failed queries (fhanik)</fix> > + </changelog> > + </subsection> > +</section> > + > <section name="Tomcat JDBC Connection Pool 1.1.0.0"> > <subsection name="pool"> > <changelog> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
