Gregor Latuske

Results 15 comments of Gregor Latuske

@reda-alaoui This fix would be really helpful for us. Do you have any plans to fix the build failures?

@reda-alaoui Thanks for your reply. I have implemented a workaround using Groovy Maven pluign: ``` org.codehaus.gmaven groovy-maven-plugin 2.1.1 patch-maven-dependencies process-resources execute // add all modules to the dependencies to make...

The correct name would be the Bundle-SymbolicName and version Bundle-Version. I have already seen that you make use of them in https://github.com/anchore/syft/blob/main/syft/pkg/cataloger/java/parse_java_manifest.go.

In release 1.0.7 for both modules **GPL** was used in master **GPL with linking** exception has been introduced (https://en.wikipedia.org/wiki/GPL_linking_exception). Was the intention to already have previous versions licensed with **GPL...

We have the same issues, which blocks us to update to Java 21. @laeubi Would it be an option (as a temporary fix) to make the list of known Maven...

The Java 21 update does not work because of Tycho 3.x does not support it and without server authentication working there is currently no way to use Java 21 and...

@laeubi I know already done this for 4.0.5-SNAPSHOT, let me try this with 3.0.5 as well. I have tried locally those combinations: - requireEagerResolve: false, no code change --> authentication...

@sailingKieler I have created my request because of the combination of different Xtext versions (and Google Guice & Guava) with [@kieler](https://github.com/kieler/KLighD) is quite tricky. We will give it a try...

It would help us, if the minimum version would be set to 2.31 (or below).

@enebo I can try ;-) Just to get it right the idea of getJRubyJar() is to retrieve the location of the JAR file it self (e.g. /path/to/jruby.jar)?