[ANN] Pax JDBC 1.5.7 released

2024-03-25 Thread Grzegorz Grzybek
- MariaDB driver upgraded to 3.3.3 - MySQL driver upgraded to 8.3.0 - SQLite driver upgraded to 3.45.2.0 - PostgreSQL driver upgraded to 42.7.3 - H2 driver upgraded to 2.2.224 - Commons DBCP2 and Commons Pool2 upgraded to 2.12.0 kind regards Grzegorz Grzybek

[ANN] Pax Web 8.0.27 and 9.0.16 released

2024-03-25 Thread Grzegorz Grzybek
are available for 8.0.27[1] and 9.0.16[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/260?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/261?closed=1 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

Re: Issue migrating from version 7.2 to 9.0.15

2024-03-18 Thread Grzegorz Grzybek
t-good rules. You can always check https://github.com/ops4j/org.ops4j.pax.web/blob/main/pax-web-itest/pax-web-itest-common/src/main/java/org/ops4j/pax/web/itest/AbstractControlledTestBase.java which shows which bundles are needed to satisfy particular Pax Web area (JSP, Whiteboard, WAR, ...). I hope

[ANN] Pax Web 8.0.26 and 9.0.15 released

2024-02-27 Thread Grzegorz Grzybek
"org.ops4j.pax.web.session.cookie.secure" option. For completeness, the changelogs are available for 8.0.26[1] and 9.0.15[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/258?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/25

Re: pax-jdbc-config breaking changes in Karaf 4.4.x

2024-01-18 Thread Grzegorz Grzybek
Hello Thanks for info that it worked! regards Grzegorz Grzybek czw., 18 sty 2024 o 11:01 'Lukasz Lech' via OPS4J napisał(a): > Hello, > > > > I’ve solved the problem by updating to the 4.4.5 and writing pax-jdbc-* > features explicitly in org.apache.karaf.feature

Re: pax-jdbc-config breaking changes in Karaf 4.4.x

2024-01-17 Thread Grzegorz Grzybek
Hello Only Pax Web has changed dramatically (7 → 8) between Karaf 4.3 and 4.4... What's the issue you're getting? Any stack trace? Which bundles/features related to PostgreSQL and Pax JDBC did you install? Can you send your `la -l` output? regards Grzegorz Grzybek śr., 17 sty 2024 o 15:14

Re: Pax Web 8.0.22 (Karaf 4.4.4) - Session cookie config support

2024-01-17 Thread Grzegorz Grzybek
4j.pax.web/issues specifying the problem - I'll have a look at it soon. regards Grzegorz Grzybek śr., 17 sty 2024 o 10:14 Ivaylo M napisał(a): > Hi Grzegorz , > > First off, thank you so much for the Pax Web 8 effort. It really helps to > have a proper implementation of the OSGi R6

Re: Upgrading from Karaf 4.3.10 to 4.4.5 - Pax-Web fails to start

2024-01-14 Thread Grzegorz Grzybek
Hello Yes - documentation is something on my todo list ;) regards Grzegorz Grzybek niedz., 14 sty 2024 o 20:04 Martin Lichtin napisał(a): > Yes, thanks! Looks like the old values no longer work. > So > > org.ops4j.pax.web.ssl.password => org.ops4j.pax.web.ssl.ke

Re: Upgrading from Karaf 4.3.10 to 4.4.5 - Pax-Web fails to start

2024-01-14 Thread Grzegorz Grzybek
n (without passwords of course). Or maybe you use custom jetty.xml? regards Grzegorz Grzybek niedz., 14 sty 2024 o 19:03 Matt Pavlovich napisał(a): > Martin- > > Did you also upgrade from JDK 8? Since JDK 9, the default keystore > changed to PKCS12. You may need to create a new, upd

[ANN] Pax Web 8.0.25 and 9.0.14 released

2024-01-12 Thread Grzegorz Grzybek
that "org.ops4j.pax.web.session.timeout" option was ignored. For completeness, the changelogs are available for 8.0.25[1] and 9.0.14[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/256?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/25

[ANN] Pax Logging 2.2.7 and 1.12.10 released

2024-01-09 Thread Grzegorz Grzybek
: https://github.com/ops4j/org.ops4j.pax.logging/milestone/118?closed=1 kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubs

Re: The pax exam lifecycle explained?

2023-12-12 Thread Grzegorz Grzybek
in several projects (Pax Web, Pax Logging, ...). And yes - setting it up correctly with proper logging (with conflicting classloaders from Pax Exam, maven-failsafe-plugin and OSGi itself) is very tricky... regards Grzegorz Grzybek wt., 12 gru 2023 o 10:27 Steinar Bang napisał(a): > D

Re: Cannot find class javax.servlet.descriptor.JspPropertyGroupDescriptor

2023-12-06 Thread Grzegorz Grzybek
t it does not include "all" packages? > imported packages are generally generated by tools like maven-bundle-plugin after analyzing your code. So by default only the used packages are imported. regards Grzegorz Grzybek > > /Bengt > > Den ons 6 dec. 2023 kl 12:59 skrev Grze

Re: Cannot find class javax.servlet.descriptor.JspPropertyGroupDescriptor

2023-12-06 Thread Grzegorz Grzybek
Thanks Please give me some time (end of year is crazy as always) regards Grzegorz Grzybek śr., 6 gru 2023 o 12:43 Bengt Rodehav napisał(a): > Hello Grzegorz - thanks for your reply. > > I'm a bit puzzled as well regarding this. It's a bit strange why iPojo > needs this class. Ho

Re: Pax-Jdbc missing org.apache.derby.jdbc.ReferenceableDataSource

2023-12-06 Thread Grzegorz Grzybek
2.0, but I didn't think much about this (no free time at the end of 2023...) regards Grzegorz Grzybek śr., 6 gru 2023 o 12:34 Bengt Rodehav napisał(a): > I am using the Derby database with pax-jdbc. I am using pax-jdbc version > 1.5.6. I'm trying to upgrade Derby from 10.14.2.0 to 10.

Re: Cannot find class javax.servlet.descriptor.JspPropertyGroupDescriptor

2023-12-05 Thread Grzegorz Grzybek
to load the javax/servlet/descriptor/JspPropertyGroupDescriptor class - it should rather use the bundle wiring and use reachable bundles to load the class it needs... Are you aware what ipojo is doing with classloaders? I never used ipojo tbh... regards Grzegorz Grzybek wt., 5 gru 2023 o 17:01

[ANN] Pax Web 8.0.24 and 9.0.13 released

2023-10-27 Thread Grzegorz Grzybek
Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/254?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/255?closed=1 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed

[ANN] Pax Web 8.0.23 and 9.0.12 released

2023-10-19 Thread Grzegorz Grzybek
mplete - Additional Tomcat valves (from context.xml) were removed on restart (thanks Stephan Siano!) - ServletContext.getServletContextName() returned wrong value for WABs (thanks Amichai Rothman!) For completeness, the changelogs are available for 8.0.23[1] and 9.0.12[2]. kind regards Grzegorz G

[ANN] Pax Logging 2.2.5 and 1.12.8 released

2023-10-18 Thread Grzegorz Grzybek
elated Log4j2 / Logback libraries. The release notes can be found using the following links: - 2.2.5: https://github.com/ops4j/org.ops4j.pax.logging/milestone/114?closed=1 - 1.12.8: https://github.com/ops4j/org.ops4j.pax.logging/milestone/113?closed=1 kind regards Grzegorz G

[ANN] Pax Logging 2.2.4 and 1.12.7 released

2023-09-15 Thread Grzegorz Grzybek
=1 - 1.12.7: https://github.com/ops4j/org.ops4j.pax.logging/milestone/111?closed=1 kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J&q

[ANN] Pax Web 8.0.22 and 9.0.11 released

2023-09-01 Thread Grzegorz Grzybek
(connector WAS secure, but it was displayed as normal). For completeness, the changelogs are available for 8.0.22[1] and 9.0.11[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/249?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/25

Re: Moving documentation to Git

2023-08-31 Thread Grzegorz Grzybek
Thanks Oliver! I can then look at your work and get inspired for similar work in Pax Web/Logging/Transx/JMS/JDBC/URL :) regards Grzegorz Grzybek pon., 28 sie 2023 o 11:20 Jean-Baptiste Onofré < jeanbaptiste.ono...@gmail.com> napisał(a): > Awesome ! Thanks ! > > Regards > JB

[ANN] Pax Web 8.0.21 and 9.0.10 released (was: [ANN] Pax Web 8.0.20 and 9.0.9 released)

2023-07-26 Thread Grzegorz Grzybek
Sorry for wrong subject line (forward of previous ANN email...) śr., 26 lip 2023 o 16:48 Grzegorz Grzybek napisał(a): > Hello > > I'd like to announce new minor releases of Pax Web: 8.0.21 and 9.0.10. > > Current runtime versions are: > >- Jetty 9.4.51.v20230217 (8.0.

Fwd: [ANN] Pax Web 8.0.20 and 9.0.9 released

2023-07-26 Thread Grzegorz Grzybek
regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/247?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/248?closed=1 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you

Fwd: [ANN] Pax Transx 0.5.0, Pax JMS 1.1.0 and Pax JDBC 1.5.0 released

2023-07-26 Thread Grzegorz Grzybek
to 2.2.220 - Narayana TM upgraded to 5.12.7 kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop

Fwd: [ANN] Pax Logging 2.2.2 and 1.12.5 released

2023-07-25 Thread Grzegorz Grzybek
eplacement (thanks Rastislav Papp for the report!) The short release notes can be found using the following links: - 2.2.3: https://github.com/ops4j/org.ops4j.pax.logging/milestone/108?closed=1 - 1.12.6: https://github.com/ops4j/org.ops4j.pax.logging/milestone/109?closed=1 kind regard

Re: Wrong assert displayed as failing when having a failing assert

2023-06-26 Thread Grzegorz Grzybek
Hello sob., 24 cze 2023 o 13:48 Steinar Bang napisał(a): > >>>>> Grzegorz Grzybek >: > > > Hello > > Sorry, but I didn't have time to check/run your integration tests. > > You've mentioned that the test may be run twice - that's possible > dependi

Re: Wrong assert displayed as failing when having a failing assert

2023-06-16 Thread Grzegorz Grzybek
;) regards Grzegorz Grzybek niedz., 11 cze 2023 o 15:51 Steinar Bang napisał(a): > >>>>> Steinar Bang : > >> You seem to be testing everything including verification of database > >> content. Getting assertion exceptions in your tests code _may_ lead to >

Re: Wrong assert displayed as failing when having a failing assert

2023-06-07 Thread Grzegorz Grzybek
/github.com/apache/karaf/tree/main/itests/test - see how the tests are structured. I also can suggest Pax Web tests where I tried very hard to put as many comments/explanations I could: https://github.com/ops4j/org.ops4j.pax.web/tree/main/pax-web-itest/pax-web-itest-karaf regards Grzegorz Grzybe

Re: How to fix ClassNotFoundExceptions for exceptions thrown in pax exam test?

2023-06-07 Thread Grzegorz Grzybek
Grzegorz Grzybek sob., 3 cze 2023 o 18:38 Steinar Bang napisał(a): > Platform: debian 11.7 "bullseye", amd64 > openjdk-17-jdk:amd64 17.0.6+10-1~deb11u1 (ie. java 17) > karaf 4.4.3 > pax-exam 4.13.5 > eclipse 2023-03 (4.27.0) > >

Re: Migrating JspServletWrapper to v8

2023-04-25 Thread Grzegorz Grzybek
stantiate JSP servlet (potentially you get it as "jsp" named dispatcher and request.forward() to it). regards Grzegorz Grzybek > > Alain > > On Tuesday, April 25, 2023 at 7:01:41 AM UTC-4 gr.gr...@gmail.com wrote: > >> Hello >> >> In Pax Web bef

Re: Migrating JspServletWrapper to v8

2023-04-25 Thread Grzegorz Grzybek
meaning of web.xml's: jsp-info /jsp-info.jsp (see: https://github.com/ops4j/org.ops4j.pax.web/blob/web-8.0.20/samples/samples-war/war-most-complex/the-wab-jar/src/main/resources/META-INF/web-fragment.xml ) regards Grzegorz Grzybek wt., 25 kwi 2023 o 12:33 Alain Picard napisał(a)

[ANN] Pax Web 8.0.20 and 9.0.9 released

2023-04-19 Thread Grzegorz Grzybek
release, together with Pax URL 2.6.14 *fully passes official OSGi CMPN TCK for Web Applications specification!* (OSGi CMPN chapter 128). For completeness, the changelogs is available for 8.0.20[1] and 9.0.9[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/mil

Re: Should we move from Confluence to Github Wiki?

2023-04-18 Thread Grzegorz Grzybek
-guide.adoc and prepared asciidoctor-maven-plugin configuration: https://github.com/ops4j/org.ops4j.pax.web/blob/main/pax-web-manual/pom.xml#L52 But ... I didn't have time to document everything. Definitely it's still in my plans thought. kind regards Grzegorz Grzybek wt., 18 kwi 2023 o 18:29 Matt

[ANN] Pax URL 2.6.14 released

2023-04-18 Thread Grzegorz Grzybek
for polishing the build/plugin versions. Full changelog can be found here[1]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.url/milestone/79?closed=1 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message

Re: Should we move from Confluence to Github Wiki?

2023-04-18 Thread Grzegorz Grzybek
Looks good - formatting is nice and it's much easier now to review it and update ;) regards Grzegorz Grzybek wt., 18 kwi 2023 o 12:31 sasch...@gmail.com napisał(a): > I've created a sample for pax-exam (no tweaking done, just running a > converter script): https://github.com

Re: Should we move from Confluence to Github Wiki?

2023-04-18 Thread Grzegorz Grzybek
...). I'm not sure if "wiki" is enabled on GH sites for OPS4J pages - I can enable it if needed, but to be honest I don't have free cycles to work on it... Anyway, big +1 for the idea ;) regards Grzegorz Grzybek wt., 18 kwi 2023 o 10:16 sasch...@gmail.com napisał(a): > Hi all, >

