Skip to content

Commit 81f8557

Browse files
committed
Add info re: OSGi / AutOSGi past.
1 parent b2b8602 commit 81f8557

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ public interface Shape {
170170

171171
Sockets don't have to be interfaces - abstract classes or even concrete classes would work fine too.
172172

173+
### OSGi compatibility
174+
175+
This project used to be called "AutOSGi", and rather than generating `.json` it generated metadata compatible with OSGi Declarative Services. We found that OSGi caused more trouble than it was worth, and ended up removing it. However, it would be pretty easy to add it back in, see the [`graveyard/osgi` tag](https://github.com/diffplug/atplug/releases/tag/graveyard%2Fosgi) to get back to the OSGi version. Happy to merge a PR which optionally puts this functionality back in.
176+
173177
## Requirements
174178

175179
Java 8+.

0 commit comments

Comments
 (0)