Skip to content

Releases: avaje/avaje-inject

1.8

10 Jun 03:33
Compare
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
Compare
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

1.6

30 May 08:04
Compare
Choose a tag to compare
1.6

#20 Swap/Change SystemContext objects with mocks
by yaskor

#22 Adding support for Mockito spy (#20) …
by rbygrave

1.4

11 May 22:13
Compare
Choose a tag to compare
1.4

A release with no changes as 1.3 didn't go through to central.

1.3

10 May 05:07
Compare
Choose a tag to compare
1.3

#19 @factory fails with types implementing interfaces bug
by nschlehe

#16 Add manifest.mf with automatic-module-name
by rbygrave

1.1

07 Dec 09:18
Compare
Choose a tag to compare
1.1

Bump to 1.1 to release #14

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