[ANN] Pax Web 8.0.19 and 9.0.8 released

2023-04-06 Thread Grzegorz Grzybek
). I'm going to check Whiteboard and HttpService TCK tests soon. For completeness, the changelogs is available for 8.0.19[1] and 9.0.8[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/243?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web

[ANN] Pax URL 2.6.13 released

2023-04-06 Thread Grzegorz Grzybek
nd regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.url/milestone/78?closed=1 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubsc

[ANN] Pax Web 8.0.18 and 9.0.7 released

2023-03-23 Thread Grzegorz Grzybek
h includes additional, client-side http2 Jetty bundles. And existing "pax-web-jetty-extras" feature contains two additional Jetty bundles. For completeness, the changelogs is available for 8.0.18[1] and 9.0.7[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/mi

Re: Important Pax Web 8 milestone achieved

2023-03-01 Thread Grzegorz Grzybek
. And definitely - Pax Web has to have custom implementation of ServletContext! However you're right - Pax Web 8 doesn't explicitly tests Spring's mechanism for WebSocket publishing... regards Grzegorz Grzybek pt., 24 lut 2023 o 23:59 infinite...@gmail.com napisał(a): > I am in the proc

[ANN] Pax Web 8.0.17 and 9.0.6 released

2023-02-27 Thread Grzegorz Grzybek
- Tomcat 9.0.72 - Undertow 2.2.23.Final For completeness, the changelogs is available for 8.0.17[1] and 9.0.6[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/239?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milest

[ANN] Pax Web 8.0.16 and 9.0.5 released

2023-02-24 Thread Grzegorz Grzybek
/web-8.0.16/pax-web-keycloak20/readme.adoc For completeness, the changelogs is available for 8.0.16[1] and 9.0.5[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/238?closed=1 [2]: https://github.com/ops4j/org.ops4j.pax.web/milestone/237?closed=1 --

[ANN] Pax Logging 2.2.2 and 1.12.5 released

2023-02-24 Thread Grzegorz Grzybek
/ops4j/org.ops4j.pax.logging/milestone/104?closed=1 - 1.12.5: https://github.com/ops4j/org.ops4j.pax.logging/milestone/106?closed=1 kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you

Re: Dynamically registering a WAB

2023-02-13 Thread Grzegorz Grzybek
with Pax Web 8 (included in Karaf 4.4.3). regards Grzegorz Grzybek wt., 14 lut 2023 o 02:54 Andrew Lienhard napisał(a): > Hi. Thanks for taking the time to respond. I managed to get it working > using the API example you provided. I had a problem with the context aspect > though

Re: Dynamically registering a WAB

2023-02-12 Thread Grzegorz Grzybek
pWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SELECT, String.format("(%s=my-context)", HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME)); ServiceRegistration resReg = context.registerService(Object.class, new Object(), properties); Then you'll be able to get resources from bundle's "/resources" directory using URI's like &qu

[ANN] Pax Logging 2.2.1 and 1.12.4 released

2023-01-09 Thread Grzegorz Grzybek
hub.com/ops4j/org.ops4j.pax.logging/milestone/98?closed=1 - 1.12.4: https://github.com/ops4j/org.ops4j.pax.logging/milestone/105?closed=1 kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed

[ANN] Pax Web 8.0.15 released

2023-01-05 Thread Grzegorz Grzybek
-web-jsp All runtimes are updated: - Jetty 9.4.50.v20221201 - Tomcat 9.0.70 - Undertow 2.2.22.Final For completeness, the changelog is available for 8.0.15[1]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/236?closed=1

Re: org.ops4j.pax.web.pax-web-extender-whiteboard 8.0.10 - Bad Manifest Entry

2022-12-08 Thread Grzegorz Grzybek
.jakarta.servlet-api} mvn:org.ops4j.pax.web/pax-web-compatibility-servlet31/${project.version} kind regards Grzegorz Grzybek czw., 8 gru 2022 o 20:29 Dave Smith napisał(a): > What is the fragment bundle that adds the 3.1 . I am currently including > the 4.0 and 3.0 javax.se

Re: org.ops4j.pax.web.pax-web-extender-whiteboard 8.0.10 - Bad Manifest Entry

2022-12-08 Thread Grzegorz Grzybek
Jetty. kind regards Grzegorz Grzybek wt., 6 gru 2022 o 19:54 dave@candata.com napisał(a): > Just downloaded 8.0.14 , it still has the same bad Manifest Entry > > On Monday, December 5, 2022 at 7:41:50 PM UTC-5 dave@candata.com > wrote: > >> In the mani

Re: Custom error pages for Jetty

2022-12-06 Thread Grzegorz Grzybek
ts (like pax-web-extender-whiteboard or pax-web-extender-war) is doing some tracking/discovery work), so you can't effectively avoid a minimal delay... Doesn't NGinx have some healthcheck mechanism for the backend? I don't think you can do anything at OSGi side... regards Gr

