Andres Luuk

Results 5 issues of Andres Luuk

Hi I could copy a method from one class to another with: newClass = cp.makeClass(newClassName); newClass.addMethod(CtNewMethod.copy(oldClassOldMethod, "test", newClass, null)); But now the source method has changed, it has some concatenated...

Hi I tryed to compile it with maven (JDK17) and it failed with: ``` but was: at com.mornati.sample.service.PluginServiceTests.testExtraPackageConfiguration(PluginServiceTests.java:43) ]]> ``` I looked out that the packages the one finds are:...

question

When I compile my project I get the following warning: mvn clean install -T6 [WARNING] ***************************************************************** [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains...

### Please provide a brief summary of the bug We have seen the following crash a few times: # SIGSEGV (0xb) at pc=0x00007fb68c49bf18, pid=407379, tid=407743 # # JRE version: OpenJDK...

bug
jbs:needs-report

Latest jetty12 build with ee9 or ee10 JDK 17. I can see that jetty12 has CDI modules and we probably could enable those to get jettys internal weld CDI working,...

Question