Skip to content
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

Merged
merged 9 commits into from
Dec 7, 2021
Merged

Conversation

lmsurpre
Copy link
Member

Signed-off-by: Lee Surprenant [email protected]

@lmsurpre lmsurpre force-pushed the liberty-dev-mode branch 2 times, most recently from 4e4cdf6 to c7af521 Compare September 13, 2021 12:19
@lmsurpre lmsurpre force-pushed the liberty-dev-mode branch 5 times, most recently from bba63a2 to 4795f26 Compare September 23, 2021 20:42
@lmsurpre lmsurpre force-pushed the liberty-dev-mode branch 4 times, most recently from 8933449 to 65899a6 Compare November 29, 2021 12:25
@lmsurpre lmsurpre marked this pull request as ready for review December 2, 2021 22:30
@@ -18,6 +18,26 @@

<build>
<plugins>
<plugin>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad Merge?

Copy link
Member Author

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.

Copy link
Member Author

@lmsurpre lmsurpre Dec 3, 2021

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
Copy link
Contributor

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?

Copy link
Member Author

@lmsurpre lmsurpre Dec 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@prb112 prb112 left a 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

@lmsurpre
Copy link
Member Author

lmsurpre commented Dec 3, 2021

  1. 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.

Copy link
Contributor

@michaelwschroeder michaelwschroeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

and add that location (and schematool log files) to .gitignore

Signed-off-by: Lee Surprenant <[email protected]>
@lmsurpre lmsurpre merged commit cb106bc into main Dec 7, 2021
@lmsurpre lmsurpre deleted the liberty-dev-mode branch December 7, 2021 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants