phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
92 stars 34 forks source link

Missing compiler package from 3.4.1 #103

Closed decebals-btcs closed 6 months ago

decebals-btcs commented 6 months ago

I observe that compiler package are missing from release 3.4.1 (latest on Maven repository) and I don't understand why. Thank you for clarification.

phax commented 6 months ago

The master branch is for the next major release 4.x Please look into https://github.com/phax/jcodemodel/tree/3.4 for the 3.4 sources

decebals-btcs commented 6 months ago

You totally surprised me with your reaction speed. 😄 I see a 4.0 SNAPSHOT available on maven central repository, I will try with this. I just asking, do you have a small text regarding 3.x -> 4.x migration?

When do you think you can release the first version 4.x? (somewhat roughly)

P.S Thank you very much for the effort invested in this library, it is extremely useful !!!

phax commented 6 months ago

Well, you were lucky to ask a question I could easily answer ;-) Honestly no specific plans for a new major release, as I am lacking the time to really work on it. You see it with the open pull requests... :-/ So stay with 3.4.1 - the stuff should be in, just in a different package if I am not mistaken.