-
Notifications
You must be signed in to change notification settings - Fork 222
Fixing incorrect comments and DS names #349
Conversation
🎯 @secondsun @danielpassos @danbev mind to review ? |
So the datasources are created (yay) but I couldn't test that they actually work because the server fails building because drumroll please JAVADOC ERRORS :) (in Java 8 of course.) Bonus points, jax-doclets isn't maintained anymore (FroMage/jax-doclets#61 (comment)) HOWEVER some guys from marmot patched it and release 0.10.1 which does work in Java 8. I patched up the pom to use the new version, but it doesn't seem to work. Output |
use java7 - that's what we, for the server, support. On Fri, Aug 8, 2014 at 10:47 PM, Hoyt Summers Pittman <
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ |
Tested locally here with Java 7 and works fine. For Java 8 we're planning to discuss during our meeting today. |
@matzew Ok, java 7 things build etc. 👍 Like I said before your changes actually work. Though on wildfly 8.0.0 there is a bug with mysql's connector jar on version 30+ which is fixed in 8.1.0. |
cool regarding the mysql. the doc uses mysql-connector-java-5.1.18.jar On Mon, Aug 11, 2014 at 4:00 PM, Hoyt Summers Pittman <
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ |
I didn't see a version mentioned in the docs. I only saw it mentioned in Summers Pittman
On Mon, Aug 11, 2014 at 10:02 AM, Matthias Wessendorf <
|
nope - we are not shipping the mysql jar On Mon, Aug 11, 2014 at 4:20 PM, Hoyt Summers Pittman <
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ |
Can you link me the doc that references the jar version?
|
search for "mvn dependency:copy" On Mon, Aug 11, 2014 at 5:07 PM, Hoyt Summers Pittman <
Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ |
👍 works locally |
👍 Tested the cli script for WildFly and it works |
landed in de4def5 |
💄