-
The class methods are removed. thereby removing the business logic of the class. I can see that the comment states `// ... (rest of the class remains the same)` however the patch removes the methods. …
-
```
JSR330 doesn't support optional like @com.google.inject.Inject(optional=true).
I suggest Guice should provide an annotation to allow optional/nullable
injection e.g.
@javax.inject.Inject @com.g…
-
```
These show up when running JUnits in Eclipse.
Jan 12, 2011 3:14:01 PM com.google.inject.spi.InjectionPoint getInjectionPoints
WARNING: Method: protected void
org.atinject.tck.auto.accessories.Sp…
-
It the following class is defined:
```java
public class Test {
@javax.ejb.EJB
private Object ejb;
@javax.inject.Inject
private Object inject;
@javax.ws.rs.core.Context…
-
For example, if the Cassandra profile name is "x":
@Inject @Named("x") private Cluster cluster; // should match
@Inject @Named("x") private String firstname; // should not match as not a NoSQL c…
-
```
JSR330 doesn't support optional like @com.google.inject.Inject(optional=true).
I suggest Guice should provide an annotation to allow optional/nullable
injection e.g.
@javax.inject.Inject @com.g…
-
```
Hi all,
I'm trying to run a very simple web project in Eclipse (Helios) using Tomcat
5.5.28..
but I get this really strange error:
SEVERE: Exception starting filter guiceFilter
java.lang.Class…
-
```
Description of the issue:
JpaLocalTxnInterceptor is inconsistent as it uses the "JpaPersistService
emProvider" field to begin a transaction but uses the "UnitOfWork unitOfWork"
to finish it. Whe…
-
```
JSR330 doesn't support optional like @com.google.inject.Inject(optional=true).
I suggest Guice should provide an annotation to allow optional/nullable
injection e.g.
@javax.inject.Inject @com.g…
-
## What happened?
In a repo using nebula dependency recommender, we used the following snippet to make `com.palantir.baseline-class-uniqueness` pass:
```gradle
configurations.all {
…