ning / compress

High-performance, streaming/chunking Java LZF codec, compatible with standard C LZF package
Other
254 stars 40 forks source link

Treat `sun.misc` as an optional OSGi dependency #53

Closed Mailaender closed 1 year ago

Mailaender commented 1 year ago

We currently get this nag screen

image

when importing via @eclipse-m2e.

According to https://bnd.bndtools.org/chapters/920-faq.html#remove-unwanted-imports- this should make it a proper optional dependency

cowtowncoder commented 1 year ago

@Mailaender Ok, that sounds reasonable: my knowledge of OSGi is limited but I trust this makes sense. Thank you!

cowtowncoder commented 1 year ago

Whops. Looks like there was a typo in PR; now realized there was no CI set up to unit test PRs. Will set that up to prevent simple mistakes like that. :)

Will also push 1.1.2 version out next to get this out.

Mailaender commented 1 year ago

Sorry for the sloppiness and thanks for the prompt reaction!

cowtowncoder commented 1 year ago

Np @Mailaender : thank you for submitting it!