Skip to content

Releases: smallrye/smallrye-common

1.1.0

20 Jul 13:02
Compare
Choose a tag to compare
  • #42 Fix Sonar build.
  • #41 Bump smallrye-parent from 20 to 21
  • #40 Use AdoptOpenJDK's Java setup
  • #38 Update build.yml to support JDK 9/10 testing
  • #37 Introduce JarEntries, tests and io.smallrye.common.io.jar package
  • #36 Introduce smallrye-common-io
  • #35 Bump smallrye-parent from 18 to 20

1.0.2

29 Apr 16:14
Compare
Choose a tag to compare
  • #33 Experimental annotation value mandatory.
  • #31 Add FIELD and PACKAGE targets to Experimental annotation
  • #30 Bump maven-enforcer-plugin from 3.0.0-M2 to 3.0.0-M3
  • #29 Port tests from wildfly-common for net module
  • #28 Require Java 11 to build
  • #27 Build requires JDK 9 or higher
  • #26 Added annotations module.

1.0.1

21 Apr 12:37
Compare
Choose a tag to compare
  • #24 Remove dependencies that come from the parent
  • #21 Incorrect error message for Assert.assertTrue and Assert.assertFalse
  • #19 Added tests to Expression module. Backported from Wildfly Common project.