-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable liberty dev mode for fhir-server-webapp #2328
Conversation
4e4cdf6
to
c7af521
Compare
bba63a2
to
4795f26
Compare
8933449
to
65899a6
Compare
@@ -18,6 +18,26 @@ | |||
|
|||
<build> | |||
<plugins> | |||
<plugin> |
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.
Bad Merge?
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.
this is actually here on purpose, but its only tangentially related to the rest of the PR.
basically, I was trying to use liberty dev mode in vscode. without this plugin, our experimental fhir-persistence-scout project fails to compile in vscode (because the classes in there depend on this one generated class that winds up in generated-sources). the config here tells vscode to add the folder as a source folder.
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.
see redhat-developer/vscode-java#177 for a long sordid history..
@@ -0,0 +1,3 @@ | |||
javax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl | |||
javax.xml.stream.XMLOutputFactory=com.sun.xml.internal.stream.XMLOutputFactoryImpl | |||
javax.xml.stream.XMLTransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl |
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.
Can we add a README in the prior location that tells people where to look now?
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.
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.
LGTM - left one comment.... README.md to mark the fact the folder changed.
2. it'd be great if there is some how-to docs updated in the dev wiki
Yes, if we merge this then we'll definitely need to make a few dev wiki updates. I will plan on it. |
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.
LGTM
Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
instead of maven-dependency-plugin Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
Per review comment Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant <[email protected]>
0fafef4
to
07c657f
Compare
and add that location (and schematool log files) to .gitignore Signed-off-by: Lee Surprenant <[email protected]>
Signed-off-by: Lee Surprenant [email protected]