eclipse-sisu / sisu-project

Sisu Inject
https://eclipse.dev/sisu/
Eclipse Public License 2.0
18 stars 15 forks source link

Sisu Annotation Processor output is not reproducible #91

Closed hboutemy closed 1 year ago

hboutemy commented 1 year ago

see example https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/mojo/flatten-maven-plugin/flatten-maven-plugin-1.4.1.diffoscope I imagine (I did not really investigate fully) that it's linked to Annotation Processor way of generating the file

mcculls commented 1 year ago

This was fixed by https://github.com/eclipse/sisu.inject/commit/570e81a025ad9e462c06e0cdadb30d787052b1e6 which went into the 0.9.0.M1 milestone.

hboutemy commented 1 year ago

oh, stupid me, thanks for the pointer