Leonardo Zanivan

Results 25 comments of Leonardo Zanivan

I have the same error when running integration tests with Arquillian JaCoCo extension which uses a JavaAgent to weave the classes.

@johnament we can't generate maven variables without a plugin (written from scratch) or using some scripting (Groovy, Ant, JS). The number of modules is not an issue as long as...

@derekm the `naive` approach should work in most use cases and if a special naming need to be defined, you can just define `hammock.somemodule` in pom.xml to override the generated...

Thanks @derekm 🙇 I loved to work with Hammock, it has a great potential! (more than other app servers with microprofile compatibility 😄 ) Regarding the PR, my intention was...

@johnament I thought the same initially, but some time later I come to conclusion to automatically add the module based on the project artifact (for consistency) and allow custom module...

@johnament I would like to contribute to this project, starting bringing Java 9 modules support. Did you start working on this issue? If not, how do you expect automatic modules...

I made some experiments in order to make Hammock work with basic MicroProfile features (CDI, JAX-RS, JSON). No changes were required in Hammock so far, but a lot of improvements...

@mjg123 why not use maven install-file plugin ? http://www.baeldung.com/install-local-jar-with-maven/

I vote for bundling the dependencies from Maven project dependencies instead of hardcoded jars in the Docker image (which is an anti-pattern IMO). This can be reached using maven-dependency-plugin to...

I think JSON-B API is a better choice to remove thirdparty library dependencies from core, to be honest Jackson Databind adds to much overhead that isn't needed. I think it...