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

[#1207] remove common-lang3 and update qulice #1920

Merged
merged 8 commits into from Mar 10, 2024
Merged

Conversation

pnatashap
Copy link
Contributor

@pnatashap pnatashap commented Mar 10, 2024

  • remove dependency to commons-lang3
  • update qulice to the latest

includes #1915

@pnatashap
Copy link
Contributor Author

@yegor256 please take a look

@@ -105,7 +104,7 @@ private static Response fatal(final RqFallback req) throws IOException {
TkAppFallback.class.getResource("error.html.vm"),
new RsVelocity.Pair(
"err",
ExceptionUtils.getStackTrace(req.throwable())
req.throwable().getStackTrace()
Copy link
Owner

Choose a reason for hiding this comment

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

@pnatashap I believe, this is not exactly what ExceptionUtils.getStackTrace does. We should use Logger.format("%[exception]s", req.throwable()) instead.

@yegor256
Copy link
Owner

@pnatashap looks great! one small comment above

@pnatashap
Copy link
Contributor Author

@yegor256 fixed

@yegor256
Copy link
Owner

@rultor merge

@rultor
Copy link
Collaborator

rultor commented Mar 10, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 4ce7c32 into yegor256:master Mar 10, 2024
5 checks passed
@rultor
Copy link
Collaborator

rultor commented Mar 10, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 13min)

@yegor256
Copy link
Owner

@pnatashap thanks a lot!

@pnatashap pnatashap deleted the 1207 branch March 10, 2024 12:01
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.

None yet

3 participants