DonaldDu / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

OSGI entries in manifest specify bundle (and exported packages) version 1.7 for gson-2.0.jar #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. download the google-gson-2.0-release.zip
2. check the META-INF/MANIFEST.MF from the gson-2.0.jar

What is the expected output? What do you see instead?

There should be lines like these:
Bundle-Version: 2.0
Export-Package: com.google.gson;version=2.0.0, com.google.gson.annotat
 ions;version=2.0.0, com.google.gson.reflect;version=2.0.0, com.google
 .gson.stream;version=2.0.0, com.google.gson.internal;version=2.0.0

The file contains the following:
Bundle-Version: 1.7
Export-Package: com.google.gson;version=1.7.1, com.google.gson.annotat
 ions;version=1.7.1, com.google.gson.reflect;version=1.7.1, com.google
 .gson.stream;version=1.7.1, com.google.gson.internal;version=1.7.1

What version of the product are you using? On what operating system?
Version 2.0

Please provide any additional information below.
I haven't checked if there are any missing exported packages (if any have been 
introduced in v2.0).

Original issue reported on code.google.com by jmalche...@gmail.com on 20 Nov 2011 at 12:39

GoogleCodeExporter commented 9 years ago
We'll make sure to get this right in version 2.1, coming very soon.

Original comment by limpbizkit on 16 Dec 2011 at 4:58