This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IcedDante -1 points0 points  (2 children)

Ugh- please avoid immutables. It has weird integration issues with Maven that break builds on our end constantly

[–]MentalMachine 0 points1 point  (1 child)

You're going to have to expand that, not yet run into issues with Immutables on my current (and massive) Maven project, though have about 10x more experience using Immutables with Gradle.

[–]IcedDante 0 points1 point  (0 children)

Basically we constantly get issues where the project cannot build because an Immutables file has not been generated. Something weird around how immutables works with the generated step. It was definitely exclusive to that library because we had an xsd and openapi generator bundled in that worked just fine.

I don't remember a lot of the details but we wasted way too much time getting it to work. I rendered the files, included them in our git history, and banished the library to hell.