Grzegorz Grzybek

Results 98 comments of Grzegorz Grzybek

https://github.com/ops4j/org.ops4j.pax.logging in branches before 1.11 are actual forks. See https://github.com/ops4j/org.ops4j.pax.logging/tree/pax-logging-1.10.x/pax-logging-service/src/main/java/org/apache/log4j I'm preparing a review of the releases and I'll share it soon.

For Pax Logging, these are the _active_branches: * [main](https://github.com/ops4j/org.ops4j.pax.logging/tree/main) - current 2.1.x branch (OSGi CMPN R7) without log4j1 _backend_ (in other areas, compatible with 2.0.x) * [2.0.x](https://github.com/ops4j/org.ops4j.pax.logging/tree/pax-logging-2.0.x) - 2.0.x branch...

@cziegeler > I looked into servlet 4.0/5.0 and I think there is nothing new compared to 3.1 (current base) which we need to explicitely mention/support. The one addition compared to...

I'll clone https://github.com/osgi/osgi/tree/design/381/org.osgi.service.servlet.whiteboard and play with it for a while. I wanted to test Pax Web 8 with Jetty 10 and I can do the same with Tomcat 10 /...

Excuse me for being late to the party. Let me introduce myself - I'm OSGi dinosaur and I'd be happy to help here. So `zookeeper-jute` jar contains (generated from `zookeeper-jute/src/main/resources/zookeeper.jute`)...

For the record, Pax Web 8 implements whiteboard tracker for _web sockets_ and the details are: * the service filter `(|(org.ops4j.pax.web.http.whiteboard.websocket=true)(websocket=true))` is used [here](https://github.com/ops4j/org.ops4j.pax.web/blob/web-8.0.20/pax-web-extender-whiteboard/src/main/java/org/ops4j/pax/web/extender/whiteboard/internal/tracker/WebSocketTracker.java#L36-L37) * services of `objectClass=java.lang.Object` are tracked...

For Tyrus I did a quick check * it indeed is a standalone WebSocket server implementation * `org.glassfish.tyrus.servlet.TyrusServletFilter` is a _bridge_ from web application (web.xml, WAR) into Tyrus * this...

First, let me add a reference to my related questions in [FELIX-6574](https://issues.apache.org/jira/browse/FELIX-6574?focusedCommentId=17630811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17630811). Responding to ops4j/org.ops4j.pax.web#1790, my first rough answer would be - let's keep the chapter 128 with minor changes:...

BTW - is felix.http supporting `javax.servlet` and `jakarta.servlet` at the same time? (which would require two Jetty instances running at the same time...).