Works for me.
+ 1 non-binding
What I did to test:
- Download the 4.4.4 tarball and unpack into /tmp/apache-karaf-4.4.4 on
a debian 12.1 "bookworm" amd64 computer
- Edit /tmp/apache-karaf-4.4.4/etc/org.ops4j.pax.url.mvn.cfg file to
add https://repository.apache.org/content/repositories/orgapachekaraf-1186/
to org.ops4j.pax.url.mvn.repositories
- Copy all org.ops4j.datasource-*.cfg files (pax JDBC config files)
from karaf 4.4.3
- Start karaf with the ./bin/karaf command
- Load all of my karaf applications with the myapps resource from here:
https://github.com/steinarb/myapps
(instructions in https://github.com/steinarb/myapps#installasjon)
- No errors during installation
- bundle:list showed all installed bundles as Active
- Smoketested the webapps my clicking around and adjusting some values,
encountered no errors or unexpected behaviour
LGTM! (i.e. "Looks Good To Me!")
>>>>> Jean-Baptiste Onofré <[email protected]>:
> Hi guys,
> After long weeks of wait, I submit Apache Karaf OSGi runtime 4.4.4
> release to your vote.
> This release is a maintenance release bringing fixes and dependency updates.
> Especially this release includes:
> - fix race condition between the FeaturesService and FeatureDeploymentListener
> - fix --patch-module on Instance startup
> - add exec:groovy shell command
> - dependency updates including CVE fixes (Johnzon, BouncyCastle,
> Commons FileUpload)
> - better JDK20 support
> You can take a look on the Release Notes for details:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12352693
> Maven Staging Repository:
> https://repository.apache.org/content/repositories/orgapachekaraf-1186/
> Dist Staging Repository:
> https://dist.apache.org/repos/dist/dev/karaf/4.4.4/
> Git tag:
> karaf-4.4.4
> Please vote to approve this release:
> [ ] +1 Approve the release
> [ ] -1 Don't approve the release (please provide specific comments)
> This vote will be open for at least 72 hours.
> Regards
> JB