[ANN] Pax Web 8.0.14 and 9.0.4 released

2022-11-25 Thread Grzegorz Grzybek
Jetty 9.4.49.v20220914 (8.0.x) and 10.0.12 (9.0.x) - Tomcat 9.0.69 - Undertow 2.2.21.Final For completeness, the changelogs is available for 8.0.14[1] and 9.0.4[2]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/233?closed=1 [2]: https://github.com/ops4j/o

[ANN] Pax Web 8.0.13 and 9.0.3 released

2022-11-17 Thread Grzegorz Grzybek
cfg (thanks Oliver F. for the report!) Tomcat runtime is upgraded and the current versions are: - Jetty 9.4.49.v20220914 (8.0.x) and 10.0.12 (9.0.x) - Tomcat 9.0.69 - Undertow 2.2.21.Final For completeness, the changelogs is available for 8.0.13[1] and 9.0.3[2]. kind regards Grzegorz Gr

[ANN] Pax Web 8.0.12 and 9.0.2 released

2022-11-07 Thread Grzegorz Grzybek
1.72 (test only). Jetty and Tomcat runtimes are upgraded and the current versions are: - Jetty 9.4.49.v20220914 (8.0.x) and 10.0.12 (9.0.x) - Tomcat 9.0.68 - Undertow 2.2.21.Final For completeness, the changelogs is available for 8.0.12[1] and 9.0.2[2]. kind regards Grzegorz Grzybek

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-28 Thread Grzegorz Grzybek
Hello śr., 28 wrz 2022 o 14:36 dave@candata.com napisał(a): > Just downloaded the latest. So far so good. Will report back if I find any > issues... > Whew! Thanks for checking - I was waiting for your feedback ;) regards Grzegorz Grzybek > > On Tuesday, September 27, 2

