Releases: sting-ioc/sting
Releases · sting-ioc/sting
v0.27
Changes in this release:
- Update the
org.realityforge.proton
artifacts to version0.58
.
v0.26
Changes in this release:
v0.25
Changes in this release:
- Update the
org.realityforge.akasha
artifacts to version0.30
. - Change the format when writing strings to the binary descriptor to to avoid the use of writeUTF which is inefficient.
- Upgrade the
org.realityforge.proton
artifacts to version0.57
. - Eliminate the depdency on
com.google.testing.compile:compile-testing
to avoid migration complexity when moving to a modern java version. - Upgrade the minimum java version to
17
. - Change the way that
StingProcessor
checks for explicitly declared constructors to use the public API rather than internal of old JVMs.
v0.24
Changes in this release:
- Add some additional profiling around injector generation.
v0.23
Changes in this release:
- Upgrade the
org.realityforge.proton
artifacts to version0.54
. This change adds basic profiling support that can be enabling by setting the annotation processor optionsting.profile
totrue
.
v0.22
Changes in this release:
- Add some additional debug logging to
StingProcessor
to make it easy to debug behaviour in downstream projects. - Upgrade the
org.realityforge.proton
artifacts to version0.53
. This change improves the debug output.
v0.21
Changes in this release:
- Update the
org.realityforge.akasha
artifacts to version0.29
. - Update the
org.realityforge.gir
artifact to version0.12
. - Upgrade the
org.realityforge.proton
artifacts to version0.52
. This fixes a crash that occurs with concurrent, incremental builds within the IntelliJ IDE. (This is the crash reported with messagejavax.annotation.processing.FilerException: Attempt to recreate a file for type ...
).
v0.20
Changes in this release:
- Upgrade the
org.realityforge.akasha
artifacts to version0.15
.
v0.19
Changes in this release:
- Upgrade the
org.realityforge.braincheck
artifacts to version1.31.0
. - Upgrade the
org.realityforge.akasha
artifact to version0.10
.
v0.18
Changes in this release:
- Upgrade the
org.realityforge.braincheck
artifact to version1.30.0
. - Upgrade the
org.realityforge.akasha
artifact to version0.05
.