Skip to content

Releases: micronaut-projects/micronaut-aot

Micronaut AOT 1.1.0

28 Apr 13:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

  • Introduce Netty optimization (#103)

Micronaut AOT 1.0.3

05 Apr 09:20
Compare
Choose a tag to compare

v1.0.3 (2022-04-04)

Full Changelog

Merged pull requests:

  • Provide meaningful samples #93 (@melix)
  • Expose properties so that an app can determine if AOT is active #92 (@melix)

* This Changelog was automatically generated by github_changelog_generator

Micronaut AOT 1.0.2

01 Apr 06:40
Compare
Choose a tag to compare

v1.0.2 (2022-03-31)

Full Changelog

Fixed bugs:

  • Fix deduceEnvironment optimization #89 (@melix)

* This Changelog was automatically generated by github_changelog_generator

  • Fix deduceEnvironment optimization (#89)

Micronaut AOT 1.0.1

28 Mar 13:42
Compare
Choose a tag to compare

v1.0.1 (2022-03-28)

Full Changelog

Fixed bugs:

  • Fix generation of Map which contains a dollar #85 (@melix)

Closed issues:

  • Using placeholder resolution in convertYamlToJava #83

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Fix generation of Map which contains a dollar (#85)

Micronaut AOT 1.0.0

22 Mar 17:36
Compare
Choose a tag to compare

What's Changed

  • Make sure environment is available as a bean by @melix in #42
  • Make sure that long literals are handled property by @melix in #44
  • Bump io.micronaut.build.shared.settings from 5.0.3 to 5.1.0 by @dependabot in #38
  • [aot] Update common files for branch master by @micronaut-build in #45
  • Add an option to "force" a particular environment by @melix in #46
  • Fix GraalVM feature generation by @melix in #48
  • [aot] Update common files for branch master by @micronaut-build in #47
  • Upgrade to Micronaut Build plugins 5.1.1 by @melix in #52
  • Remove optimizer classpath by @melix in #54
  • Add Gradle Enterprise badge by @alextu in #56
  • Upgrade to build plugins 5.1.2 by @melix in #57
  • Upgrade for Micronaut 3.3 by @melix in #49
  • [aot] Update common files for branch master by @micronaut-build in #51
  • Implement logback.xml to Java conversion by @melix in #58
  • Fix Joran classloading error if logback 1.3 isn't on classpath by @melix in #63
  • Fix conversion of list and maps in Yaml by @melix in #61
  • ci: GraalVM github action from 21.3.0 to 22.0.0.2 by @micronaut-build in #64
  • Bump io.micronaut.build.shared.settings from 5.1.2 to 5.2.1 by @dependabot in #68
  • Bump peter-evans/create-pull-request from 3.12.0 to 3.14.0 by @dependabot in #69
  • Bump io.micronaut.build.shared.settings from 5.2.1 to 5.2.2 by @dependabot in #72
  • Bump actions/checkout from 2 to 3 by @dependabot in #71
  • build: update build plugin to 5.2.3 by @sdelamo in #73
  • Cleanup generated POM files by @melix in #75
  • Fix classloader isolation by @melix in #81
  • Bump io.micronaut.build.shared.settings from 5.2.3 to 5.3.0 by @dependabot in #80
  • [aot] Update common files for branch master by @micronaut-build in #66
  • Adapt code for logback 1.3.0-alpha14 by @melix in #82

New Contributors

Full Changelog: v1.0.0-M4...v1.0.0

Micronaut AOT 1.0.0-M7

28 Jan 08:34
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fix Joran classloading error if logback 1.3 isn't on classpath by @melix in #63
  • Fix conversion of list and maps in Yaml by @melix in #61

Full Changelog: v1.0.0-M6...v1.0.0-M7

Micronaut AOT 1.0.0-M6

20 Jan 11:37
Compare
Choose a tag to compare

What's Changed

  • Make sure environment is available as a bean by @melix in #42
  • Make sure that long literals are handled property by @melix in #44
  • Bump io.micronaut.build.shared.settings from 5.0.3 to 5.1.0 by @dependabot in #38
  • [aot] Update common files for branch master by @micronaut-build in #45
  • Add an option to "force" a particular environment by @melix in #46
  • Fix GraalVM feature generation by @melix in #48
  • [aot] Update common files for branch master by @micronaut-build in #47
  • Upgrade to Micronaut Build plugins 5.1.1 by @melix in #52
  • Remove optimizer classpath by @melix in #54
  • Add Gradle Enterprise badge by @alextu in #56
  • Upgrade to build plugins 5.1.2 by @melix in #57
  • Upgrade for Micronaut 3.3 by @melix in #49
  • [aot] Update common files for branch master by @micronaut-build in #51
  • Implement logback.xml to Java conversion by @melix in #58

New Contributors

Full Changelog: v1.0.0-M5...v1.0.0-M6

Micronaut AOT 1.0.0-M5

21 Dec 15:37
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Make sure environment is available as a bean by @melix in #42
  • Make sure that long literals are handled property by @melix in #44

Full Changelog: v1.0.0-M4...v1.0.0-M5

Micronaut AOT 1.0.0-M4

17 Dec 09:31
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add more debug logging by @melix in #23
  • Fix conversion of booleans in Yaml by @melix in #26
  • Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #19
  • Bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 by @dependabot in #10
  • Make sure that disabled configurations are honored by @melix in #28
  • Fix evaluation of @Requires(configuration = ...) conditions by @melix in #29
  • Bump io.micronaut.build.shared.settings from 5.0.2 to 5.0.3 by @dependabot in #30
  • Rename sealed environment -> cached environment by @melix in #34
  • Fix precedence of generated property sources by @melix in #35
  • Add an option to configure the list of possible environments by @melix in #37

Full Changelog: v1.0.0-M2...v1.0.0-M4

Micronaut AOT 1.0.0-M2

01 Dec 13:28
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Remove bomProperties from gradle.properties by @melix in #18
  • Add optimization for deduce environment by @melix in #20
  • Fix incorrect test fixtures capabilities by @melix in #21

Full Changelog: v1.0.0-M1...v1.0.0-M2