Skip to content

Commit fcb5add

Browse files
committed
Update site to add news about the 0.02 release
1 parent 3b42c47 commit fcb5add

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Sting 0.02 released
3+
author: Sting Project
4+
authorURL: https://github.com/sting-ioc
5+
---
6+
7+
[Full Changelog](https://github.com/sting-ioc/sting/compare/v0.01...v0.02)
8+
9+
Changes in this release:
10+
11+
* Upgrade the `org.realityforge.proton` artifacts to version `0.40`.
12+
* Stop generating errors if types are annotated with `@Named`, `@Typed` or `@Eager` and they have a provider annotation.
13+
* Correct bug where a sting provider annotated type was constructing the classname of the target provider relative to the package of the injector rather the package of the declaring type.
14+
* Change the return type of the factory method used to provide `@Injectable` values to return a `java.lang.Object` rather than a package-access type. This is to simplify integration with some downstream tools that assume public methods work with public types and to align with the pattern used for passing package-access dependencies into the factory method.
15+
* Fix broken code that was generated when a binding is not public but the services it provides are public. The code was previously omitting some required casts.

0 commit comments

Comments
 (0)