-
```
Guava has been releasing open-source versions for a couple of years now, and
has solid guarantees about non-@Beta APIs staying consistent over a long period
of time. Guice doesn't need to packa…
-
Today, I tested a workflow using a lambda expression:
```java
@FunctionalInterface
public interface MyFuncInterface {
V call() throws Interrupt;
}
```
```java
MyFuncInterfa…
-
### Description
`QuarkusComponentTest` does not support bytecode transformations yet and thus [simplified constructor injection](https://quarkus.io/guides/cdi-reference#simplified-constructor-injecti…
-
Getting following fatal error while building native image with the JAR added [here](https://drive.google.com/drive/folders/1O3xfRhMShxk3pivTzC6R0CnxiKNkZ48E?usp=share_link)
```
Generating executab…
-
### Problem Statement
Through this issue, we started capturing logcat logs as breadcrumb:
* https://github.com/getsentry/sentry-java/issues/1620
We used the gradle plugin and bytecode manipul…
-
Powermock/mockito is able to do the same as we do with Aspectj without any special command line, making the usage easier. It seems to do bytecode manipulation to do the work.
Instead of doing the sam…
-
### Platform
Dart
### Obfuscation
Enabled
### Debug Info
Enabled
### Doctor
[✓] Flutter (Channel stable, 3.22.3, on macOS 14.5 23F79 darwin-arm64, locale en-AU)
• Flutter version 3.22.3 on …
-
Discussed in the 7/11/24 Java SIG and later in this [slack thread](https://cloud-native.slack.com/archives/C014L2KCTE3/p1720718263227769). Opening an issue to track and bring more visibility to the co…
-
Currently, a `dune utop` results in:
```
File "_build/default", line 1, characters 0-0:
ld: error: undefined symbol: caml_startup__code_begin
>>> referenced by owee_stubs.c:47
>>> o…
-
## License Policy Violation detected in javassist-3.12.1.GA.jar (Multiple Licenses)
Library - javassist-3.12.1.GA.jar
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
sim…