Skip to content

Releases: avaje/avaje-inject

dinject-1.19

13 Jul 00:30

Choose a tag to compare

#40 - Ignore all lombok annotations (including @DaTa)

dinject-1.18

25 May 01:50

Choose a tag to compare

Issues:

#38 Support multiple @factory @nAmed beans
#39 Support @factory methods returning void

1.15

10 Dec 04:15

Choose a tag to compare

#36 - Fix in javalin controller for openAPI generation stack overflow

1.14

05 Dec 07:44

Choose a tag to compare

ENH: Add SystemContext.getBeanContext() to return the underlying BeanContext #35

1.12

05 Dec 07:45

Choose a tag to compare

#34 Add dependency for javax.annotation-api ... fix for NoClassDefFoundError: javax/annotation/PostConstruct
#32 List should return in order of @priority (from javax.annotations)

1.11

04 Jul 12:26

Choose a tag to compare

#31 - Throw useful error when Gradle + IDEA setup issue detected

1.10

25 Jun 11:17

Choose a tag to compare

#30 - More intuitive multi-module ordering for 'only supplies' modules

1.9

24 Jun 04:50

Choose a tag to compare

1.9

#29 - Support generic interfaces like Repository<T,I>

1.8

10 Jun 03:33

Choose a tag to compare

1.8

#28 Ignore lombok annotations (for bean classification) @slf4j, @Getter, @Setter, @EqualsAndHashCode, @tostring
#27 No injection of dependencies when using withSpy() and field injection

1.7

05 Jun 08:59

Choose a tag to compare

1.7

#23 when using Lombok @slf4j getting "Argument passed to when() is not a mock" bug
#24 Compile warnings when using withSpy, withMock bug
#25 Fix to allow spy() with implementations (not interfaces) - IllegalStateException: Injecting null bug
#26 NotAMockException when using spy() on interface with a @primary or @secondary bug