Not sure if you're also collecting fixes for the Krazo
maintenance release already... If so, may I propose / ask
for backporting the HttpCommunicationWrapper
for Liberty JEE9 [1] to a 2.0.x release? I have tested it
in a private project on Krazo 2.0.1 and Liberty 22.0.0.4,
and it seems to work fine.
If I'm not mistaken, it would involve cherry-picking
commit 14f8029b [2] to the release branch.
we recently discovered a few issues with our
MVC 2.0 API and TCK releases:
The OSGi manifest currently states that the
spec API isn't compatible with CDI 4.0 which
is actually not true and is causing issues on
Glassfish 7.0 nighties
A few TCK tests fail when executed against a
container with the latest Weld versions.
Therefore, I think we should release
maintenance releases of both the API JAR and the
TCK. I already created corresponding maintenance
branches in both repositories:
It would be great if we could release those
maintenance releases soon. After this is finished,
I'll start a similar process for Krazo. After
that, we should be able to fix the Krazo issues on
Glassfish 7.0 nighties.
@Ivar: Do I need to create releases records for
these maintenance releases? I think for the TCK we
never created such records, as the TCK isn't a
full Eclipse project, right? Anything else I need
to do before we can push these releases to the
staging repo?
@All: Are there any other fixes that you think
should be included in these maintenance releases?