summaryrefslogtreecommitdiffstats
path: root/sangria-contextual
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version to 1.3.1-SNAPSHOT.Tavian Barnes2015-07-091-1/+1
|
* Bump the version to 1.3-SNAPSHOT.Tavian Barnes2015-05-061-1/+1
|
* contextual: Avoid injecting the injector in ProviderKeyAdapter.Tavian Barnes2014-10-161-13/+10
|
* contextual: Make ContextSensitiveBinder work with requireExplicitBindings().Tavian Barnes2014-10-043-3/+42
| | | | | | | Same as regular toProvider() bindings, an explicit binding for the provider is *not* required, unless to provider itself is injected somewhere. This is accomplished by generating a unique linked-key binding for each ContextSensitiveProvider.
* Don't use Guava's Objects.Tavian Barnes2014-09-151-4/+3
|
* Bump the version to 1.2-SNAPSHOT.Tavian Barnes2014-09-141-1/+1
|
* Bump the version to 1.1-SNAPSHOT.Tavian Barnes2014-04-051-1/+1
|
* sangria-contextual: Get rid of some unchecked warnings.Tavian Barnes2014-04-051-0/+2
|
* contextual: Add an extension SPI.Tavian Barnes2014-04-035-33/+308
|
* contextual: Weaken generics on toContextSensitiveProvider() to match ↵Tavian Barnes2014-04-032-22/+22
| | | | toProvider().
* Re-license under the Apache 2.0 License.Tavian Barnes2014-04-026-50/+97
|
* Add package-info.java files.Tavian Barnes2014-04-011-0/+8
|
* Change groupId to com.tavianator.sangria.Tavian Barnes2014-04-011-2/+2
|
* Add sangria-contextual module.Tavian Barnes2014-04-016-0/+735