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

#715 replace printStacktrace() #716

Merged
merged 1 commit into from
Jun 4, 2021
Merged

#715 replace printStacktrace() #716

merged 1 commit into from
Jun 4, 2021

Conversation

syjer
Copy link
Contributor

@syjer syjer commented Jun 3, 2021

Hi this PR replace various printStackTrace() call with the XRLog infrastructure as noticed in the issue #715

Should cover most of the ones still present in the codebase. There are still 2 calls in the Configuration class.

@danfickle
Copy link
Owner

Thanks @syjer.

@danfickle danfickle merged commit 3addacd into danfickle:open-dev-v1 Jun 4, 2021
@FlavioReinhard
Copy link

FlavioReinhard commented Jun 4, 2021

Hi @danfickle and @syjer

Thank you very much for providing a fix for this issue.
We would like to test it out but it seems that 1.0.9-SNAPSHOT has not been published yet? I tried out both snapshotRepositories from pom.xml but the version couldn't be resolved.

Any help would be much appreciated.

@danfickle
Copy link
Owner

I haven't done snapshot releases but you can build on your own machine:

  • Clone or download repository.
  • Run mvn clean install -DskipTests from the project directory.
  • All artefacts will now be available in your local .m2 folder repository.
  • Assumes maven is installed.
  • Should take less that thirty seconds to install.

P.S: I'm planning on doing a formal release as soon as I finish footnote support - #711.

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