Hello Worked for me ;) Or at least after I added 8.0.16 feature repo, when you install pax-web feature the newer version will be used.
regards Grzegorz Grzybek sob., 25 lut 2023 o 06:25 Jean-Baptiste Onofré <[email protected]> napisał(a): > Do you have pax-web features installed ? You can "force" the removal > (feature:repo-remove -u). > > Regards > JB > > On Sat, Feb 25, 2023 at 2:18 AM Paul Spencer <[email protected]> > wrote: > > > > Grzegoz, > > > > Removing the pax-web 8.0.15 repo does not remove the repository. Below > is from a fresh install of karaf. > > > > Karaf 4.4.3 > > Java 1.8.0_172 > > Mac OS X 10.16 x86_64 > > > > > > karaf@root()> feature:repo-remove > mvn:org.ops4j.pax.web/pax-web-features/8.0.15/xml/features > > Removing features repository: > mvn:org.ops4j.pax.web/pax-web-features/8.0.15/xml/features > > karaf@root()> feature:repo-list > > Repository │ URL > > > ──────────────────────────────────┼───────────────────────────────────────────────────────────────────────────────────────────── > > org.ops4j.pax.jdbc-1.5.5 │ > mvn:org.ops4j.pax.jdbc/pax-jdbc-features/1.5.5/xml/features > > org.ops4j.pax.web-8.0.15 │ > mvn:org.ops4j.pax.web/pax-web-features/8.0.15/xml/features > > openjpa-3.2.2 │ > mvn:org.apache.openjpa/openjpa-features/3.2.2/xml/features > > aries-jpa-2.7.3 │ > mvn:org.apache.aries.jpa/jpa-features/2.7.3/xml/features > > framework-4.4.3 │ > mvn:org.apache.karaf.features/framework/4.4.3/xml/features > > hibernate-validator-osgi-features │ > mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/7.0.2.Final/xml/features > > standard-4.4.3 │ > mvn:org.apache.karaf.features/standard/4.4.3/xml/features > > spring-4.4.3 │ > mvn:org.apache.karaf.features/spring/4.4.3/xml/features > > specs-4.4.3 │ > mvn:org.apache.karaf.features/specs/4.4.3/xml/features > > pax-transx-0.5.3 │ > mvn:org.ops4j.pax.transx/pax-transx-features/0.5.3/xml/features > > enterprise-4.4.3 │ > mvn:org.apache.karaf.features/enterprise/4.4.3/xml/features > > org.ops4j.pax.cdi-1.1.4 │ > mvn:org.ops4j.pax.cdi/pax-cdi-features/1.1.4/xml/features > > pax-jms-1.1.2 │ > mvn:org.ops4j.pax.jms/pax-jms-features/1.1.2/xml/features > > karaf@root()> > > > > > On Feb 24, 2023, at 2:50 PM, Grzegorz Grzybek <[email protected]> > wrote: > > > > > > Hello > > > > > > Just replace them ;) > > > > > > karaf@root()> feature:repo-remove > mvn:org.ops4j.pax.web/pax-web-features/8.0.15/xml/features > > > Removing features repository: > mvn:org.ops4j.pax.web/pax-web-features/8.0.15/xml/features > > > > > > karaf@root()> feature:repo-add > mvn:org.ops4j.pax.web/pax-web-features/8.0.16/xml/features > > > Adding feature url > mvn:org.ops4j.pax.web/pax-web-features/8.0.16/xml/features > > > > > > And then the features you install will come from 8.0.16. > > > > > > regards > > > Grzegoz Grzybek > > > > > > pt., 24 lut 2023 o 20:48 Paul Spencer <[email protected]> > napisał(a): > > > I see that Pax Web version 8.0.16 has been released. How do I utilize > the version 8.0.16 in Karaf 4.4.3? > > > > > > Paul Spencer > > >
