Jean Barkhuysen

Results 30 comments of Jean Barkhuysen

Seconded - this would be huuuuugely helpful for our team. Is there a way around this in the meantime? We are not tomcat experts and are having trouble finding a...

We ended up doing something similar (providing a log4j on the classpath of our app).

For the record, [this skeleton](https://github.com/jadekler/git-java-websiteskeleton/blob/master/applications/core/src/main/java/com/websiteskeleton/core/HelloInitializer.java#L12) uses `WebApplicationInitializer` and has no web.xml, and has no troubles with the tomcat gradle plugin.

Bump - also seeing this issue

Context: I suggested that this was probably the best place to suggest new names. :) edit: these are great, btw @lilrara

This would be amazing!

There are analogies between this and the recent integer issue, in which we decided to keep `int` fields instead of specifying `int64`, `int32`, etc. to avoid a major breaking change....