[ANN] Pax Web 8.0.10 and 9.0.1 released

2022-09-27 Thread Grzegorz Grzybek
t surprise <https://en.wikipedia.org/wiki/Principle_of_least_astonishment>"[2]. For completeness, the changelogs is available for 8.0.10[3] and 9.0.1[4]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/issues/1760 [2]: https://en.wikipedia.org/wiki/Principle_of_least_astonish

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-26 Thread Grzegorz Grzybek
;) regards Grzegorz Grzybek pon., 26 wrz 2022 o 18:50 dave@candata.com napisał(a): > I see you have committed a fix. Are you planning a release? Or should I > build from source to test? > > Dave > > On Tuesday, September 20, 2022 at 6:37:43 AM UTC-5 dave@candata.com

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-20 Thread Grzegorz Grzybek
t.java:494) org.ops4j.pax.web.extender.whiteboard.internal.WhiteboardExtenderContext - Registering ServletModel{id=ServletModel-2,name='whiteboard-servlet',urlPatterns=[/wb/*],contexts=[{WB,OCM-5,default,/}]} *again after its context selection filter matched new set of contexts* kind regards Grzegorz Grzybek wt., 20 wrz 2022 o 11:53 Grzegorz Grzybe

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-20 Thread Grzegorz Grzybek
Please check the activator I used: https://github.com/ops4j/org.ops4j.pax.web/commit/c4efc95ebe1e5ecd4d7763f3f04267f9213a845d#diff-c7a6d3e304fd5dd93a853e2d86a1f1ea390f1f1d313691af2854a63b527ccaa4 regards Grzegorz Grzybek wt., 20 wrz 2022 o 11:43 Grzegorz Grzybek napisał(a): > Anyway, I

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-20 Thread Grzegorz Grzybek
Anyway, I've created a Pax Web issue at https://github.com/ops4j/org.ops4j.pax.web/issues/1769, so we can continue the discussion there. regards Grzegorz Grzybek wt., 20 wrz 2022 o 09:44 Grzegorz Grzybek napisał(a): > Hello Dave > > Your logs are really helpful, I've found (in

Re: Pax-web HttpService async servlet registration

2022-09-20 Thread Grzegorz Grzybek
Hello I've fixed https://github.com/ops4j/org.ops4j.pax.web/issues/1767 and I checked that CXF servlet is now registered as asynchronous. The fix should be available in 8.0.10 and 9.0.1. regards Grzegorz Grzybek wt., 20 wrz 2022 o 10:15 Grzegorz Grzybek napisał(a): > Hello > > Pax W

Re: Pax-web HttpService async servlet registration

2022-09-20 Thread Grzegorz Grzybek
supported". See https://github.com/ops4j/org.ops4j.pax.web/issues/1767 regards Grzegorz Grzybek wt., 20 wrz 2022 o 09:37 Timothée Lemaire napisał(a): > Hello, > > I'm trying to upgrade to karaf 4.4.x and face some issue regarding async > support in servlet. > > We are using t

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-20 Thread Grzegorz Grzybek
rvlet is registered to "/" context, which is (from Whiteboard point of view) "backed" by OCM-3 (serviceId=39) - the one registered by you, not the default one from pax-web-extender-whiteboard. However, in "some.txt", I see what I mentioned - that a servlet registration i

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-19 Thread Grzegorz Grzybek
://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.war.html#i3078599) of Web Applications Specification, but has nothing to do with Whiteboard - the underlying Jetty/Tomcat/Undertow context stays started. regards Grzegorz Grzybek > > > Dave > > > > On Mon, Sep 19, 2022 at 12:52

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-19 Thread Grzegorz Grzybek
isting "/" ServletContext. I know - lots of contexts. Today I was checking few other https://github.com/ops4j/org.ops4j.pax.web/issues, but I remember about your scenario - I should have an explanation tomorrow. regards Grzegorz Grzybek pon., 19 wrz 2022 o 19:42 dave@candata.com napis

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-18 Thread Grzegorz Grzybek
) shows how "default" + "/" context is overriden. Could you please share your project? It can be attached to an issue in https://github.com/ops4j/org.ops4j.pax.web/issues kind regards Grzegorz Grzybek niedz., 18 wrz 2022 o 14:16 Dave Smith napisał(a): > What is the correct way

Re: [ANN] Pax Web 9.0.0 released

2022-09-14 Thread Grzegorz Grzybek
Hello śr., 14 wrz 2022 o 14:33 Dave Smith napisał(a): > Awesome. How long does it take for it to be available in Maven central ? > I expected to see it already, but there's still no 8.0.9 and 9.0.0 - please give the process ~1 hour. regards Grzegorz Grzybek > > Dave > > On

[ANN] Pax Web 9.0.0 released

2022-09-14 Thread Grzegorz Grzybek
will always go to Pax Web 8 and Pax Web 9 at the same time. The changelog is available here <https://github.com/ops4j/org.ops4j.pax.web/milestone/221?closed=1>[1]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/221?cl

[ANN] Pax Web 8.0.9 released

2022-09-14 Thread Grzegorz Grzybek
://github.com/ops4j/org.ops4j.pax.web/issues/1759 is the only fix in Pax Web 8.0.9. For completeness, the changelog is available here[1]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/milestone/223?closed=1 -- -- -- OPS4J - http://www.ops4j.org

[ANN] Pax Web 8.0.8 released

2022-09-13 Thread Grzegorz Grzybek
]. kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/issues/1753 [2]: https://github.com/ops4j/org.ops4j.pax.web/issues/1755 [3]: https://github.com/ops4j/org.ops4j.pax.web/milestone/222?closed=1 > -- -- -- OPS4J - http://www.ops4j.org - op

Re: PaxWeb 7.2.29 - Jetty upgrade?

2022-08-25 Thread Grzegorz Grzybek
Hello I can release Pax Web 7.2.30 ( https://github.com/ops4j/org.ops4j.pax.web/milestone/220) any time, but I'm not sure about Karaf 4.3.x. regards Grzegorz Grzybek czw., 25 sie 2022 o 13:42 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> napisał(a): > Do you have a release

Re: Jetty makes async Filter as not async

2022-08-23 Thread Grzegorz Grzybek
this flag comes from "osgi.http.whiteboard.filter.asyncSupported" service property on the filter being registered but also from @javax.servlet.annotation.WebFilter/asyncSupported. regards Grzegorz Grzybek wt., 23 sie 2022 o 15:30 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> napisał(a): > today a

Re: Pax Web 8.0.6 & Swagger UI

2022-08-17 Thread Grzegorz Grzybek
could check? regards Grzegorz Grzybek czw., 11 sie 2022 o 21:27 Jakub Herkel napisał(a): > During our upgrading to the latest karaf 4.4.1 I found a problem with CXF > 3.5.3 and Swagger UI (3.52.5). We dynamically export openapi descriptions > so when developers > display a webpage localh

Re: PaxWeb 7.2.29 - Jetty upgrade?

2022-08-16 Thread Grzegorz Grzybek
Hello I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1748 and I can release 7.2.30 soon. However I can't promise when (if) updated Karaf 4.3.x will be released. regards Grzegorz Grzybek czw., 11 sie 2022 o 08:30 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> n

Re: Pax Web 8.0.6 & Swagger UI

2022-08-16 Thread Grzegorz Grzybek
Hello I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1747 for this problem - if you have more details (though you provided enough), please add them there. regards Grzegorz Grzybek czw., 11 sie 2022 o 21:27 Jakub Herkel napisał(a): > During our upgrading to the latest ka

Re: web:servlet-list shows servlets of stopped bundles

2022-08-16 Thread Grzegorz Grzybek
Hello śr., 3 sie 2022 o 09:43 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> napisał(a): > I am using Karaf 4.4.1 and PAX-WEB 8.06. > > I can confirm that the servlets disappears. The problem is that my bundle > does not stop. May I see the bundle? regard

Re: PAX-WEB 8: Changing the session cookie with ServletContextListener is no longer working

2022-08-16 Thread Grzegorz Grzybek
/ops4j/org.ops4j.pax.web/issues/1745 is the place to check for progress. regards Grzegorz Grzybek śr., 3 sie 2022 o 14:57 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> napisał(a): > > In Karaf 4.3.7 it was possible to change the name of the se

Recent Pax Web 8 issues (session cookie name, web:servlet-list, swagger ui)

2022-08-14 Thread Grzegorz Grzybek
Hello I just got back from holidays and I'll tackle the issues mentioned on mailing list soon (the coming week). regards and thanks for your patience! Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you

Re: web:servlet-list shows servlets of stopped bundles

2022-07-29 Thread Grzegorz Grzybek
op 76 karaf@root()> web:servlet-list Bundle ID │ Name │ Class │ Context Path(s) │ URLs │ Type │ Context Filter ──┼──┼───┼─┼──┼──┼─── karaf@root()> rega regards Grzegorz Grzybek pt., 29 lip 2022 o 11:42 'Richard Hierlmeier'

Re: web:servlet-list shows servlets of stopped bundles

2022-07-29 Thread Grzegorz Grzybek
Hello This looks like a bug. When WAB is stopped, pax-web-extender-war should unregister everything from this WAB (web elements and contexts). What is this WAB you're using? What version of Karaf / Pax Web do you use? regards Grzegorz Grzybek pt., 29 lip 2022 o 11:42 'Richard Hierlmeier' via

Re: Password for keystore in Pax-Web 8.0.6

2022-07-25 Thread Grzegorz Grzybek
Hello I'm glad it worked - I confess - it was my mistake that I renamed the property when translating the WebContainerConstants.java when working on Pax Web 8. kind regards Grzegorz Grzybek pon., 25 lip 2022 o 14:39 'Richard Hierlmeier' via OPS4J < ops4j@googlegroups.com> napisał(a): >

Re: Cookies with SamSite=None|Lax|Strict

2022-06-17 Thread Grzegorz Grzybek
c/undertow.xml. But I agree - there should be a unified way to support SameSite attribute of session cookie. I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1727 to track this issue in Pax Web 8. regards Grzegorz Grzybek czw., 16 cze 2022 o 14:32 Oliver Fürniß napisał(a): > Hi,

Re: Pax Web 8.0.2 & Karaf 4.4.0 and context path /

2022-05-20 Thread Grzegorz Grzybek
text ;) kind regards Grzegorz Grzybek pon., 16 maj 2022 o 08:07 Grzegorz Grzybek napisał(a): > Hello > > I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1717 issue > to investigate this problem. > > Pax Web 8 has (it had to) changed completely the context manage

Re: Pax Web 8.0.2 & Karaf 4.4.0 and context path /

2022-05-16 Thread Grzegorz Grzybek
mix servlets (and generally web elements) "coming from" HttpService, Whiteboard and WABs. Let me check it this week - please monitor https://github.com/ops4j/org.ops4j.pax.web/issues/1717 regards Grzegorz Grzybek sob., 14 maj 2022 o 08:31 Jakub Herkel napisał(a): > Hi, > > I t

Re: The state of Pax Web

2022-05-05 Thread Grzegorz Grzybek
czw., 5 maj 2022 o 21:11 John Taylor napisał(a): > > I joined this group so I could say thanks to Grzegorz for his work on this! > :) It is my pleasure to add a bit of polishing standing on the shoulders of giants. regards Grzegorz Grzybek > > -John > > -- > -- >

Re: The state of Pax Web

2022-04-29 Thread Grzegorz Grzybek
ty and performance > —covers REST and Web app servlet functionality. > Great! I'd love to see the results! regards Grzegorz Grzybek > > > Thank you, > > Matt Pavlovich > > > > *From: *ops4j@googlegroups.com on behalf of > Grzegorz Grzybek > *Date:

Re: The state of Pax Web

2022-04-29 Thread Grzegorz Grzybek
torService - Karaf features can be moved from Keycloak into Pax Web itself. I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1716 to track this idea. kind regards Grzegorz Grzybek > > Alain > > On Friday, April 29, 2022 at 5:36:48 AM UTC-4 gr.gr...@gmail.com wrote: &

The state of Pax Web

2022-04-29 Thread Grzegorz Grzybek
te a GitHub issue at usual place <https://github.com/ops4j/org.ops4j.pax.web/issues>[2]. kind regards Grzegorz Grzybek === [1]: https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.http.whiteboard.html#service.http.whiteboard.servletcontext [2]: https://github.com/ops4j/org.ops4j.pax

Re: [DISCUSSION] Move PAX projects to Apache Karaf ?

2022-02-25 Thread Grzegorz Grzybek
y impossible) TLP Apache project... It'd however conflict (?) too much with Felix and its reference implementations of OSGi specs. kind regards, have a good weekend and prayers for peace Grzegorz Grzybek pt., 25 lut 2022 o 11:39 Jean-Baptiste Onofré napisał(a): > Thanks all for your comment.

Re: [PAX WEB] Does DefaultHttpContext allow access to all resources in the bundle?

2022-02-02 Thread Grzegorz Grzybek
> So this time - Bundle.getEntry() (non-classLoader-like access). I hope this helps and gives you right context (sic!). regards Grzegorz Grzybek śr., 2 lut 2022 o 19:25 Daniel Stoch napisał(a): > Hi, > > In Wicket web framework if some request url has not a dedicated/registered >

Pax Logging and recent Log4j1 CVEs (and one note about JMSAppender in Logj42)

2022-01-20 Thread Grzegorz Grzybek
os-ch/reload4j What do you think? kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receivin

Re: Jetty and HTTP2

2022-01-17 Thread Grzegorz Grzybek
for example HTTP/2 over clear text), but it's not ready yet. regards Grzegorz Grzybek sob., 15 sty 2022 o 14:56 Jérémie Brébec napisał(a): > Hello, > > Does pax-web (v7/Karaf 4.3) supports jetty and http/2 ? > I can't find a documentation on how to enable http2 with Karaf > >

Re: [PAX WEB] Configure allowed http methods

2022-01-10 Thread Grzegorz Grzybek
So you made me realize, that OPTIONS method may return TRACE on Pax Web 8 for Jetty runtime. It should be fine on Tomcat and Undertow, but I've created https://github.com/ops4j/org.ops4j.pax.web/issues/1664 to check this. regards Grzegorz Grzybek wt., 28 gru 2021 o 17:32 Daniel Stoch napisał(a)

Re: How to enable Jetty ForwardedRequestCustomizer

2021-09-20 Thread Grzegorz Grzybek
araf.etc}/jetty.xml just uncomment it and it should work - I've just checked that "ForwardedRequestCustomizer" works without problems when configured this way. kind regards Grzegorz Grzybek pt., 17 wrz 2021 o 16:23 Alain Picard napisał(a): > Reading the documentation I see that

Pax Web 8.0.0 is just one click away

2021-09-17 Thread Grzegorz Grzybek
quot; button any time soon and Pax Web 8 will be available in Maven Central. I just hope for a little feedback about the above steps ;) kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are s

Plan to release Pax Web 8 + some information

2021-09-13 Thread Grzegorz Grzybek
eb-http-tomcat > karaf@root()> feature:install pax-web-war > karaf@root()> bundle:install > 'webbundle:mvn:io.hawt/hawtio-war/2.13.6/war?Web-ContextPath=/hawtio' > Bundle ID: 68 > karaf@root()> start 68 > Then you can log in to http://localhost:8181/hawtio using karaf/

Pax Web 8 performance (different JDKs)

2021-09-12 Thread Grzegorz Grzybek
more about "what is Pax Web 8" soon and that the week of Sep 13-17 will be the week of the release. kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Goo

Pax Web 8 - WabAugmentingIntegrationTest works

2021-09-07 Thread Grzegorz Grzybek
derlying context can be manipulated easily (I hope) using standard OSGi CMPN methods. kind regards Grzegorz Grzybek -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J&qu

Re: Pax Web 8 - 2 more tasks before GA

2021-08-31 Thread Grzegorz Grzybek
n API bundle. If you see validation API (now both 1.1 and 2.0) in effective pom of Pax Web, these come from the samples used (Spring, Vaadin, Primefaces). regards Grzegorz Grzybek > > Regards, > Serge… > > On 31 Aug 2021, at 08:41, Grzegorz Grzybek wrote: > > Hello > > I

Pax Web 8 - 2 more tasks before GA

2021-08-31 Thread Grzegorz Grzybek
, so we can install a WAB and Whiteboard/HttpService alter it by registering for example Preprocessors - Whiteboard DTOs kind regards Grzegorz Grzybek === [1]: https://github.com/ops4j/org.ops4j.pax.web/blob/main/todo.txt [2]: https://github.com/osgi/osgi/ -- -- -- OPS4J - http

  1   2   3   4   >