Update for 1.1.2

This commit is contained in:
Dave Syer
2018-03-01 10:13:00 +00:00
parent a098f7854b
commit 78ec4c1716
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ exclude the `@Bean` type from the `Injector` bindings using the
## Configurable Options
* Binding Deduplication - When using `@EnableGuiceModules`, if a Spring `Bean` and a Guice `Binding` both exist for the same type and `Qualifier`, creation of the `Injector` will fail. You may instead prefer to keep Spring's instance of the type instead of receiving this error. To accomplish this, you may set the property `spring.guice.dedupeBindings=true`.
* Binding Deduplication - When using `@EnableGuiceModules`, if a Spring `Bean` and a Guice `Binding` both exist for the same type and `Qualifier`, creation of the `Injector` will fail. You may instead prefer to keep Spring's instance of the type instead of receiving this error. To accomplish this, you may set the property `spring.guice.dedup=true`.
## Limitations

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.guice</groupId>
<artifactId>spring-guice</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.2.RELEASE</version>
<name>spring-guice</name>
<description>Utilities for using Spring with Guice and vice versa</description>