Just to keep everyone up to date :)

We have several tests failing when run from the source distribution (not a
clone of github, but a build from the source distribution tar.gz).
The reason is because our source distribution exclude all "binary/compiled"
files (
https://github.com/apache/karaf/blob/main/assemblies/apache-karaf/src/main/descriptors/src.xml
).

The problem is that these files (binary) are used in tests. I refactored
some tests to prepare the files in test setup, or to resolve the files at
build time.
I'm fixing the Karaf Wrapper build to include native libraries at build
time (instead of "static" in source directories).

Regards
JB

On Mon, Feb 9, 2026 at 3:48 PM Jean-Baptiste Onofré <[email protected]> wrote:

> Hi
>
> Due to an issue in the wrapper bundle, I cancel this RC and I prepare a
> new one.
>
> Sorry about that,
>
> Regards
> JB
>
> On Mon, Feb 9, 2026 at 11:40 AM Jean-Baptiste Onofré <[email protected]>
> wrote:
>
>> Hi everyone,
>>
>> I submit Apache Karaf runtime 4.4.10 to your vote (rc1).
>> This RC includes a fix to be able to build from source distribution and
>> also remove all compiled/binary artifacts from the source distribution.
>>
>> This is a maintenance release on the 4.4.x series, especially bringing:
>> - Define the required java version range in karaf maven plugins (to avoid
>> Java version error on Maven goal)
>> - Set chcp in karaf.bat to cleanly render tables on Windows platform
>> - Set javase 11 by default
>> - Catch StringIndexOutOfBoundException in ConsoleSessionImpl to
>> workaround an issue in JLine
>> - Fix override of numeric value via env variable or system property
>> - Do not use properties with dots in org.ops4j.pax.logging config
>>
>> You can take a look on the Release Notes for details:
>> https://github.com/apache/karaf/releases/tag/untagged-69918468d947ff36a7bd
>>
>> Maven Staging Repository:
>> https://repository.apache.org/content/repositories/orgapachekaraf-1216/
>>
>> Dist Staging Repository:
>> https://dist.apache.org/repos/dist/dev/karaf/4.4.10/
>>
>> Git tag:
>> https://github.com/apache/karaf/tree/karaf-4.4.10
>>
>> 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
>>
>

Reply via email to