Andrew Pielage

Results 19 comments of Andrew Pielage

Related 3.0.5 PR: https://github.com/eclipse-ee4j/glassfish-hk2/pull/931

I had a very quick stab at downgrading things: https://github.com/Pandrex247/patched-src-hk2/tree/Issue-888 The first hurdle to cover in getting it back to compiling on Java 8 is the [CleanerFactory](https://github.com/eclipse-ee4j/glassfish-hk2/blob/3.0.6-RELEASE/hk2-api/src/main/java/org/glassfish/hk2/utilities/CleanerFactory.java) class. This was...

Payara 6 is still using Weld 5.0.x due to the removal of Weld Probe in 5.1 which we have built an integration for, making the update a breaking change for...

I don't want to make any promises around Payara 6 Community as it will very likely be EoL at some point this year, but we _are_ discussing what we intend...

We're reviewing what we're going to do about Hazelcast. Hazelcast 5.4 changes the minimum Java version to 17, whereas Payara 6 still has a base of 11, thus causing us...

The new awaitility version introduced in https://github.com/payara/Payara/pull/6756 seems to not like the specific Java version used on Jenkins. ``` java.lang.NumberFormatException: For input string: "21-ea" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:661) at java.base/java.lang.Integer.parseInt(Integer.java:777)...

@RamyaBill @deetewari @MeroRai FYI as you'll know the process better than I

Changing base: the `Payara7` branch has been merged into `main` and is now defunct - it will be deleted Soon™

Changing base again to a feature branch: `FISH-12635-Rework-Payara-Samples` This is to allow us to iterate on this across multiple PRs and not commit anything to `main` until the rework is...