Skip to content

Releases: avaje/avaje-inject

0.13

29 Nov 09:53
Compare
Choose a tag to compare

#13 - Support priority of @primary and @secondary across modules

0.12

27 Nov 11:00
Compare
Choose a tag to compare

#12 Add support for @qualifier annotations (as alternative to @nAmed)
#11 Add @primary and @secondary

0.11

26 Nov 09:36
Compare
Choose a tag to compare

Support lifecycle with @bean beans ... e.g. @bean(destroyMethod = "shutdown") #10

0.9

22 Nov 09:34
Compare
Choose a tag to compare
0.9

Add ContextModule provides() ... as names of module features provided by the module #9

0.4

14 Nov 12:27
Compare
Choose a tag to compare
0.4

#6 Fix for NPE injecting bean

See also fixes in the generator - https://github.com/kanuka/kanuka-generator/releases/tag/kanuka-generator-0.4

kanuka-0.3

11 Nov 09:01
Compare
Choose a tag to compare

#5 Add support for injecting a List of beans that implement an interface
#4 Add BootContext.withBean(Object bean) ... to supply test doubles into the dependency injection
#3 Add support for Provider