Andre Wachsmuth
Andre Wachsmuth
I guess the decision which technology to use is up to somebody else, but I'd gladly help with the TypeScript part. If we are talking about https://docs.oracle.com/javaee/7/javaserver-faces-2-2/jsdocs/symbols/jsf.html (?), I already...
Seems pretty much dead yes. I did make fork of this for [closure compiler](https://github.com/blutorange/closure-compiler-maven-plugin) that fixes bugs and updates closure compiler to the latest version. It doesn't do CSS since...
Also, as stated in the link, this particular issue can be worked around by adding a `` entry to the plugin in your pom. It's not really a permanent solution...
Until this gets resolved properly, can we perhaps add a `Automatic-Module-Name` to the manifest, see http://branchandbound.net/blog/java/2017/12/automatic-module-name/ Without an explicit name, the compiler will warn when attempting to use this library....
@schlosna As far as I can see, the changelog needs to be generated by somebody with the proper permissions for this repo?
Is there anything I still need to do before this PR can be considered for review?
Thanks for notifying me! I resolved the conflicts in case anybody wants to take a look at getting this merged.
Is there any chance of getting this merged? Are you open to adding this option to the plugin or should I close this?
It's not urgent, but I think this should stay open as CSS nesting is becoming more common and it would be great if it could be supported eventually.
You mean that it lets us define which will be validated? E.g. ```java class User { @Valid(group = Basic.class) private Account account; } class Account { @NotEmpty(group = Basic.class) private...