Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.7.3
-
None
-
None
-
1
Description
See https://github.com/spring-projects/spring-boot/issues/15914 for reference.
The 2.7.3 jar is 6,7MB large while the 2.7.2 one is only 1,2MB.
It is suspected that the OSGi bundle change introduced this blocking regression.
Early experiments show that when <Export-Package>com.couchbase.client.java</Export-Package> is used instead of <Export-Package>com.couchbase.client.*</Export-Package> it does not bundle everything. Will continue to investigate.