Commit Graph

11 Commits

Author SHA1 Message Date
Dave Syer
e71d6aca56 Use static factory methods and proxyBeanMethods = false
It is better to be explicit about beans of type `Module` and make
sure they don't interfere with Spring trying to enhance
`@Configuration` classes. The tests are now clear of the pesky
warning logs, and there is a new section in the README.
2022-03-21 08:41:05 +00:00
Simon DeMartini
2722841925 Convert JUnit assertions to AssertJ to match spring-javaformat checkstyle rules 2022-03-20 16:29:28 +00:00
Simon DeMartini
99d7a7a268 Upgrade to JUnit 5 2022-03-20 16:29:28 +00:00
Simon DeMartini
57c54fad2f Add and enforce spring checkstyle configurations 2022-03-20 10:40:10 +00:00
Simon DeMartini
7254dc8be7 Apply and enforce spring-javaformat 2022-03-19 21:15:20 +00:00
Dave Syer
f759e6e4ab Add test for binding to Map by generic signature
See #67
2019-11-19 10:57:34 +00:00
Kevin Wang
4277d3e0f5 Fix handling FactoryBean 2019-11-18 13:50:17 -08:00
Dave Syer
61b3ac9c8d Fix more compiler warnings 2019-10-25 17:42:51 +01:00
Kevin Wang
dc2a0b6495 Bind to super types 2019-10-23 13:01:07 -07:00
Kevin Wang
1e7cbb0e31 Support generic interfaces 2019-10-15 15:45:40 -07:00
Kevin Wang
4308f7498b Bind all super interfaces 2019-10-15 15:45:40 -07:00