guice icon indicating copy to clipboard operation
guice copied to clipboard

Google Guice Extensions

Results 6 guice issues
Sort by recently updated
recently updated
newest added

It seems that the guice guys refactored the internal class ByteCodeGen and removed a method which is used by your extension. I got the following Stacktrace: `com.google.common.util.concurrent.ExecutionError: java.lang.NoSuchMethodError: com.google.inject.internal.BytecodeGen.newFastClass(Ljava/lang/Class;Lcom/google/inject/internal/BytecodeGen$Visibility;)Lcom/google/inject/internal/cglib/reflect/$FastClass; at...

[This](https://github.com/mycila/guice/blob/master/extensions/jsr250/src/main/java/com/mycila/guice/ext/jsr250/Jsr250Module.java#L111), where MyJsr250Destroyer just "swallows" (silently ignores) any Exception from `@PreDestroy` annotated methods, isn't great IMHO... it would be better if it would at least `LOG.warn()` such issues? I suspect...

OK, I'm not really sure where this would be implemented yet (or if it's even possible). Would it be possible to make the `@Resource` annotation work with `requestStaticInjection`? Here's a...

enhancement
ready
PATCH-WANTED

Bumps [guava](https://github.com/google/guava) from 30.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Guice just released Jakarta compatible [RCs](https://github.com/google/guice/discussions/1732). While Guice 6.0.0 will provide some backward compatibility with javax, Guice 7.0.0 will only support Jakarta. At least the latter will not work anymore...