gizmo
gizmo copied to clipboard
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. Release notes Sourced from org.jacoco:jacoco-maven-plugin's releases. 0.8.12 New Features JaCoCo now officially supports Java 22 (GitHub #1596). Experimental support for Java 23 class files...
Bumps `version.asm` from 9.6 to 9.7. Updates `org.ow2.asm:asm` from 9.6 to 9.7 Updates `org.ow2.asm:asm-util` from 9.6 to 9.7 You can trigger a rebase of this PR by commenting `@dependabot rebase`....
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.3.0 to 3.4.1. Release notes Sourced from org.apache.maven.plugins:maven-jar-plugin's releases. 3.4.1 🐛 Bug Fixes [MJAR-307] - Wrong version of commons-io cause a ClassNotFound o.a.commons.io.file.attribute.FileTimes (#83) @slawekjaranowski 📦 Dependency...
I would be nice if ClassCreator provides a static API to produce an instance of ClassCreator with try/catch with resource inside API, instead to delegate to a calling function the...
I just tripped over a little inconsistency in ResultHandle. The `getResultType` method is public: ``` public ResultType getResultType() { return this.resultType; } ``` ... but the `ResultType` class is package-private....
Currently, the generated bytecode contains some garbage as described in https://github.com/quarkusio/quarkus/pull/36626#discussion_r1370141899. We could try to detect that the case block ends with a `return` operation and do not break the...
In Quarkus, and in particular in ArC, there's the frequent need to generate code to record a `Set` of Class constants; for example any created `InjectableBean` will have a field...
fix #67 fix #65
The syntax is quite arcane and is difficult to get right, in particular when needing to call super constructors.