Georgios Andrianakis
Georgios Andrianakis
@chengchen would you like perhaps to contribute it to this project?
Thanks folks!
It's not uncommon for SB to break compatibility between minor releases so I wouldn't be surprised if something is not working. A reproducer project would go along way in debugging...
cc @gytis @metacosm
:+1 for no.1
A workaround would be greatly appreciated :)
@iocanel great list! I plan to start looking into these tomorrow
Another one from @metacosm: `Secret injection`
@iocanel By looking at this briefly, my idea was to enhance [ComponentHandler](https://github.com/ap4k/ap4k/blob/master/annotations/component-annotations/src/main/java/io/ap4k/component/handler/ComponentHandler.java#L37) to include `BuildInfo` and use that data in the `createComponent` method. Does that sound like the proper way...
`BuildInfo` is just a collection of data that is pulled from the build system (Maven, Gradle etc). From my limited point of view, it could be used in any context...