Skip to content

Releases: ahunigel/spring-toolkit

1.6.1

05 Jul 06:48
Compare
Choose a tag to compare

feat: CollectionUtilEx.isNotEmpty

1.6 Release

05 Jul 06:46
Compare
Choose a tag to compare

feat: CollectionUtilEx

1.5.1

05 Jul 06:46
Compare
Choose a tag to compare

feat: simplify JsonPropertySourceLoader

1.5 Release

05 Jul 06:45
Compare
Choose a tag to compare

feat: JsonPropertySourceFactory

1.4.1

05 Jul 06:44
Compare
Choose a tag to compare
  • enhance ReversibleConverter, be able to reverse to the same instance of ReversibleConverter
  • add more static copyProperties method for BeanUtilEx

1.4 Release

05 Jul 06:35
Compare
Choose a tag to compare
  • chore: upgrade grade to 4.10.3
  • move testing features to com.github.ahunigel:spring-test-toolkit:1.0

1.3.2

05 Jul 06:34
Compare
Choose a tag to compare

chore: upgrade spring-boot:2.0.3.RELEASE, guava:20.0, spring-test:5.0.7.RELEASE

1.3.1

05 Jul 06:33
Compare
Choose a tag to compare

add enhance BeanUtils - BeanUtilEx

1.3 Release

05 Jul 06:33
Compare
Choose a tag to compare

feat: add @RunTestOnWindowsOnly annotation to restrict JUnit 4 tests running only on windows operation system

1.2 Release

05 Jul 06:32
Compare
Choose a tag to compare
  • JUnit 4 @IfProfileValue profile source enhancement
    • @ProfileValueSourceConfiguration(EnvironmentProfileValueSource.class), use environment as profile value source
    • @ProfileValueSourceConfiguration(MergedSystemEnvAndPropertyProfileValueSource.class), use environment and system properties as profile value source