Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
672a7f9
feat(jakarta): Upgrade to Pax Web 11.1.0
jbonofre Mar 16, 2026
1d26d38
fix(webconsole): add http feature dependency for Jakarta servlet support
jbonofre Mar 16, 2026
441ce6a
fix(webconsole): exclude Felix HTTP jakartawrappers import
jbonofre Mar 16, 2026
dbe419d
fix: address review findings from jakarta migration
jbonofre Mar 16, 2026
f10fdd0
fix(webconsole): also exclude Felix HTTP javaxwrappers import
jbonofre Mar 16, 2026
36def70
fix(webconsole): mark Felix WebConsole 5.0.18 transitive imports as o…
jbonofre Mar 16, 2026
adf28fc
fix(jakarta): add osgi.http capability to pax-web-http feature and sk…
jbonofre Mar 16, 2026
b5d26bf
fix(jakarta): update osgi.http requirement version to 2.0 for Jakarta…
jbonofre Mar 16, 2026
eea08f7
fix(jakarta): migrate webconsole plugins to Jakarta Servlet API and u…
jbonofre Mar 17, 2026
e8d80e9
fix(jolokia): update Jolokia version to 2.2.9 as 2.1.4 does not exist…
jbonofre Mar 17, 2026
8affd80
fix(jakarta): add missing http feature dep in test webconsole and val…
jbonofre Mar 17, 2026
c6ea28b
fix(jakarta): webconsole needs http-whiteboard for Felix WebConsole 5…
jbonofre Mar 17, 2026
44ec52a
fix(jakarta): fix integration test failures for Pax Web 11.1.0 upgrade
jbonofre Mar 18, 2026
5209843
fix(jakarta): fix XATest CI timeout by correcting H2 driver name and …
jbonofre Mar 18, 2026
973804c
fix(jakarta): fix CI test failures for Pax Web 11.1.0 upgrade
jbonofre Mar 18, 2026
3f4d604
fix(jakarta): upgrade Felix HTTP to Jetty12 for Jakarta Servlet 6.x s…
jbonofre Mar 18, 2026
038fa63
fix(jakarta): upgrade GraphQL dependencies for Jakarta Servlet 6.x su…
jbonofre Mar 18, 2026
5d04a1e
fix(jakarta): rewrite websocket example to use Jakarta WebSocket API
jbonofre Mar 18, 2026
031f167
iUpdate
jbonofre Mar 22, 2026
3ac9a84
fix(webconsole): fix StackOverflowError and redirect loop with Jetty 12
jbonofre Mar 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<!-- minimal distribution -->
<!--<feature>minimal</feature>-->
</bootFeatures>
<javase>11</javase>
<javase>17</javase>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/apache-karaf-minimal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
!org.apache.karaf.command.acl.*,
*
</pidsToExtract>
<javase>11</javase>
<javase>17</javase>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/apache-karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</bootFeatures>
<libraries>
</libraries>
<javase>11</javase>
<javase>17</javase>
<generateConsistencyReport>${project.build.directory}</generateConsistencyReport>
<consistencyReportProjectName>Apache Karaf (full)</consistencyReportProjectName>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<descriptor>file:${project.build.directory}/feature/feature.xml</descriptor>
</descriptors>
<distribution>org.apache.karaf.features:framework</distribution>
<javase>11</javase>
<javase>17</javase>
<framework>
<feature>framework</feature>
</framework>
Expand Down
2 changes: 0 additions & 2 deletions assemblies/features/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
</framework>
<features>
<feature>integration-camel</feature>
<feature>integration-messaging</feature>
<feature>integration-messaging-broker</feature>
</features>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<!-- NB: this file is not the one really used. This file is used by the karaf-maven-plugin to define the start-level of bundles in the generated feature.xml -->

<!-- <repository>mvn:org.hibernate/hibernate-osgi/${hibernate.version}/xml/karaf</repository> -->
<repository>mvn:org.apache.karaf.features/spring-legacy/${project.version}/xml/features</repository>
<repository>mvn:org.apache.karaf.features/enterprise/${project.version}/xml/features</repository>
<repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/${pax.cdi.version}/xml/features</repository>
<repository>mvn:org.ops4j.pax.jdbc/pax-jdbc-features/${pax.jdbc.version}/xml/features</repository>
Expand Down
1 change: 0 additions & 1 deletion assemblies/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<module>specs</module>
<module>standard</module>
<module>spring</module>
<module>spring-legacy</module>
<module>enterprise</module>
<module>integration</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<descriptor>file:${project.build.directory}/feature/feature.xml</descriptor>
</descriptors>
<distribution>org.apache.karaf.features:framework</distribution>
<javase>11</javase>
<javase>17</javase>
<framework>
<feature>framework</feature>
</framework>
Expand Down
217 changes: 0 additions & 217 deletions assemblies/features/spring-legacy/pom.xml

This file was deleted.

Loading
Loading