[CONJ-2] MariaDB client should be made OSGI ready Created: 2012-12-06 Updated: 2020-04-08 Resolved: 2013-01-10 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Claudiu Dumitrescu | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | jdbc | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
It would be nice to have an OSGi ready jar for the MariaDB-client. |
| Comments |
| Comment by Claudiu Dumitrescu [ 2012-12-06 ] |
|
Currently I am using this manifest to use the jar in an OSGi container |
| Comment by Vladislav Vaintroub [ 2012-12-09 ] |
|
Claudiu, would it be possible for you to you check if this manifest I attach works fine in your environment? I do not have any OSGi env. experience myself, but looks like I could bring maven to generate couple of manifest entries with maven-jar-plugin (felix plugin that is supposed to be in common use for manifest tweaking did not work for me on some reason, it did not even install cleanly) |
| Comment by Vladislav Vaintroub [ 2012-12-09 ] |
|
of the 2 attached manifests, the one I generated is the smaller one |
| Comment by Claudiu Dumitrescu [ 2012-12-10 ] |
|
Yes, from the first tests it seems OK. If I have any problems I will let you know |
| Comment by Vladislav Vaintroub [ 2012-12-10 ] |
|
pushed into lp:mariadb-java-client already |