-
Notifications
You must be signed in to change notification settings - Fork 22
Fix dependencies, fix Travis build, fix Integration test #19
Fix dependencies, fix Travis build, fix Integration test #19
Conversation
tholu
commented
Feb 26, 2019
- Grunt removed
- Updated all Maven dependencies
- Fix Travis build to use current JDKs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this is good. I've only added a few points to make sure we're not breaking anything for anybody else's dev environment.
Let me know what you think 👍
- Updated to a recent version of Wildfly (15.0.1.Final) - Works out-of-the-box with `mvn verify` - All dependencies like node, npm, bower are used as specified in pom.xml - Run `npm install` in js-cookie (installed via bower) to use qunit.js and qunit.css in IT
@FagnerMartinsBrack Please do a final review and check, I think it's good to go now. |
LGTM, just a few leftover questions to understand better the changes |
Let me know when it's ok to land on master |
@FagnerMartinsBrack Thanks for reviewing, I answered the leftover question and removed the configuration for the missing test. Feel free to merge into master at any time, then I'll continue with the actual bugfixing. |
Oh almost forgot! We need to change the Contributing guidelines since we're not using Grunt anymore! Can you make the change so that the merge is only one click away? Thanks! EDIT: Btw I've run the project in your branch and it's all working good, great contribution! I'm speechless. Waiting for the next :) |
Another quick question, did you figure out how the |
@FagnerMartinsBrack I updated the guidelines accordingly. Maven should now be the only tool needed as a prerequisite. I had to figure out how it is run to fix it 😁 It took me some time as well, a quick rundown:
|
I'm getting this error when running
|
Seems to be related to https://issues.jboss.org/browse/WFLY-10937 (although it should be fixed with WIldfly 15) - I'm still running JDK8 locally, can you try a different JDK as well? I can try to reproduce with JDK11. |
Contents of /Users/fagnerbrack/Git/java-cookie/target/failsafe-reports
|
I tried locally and it works in Java 8. Let's just create a bug report for Java 11 and move on. |
X-Ref: #20 |