[SDNC-5] Rebase sdnc-core
[sdnc/core.git] / dblib / common / doc / changelog.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   Licensed to the Apache Software Foundation (ASF) under one or more
4   contributor license agreements.  See the NOTICE file distributed with
5   this work for additional information regarding copyright ownership.
6   The ASF licenses this file to You under the Apache License, Version 2.0
7   (the "License"); you may not use this file except in compliance with
8   the License.  You may obtain a copy of the License at
9
10       http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17 -->
18 <!DOCTYPE document [
19   <!ENTITY project SYSTEM "@TOMCAT_PROJECT_DEST@">
20 ]>
21 <?xml-stylesheet type="text/xsl" href="package.xsl"?>
22 <document url="changelog.html">
23
24   &project;
25
26   <properties>
27     <author email="fhanik@apache.org">Filip Hanik</author>
28     <title>Changelog</title>
29   </properties>
30
31 <body>
32
33 <section name="Tomcat JDBC Connection Pool - Apache Tomcat 7.0.19 and later">
34   <p>
35     Starting with Apache Tomcat 7.0.19 in July 2011, Tomcat JDBC Connection Pool
36     is built and released as a component in official releases of Tomcat.
37     The changes are now listed in "jdbc-pool" sections of Apache Tomcat
38     changelog file. This changelog file is obsolete.
39   </p>
40 </section>
41
42 <section name="Tomcat JDBC Connection Pool 1.1.0.0">
43   <subsection name="pool">
44     <changelog>
45       <add><rev>1207712</rev> Pool cleaner should be a global thread, not spawn one thread per connection pool. (fhanik)</add>
46       <fix><rev>1073531</rev> <bug>50805</bug> Only initialize connections once when async (fhanik)</fix>
47       <fix><rev>1076380</rev> <bug>50857</bug> Correctly handle timeouts when the pool is busy when async (fhanik)</fix>
48       <add>Added QueryTimeoutInterceptor to be able to configure timeouts on running queries automatically.</add>
49     </changelog>
50   </subsection>
51 </section>
52
53 <section name="Tomcat JDBC Connection Pool 1.0.9.4">
54   <subsection name="pool">
55     <changelog>
56       <fix><rev>1069864</rev> <bug>50759</bug> Correctly set validation timestamp when using external validator.(fhanik)</fix>
57     </changelog>
58   </subsection>
59 </section>
60
61 <section name="Tomcat JDBC Connection Pool 1.0.9.3">
62   <subsection name="pool">
63     <changelog>
64       <fix><rev>1060998</rev> <bug>50613</bug> Fix concurrency issue around pool size calculation.(fhanik)</fix>
65     </changelog>
66   </subsection>
67 </section>
68 <section name="Tomcat JDBC Connection Pool 1.0.9.2">
69   <subsection name="pool">
70     <changelog>
71       <fix><rev>1057743</rev> Make sure passwords are masked.(fhanik)</fix>
72     </changelog>
73   </subsection>
74 </section>
75 <section name="Tomcat JDBC Connection Pool 1.0.9.0">
76   <subsection name="pool">
77     <changelog>
78       <fix><rev>997321</rev> Ensure threads borrowing connections do not
79       get stuck waiting for a new connection if a connection is released in
80       another thread. (markt)</fix>
81       <fix><rev>995432</rev> Make interceptor class names, property names
82       and property values tolerant of whitespace by trimming the values before
83       use. (markt)</fix>
84       <fix><rev>995091</rev> <bug>49831</bug> Make sure pooled XAConnections are
85       closed when the connection pool shuts down. Patch provided by Daniel
86       Mikusa. (markt)</fix>
87       <update><rev>995087</rev> Code clean-up. Remove some unused code. (markt)
88       </update>
89       <update><rev>995083</rev> Update to Tomcat 6.0.29 (for JULI). (markt)
90       </update>
91       <update><rev>992409</rev> Code clean-up. Reduce sequences of three or more
92       blank lines to two blank lines. (markt)</update>
93       <add><rev>952811</rev>, <rev>995095</rev> <bug>48814</bug> Add Validator
94       interface and allow users to configure a Validator class name. Patch
95       provided by Matt Passell. (markt)</add>
96       <update><rev>948073</rev> Code clean-up. Remove unused imports. (markt)
97       </update>
98       <fix><rev>943434</rev> <bug>49224</bug> Only try setting the username and
99       password if they are non-null. Patch provided by Matt Passell. (markt)
100       </fix>
101       <fix><rev>943032</rev> <bug>49269</bug> Set maxIdle to maxActive by
102       default to prevent warning on start when maxIdle > maxActive. Patch
103       provided by Matt Passell. (markt)</fix>
104       <fix><rev>940574</rev> <bug>49241</bug> Don&apos;t ignore the
105       suspectTimeout property. (fhanik)</fix>
106       <fix><rev>939320</rev> Fix svn:keywords for property replacement.
107       (kkolinko)</fix>
108       <add><rev>931550</rev>, <rev>934651</rev>, <rev>934677</rev> Add a
109       statement cache. (fhanik)</add>
110       <update><rev>919076</rev> Improve XA support. (fhanik)</update>
111       <fix><rev>915940</rev> <bug>48392</bug> Add an interceptor to wrap
112       Statements and ResultSets to prevent access to the physical connection.
113       (fhanik)</fix>
114       <fix><rev>912026</rev> Call <code>setTransactionIsolation()</code> before
115       anything else as some drivers require this to be the first call. (fhanik)
116       </fix>
117       <update><rev>900017</rev> Update Javadoc for XADataSource. (kkolinko)
118       </update>
119     </changelog>
120   </subsection>
121 </section>
122 <section name="Tomcat JDBC Connection Pool prior to 1.0.9.0 (incomplete)">
123   <subsection name="pool">
124     <changelog>
125       <update><rev>720253</rev> Document how to use interceptors</update>
126       <update><rev>717972</rev> Added an interceptor that will clean up non closed statements when a connection is returned to the pool. (<code>org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer</code>)</update>
127       <update><rev>713763</rev> Improve connection state handling</update>
128       <fix><rev>713763</rev> Improve connection state handling</fix>
129     </changelog>
130   </subsection>
131 </section>
132 </body>
133 </document>