[CONJ-871] OSGi: Missing Import-Package in Connector/J bundle (javax.sql.rowset.serial) Created: 2021-04-06 Updated: 2021-11-14 Resolved: 2021-05-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.7.2 |
| Fix Version/s: | 2.7.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Domagoj Cosic | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
OSGi |
||
| Issue Links: |
|
||||||||
| Description |
|
There is an Import-Package missing in the OSGi manifest of the Connector/J bundle: javax.sql.rowset.serial. Obviously the access to that package was not necessary in the previous versions of the library. Now the missing import prevents the creation of a connection on the DataSource (at least of a XA connection), as the class javax.sql.rowset.serial.SerialException cannot be loaded. |
| Comments |
| Comment by Diego Dupin [ 2021-04-08 ] |
|
Issue comes with https://jira.mariadb.org/browse/CONJ-849 resolution (version 2.7.3) |
| Comment by Diego Dupin [ 2021-05-11 ] |
|
correction merged for 2.7.3 |