[
Date Prev][Date Next][
Thread Prev][Thread Next][
Date Index][
Thread Index]
[
List Home]
[sisu-dev] [ANN] Eclipse Sisu 0.9.0.M4 milestone release
|
Howdy,
The Eclipse Sisu 0.9.0.M4 milestone release is now available from Maven Central.
Client facing changes in projects are as follows:
Most important change: ASM is "demoted" to plain dependency, hence,
consumers are able to override/update it the usual "Maven way". This
applies to all components: Inject, Plexus and sisu-maven-plugin as
well.
Historically, Sisu shaded in ASM just like Guice did. Later Sisu
started shipping "main" JAR with shaded ASM but also "no_asm"
classified artifact without ASM (just like Guice did with "classes"
classified JAR). Starting from this version, Sisu does not shade ASM
anymore, it is "demoted" to transitive dependency. Sisu is built with
ASM 9.8.
Sisu is compatible with the range of Guice [3,7).
For details, see:
https://github.com/eclipse-sisu/sisu-project/releases/tag/milestones%2F0.9.0.M4
Have fun
- Eclipse Sisu Team