David Matějček
David Matějček
- Factory renamed to ServantFactory - name based on javadoc - Factory caused compilation error because it is a keyword - CodegenProxyCreator.create removed - deprecated, because it called deprecated PFL...
The generated file charset is not set explicitly, so the file is encoded by user's charset. It should be set explicitly - I recommend UTF-8, it should be enough. https://github.com/eclipse-ee4j/glassfish-hk2/blob/master/maven-plugins/hk2-inhabitant-generator/src/main/java/org/jvnet/hk2/generator/internal/GeneratorRunner.java#L346...
* Rebase after merge of #194 * Uses latest ORB libs (currently snapshots) * Tested with GF8-SNAPSHOT
## Main feature changes * Fixes #25133 - we use the standard JVM option, however complete initialization is finished by HK2 service. * ClassLoaders reflect boot phases * All our...
I have to analyze how many changes this means, but basically when somebody changes the formatter or level, user cannot use commands in script which parse the output. Expectations: *...
What must be changed: * https://github.com/eclipse-ee4j/orb-gmbal-pfl * https://github.com/eclipse-ee4j/orb-gmbal-pfl/pull/61 * https://github.com/eclipse-ee4j/orb-gmbal-pfl/pull * https://github.com/eclipse-ee4j/orb-gmbal-commons * https://github.com/eclipse-ee4j/orb-gmbal-commons/pull/45 * https://github.com/eclipse-ee4j/orb-gmbal * https://github.com/eclipse-ee4j/orb-gmbal/pull/33 * https://github.com/eclipse-ee4j/orb-gmbal/pull/34 * https://github.com/eclipse-ee4j/orb * https://github.com/eclipse-ee4j/orb/issues/188 * https://github.com/eclipse-ee4j/orb/pull/198 This PR probably can...
See https://en.wikipedia.org/wiki/Systemd# Relates to #24736 - it would be nice if both issues would be resolved in a single version of GlassFish.
### Jenkins and plugins versions report Jenkins 2.514 Java 21 Docker Plugin 1274.vc0203fdf2e74 ### What Operating System are you using (both controller, and any agents involved in the problem)? Ubuntu...
You have it just in tags, but not in releases (with changelog)
Applet is deprecated from JDK since version 9. ORBImpl class uses it.