v0.31
Pre-release
Pre-release
Changes in this release:
Changes in this release:
- Trigger
StingProcessorfor all public Sting annotations, including@StingProviderand
@ActAsStingComponent, and align processor docs/Javadocs around the exact placements where each annotation is
actively processed, tolerated for integration, or rejected. - Tighten annotation validation so
@Named,@Typed, and@Eagerare rejected on framework component types
annotated with annotations meta-annotated by@StingProvider. These annotations must be applied to the resolved
Sting provider type instead. - Tighten annotation validation so
@Typedis rejected on@Injectoroutput methods rather than being accepted
and ignored. - Upgrade the
org.realityforge.protonartifact to version0.69. - Migrate
javapoettocom.palantir.javapoet:javapoet:jar:0.14.0which is still maintained.