ops4j / org.ops4j.pax.logging

The OSGi Logging framework implementation. Supports SLF4J,LOG4J,JCL etc.
https://ops4j1.jira.com/wiki/spaces/paxlogging/overview
Apache License 2.0
47 stars 79 forks source link

Implement org.osgi.service.log from R8 #410

Closed grgrzybek closed 2 years ago

grgrzybek commented 2 years ago

Following the discussion from #408, here's an issue/task to implement changes from CMPN R8. Actually, log service has moved from CMPN/Enterprise to Core. See https://docs.osgi.org/specification/osgi.core/8.0.0/service.log.html

@jbonofre if you have local changes (as mentioned in #408) - I'll have a look at the spec changes too.

grgrzybek commented 2 years ago

I've compared the documents and the sources of org.osgi/org.osgi.service.log/1.4.0 and org.osgi/org.osgi.service.log/1.5.0 and except package version number (1.4 vs 1.5) there are absolutely no changes (org.osgi.service.log.stream is moved out to different chapter though - from core 101 to cmpn 158).

grgrzybek commented 2 years ago

The only thing to do is to bump version number and check the symbolic name related changes in the specification itself.

grgrzybek commented 2 years ago

Fixed here: 741d0b6e