-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
42 lines (31 loc) · 1.7 KB
/
CHANGELOG.txt
File metadata and controls
42 lines (31 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
==============================================================================
ChangeLog file for the JdbcRowSet interface from OpenJDK
==============================================================================
==============================================================================
JdbcRowSetImpl 1.0.3 - Released 2021-10-18
==============================================================================
Changes:
1. Added CHANGELOG
2. Updated dependency/plugin versions in POM
3. Changes based on 2021-09-27 version of JdbcRowSetImpl from:
https://github.com/openjdk/jdk/blob/426bcee9274bb3ec7dce551f85adb2ab61c22481/src/java.sql.rowset/share/classes/com/sun/rowset/JdbcRowSetImpl.java
a. Replace use of string.equals("") with isEmpty() (2018-12-07)
b. Various Typos in SQL Method Documentation (2019-01-03)
c. Added '@SuppressWarnings("serial")' to various datamembers (2021-09-27)
==============================================================================
JdbcRowSetImpl 1.0.2 - Released 2020-09-20
==============================================================================
Changes:
1. Fixed PATH constant in RowSetResourceBundle
2. Moved ResourceBundles into src/main/resources
==============================================================================
JdbcRowSetImpl 1.0.1 - Released 2020-08-14
==============================================================================
Changes:
1. Updated project description
2. Corrected bad URL in POM
==============================================================================
JdbcRowSetImpl 1.0.0 - Released 2020-08-13
==============================================================================
Changes:
1. Initial Release