Joachim Durchholz
Joachim Durchholz
A similar issue was reported on https://github.com/petervanderdoes/gitflow-avh/issues/52 It is not solved there, but the observations repoted may help you.
The failure looks like an old JVM trying to load a newer-format class file.
Adding a set of queries is going to require a new API whenever somebody finds something new to include in the queries. Suggestion: Define a "filter" function with: Input parameters:...
Artifacts on Maven Central change their naming scheme quite often actually. It's particularly common when artifact maintainership changes, Maven Central once changed naming policy, and sometimes project requirements change. I...
Thanks for the pointer to ST4! I wasn't aware because org.antlr:ST4 isn't mentioned anywhere on the project page; can you add a reference?
I think the coordinates should go anywhere "installation" is mentioned - most Java people "install" via a Maven repository. By that definition, I found https://theantlrguy.atlassian.net/wiki/display/ST4/Using+StringTemplate+with+Java#UsingStringTemplatewithJava-install to be missing Maven coordinates,...
@Randgalt can you make this a separate tool? Bytecode enhancement does have its drawbacks and I'd prefer to stick with a APT-only solution. Of course this would likely be an...
Those who want to leverage the Builder as a parent class for a Java Bean. See #128.
Am 07.01.2017 um 12:36 schrieb Jonathan Stowe: > I like @salortiz suggestion, I think that > it would make the interface easier to use by higher level abstractions > (like...
> I don't think we're concerned about what the "primary goal" might be > here ;-) It's more about making what people might consider to be > important or useful...