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

CORE-12539 - Update to latest version of jackson and mockito #3702

Conversation

driessamyn
Copy link

No description provided.

@@ -360,7 +365,7 @@ class RestServerRequestsTest : RestServerTestBase() {
val timeCallResponse = client.call(POST, WebRequest<Any>("health/timecall", """ { "time": { "time": "$time" } } """), userName, password)

assertEquals(HttpStatus.SC_OK, timeCallResponse.responseStatus)
assertEquals("2020-01-01T11:00Z[UTC]", timeCallResponse.body)
assertEquals("2020-01-01T11:00Z", timeCallResponse.body)
Copy link
Author

@driessamyn driessamyn Apr 26, 2023

Choose a reason for hiding this comment

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

This change is triggered by an Jackson update. See FasterXML/jackson-modules-java8#204 and FasterXML/jackson-modules-java8#267

I think this change is ok as the new format is ISO-8601 compatible.

@mnesbit , do you agree this change is ok?

Copy link

Choose a reason for hiding this comment

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

yes it is fine and indeed probably more canonical

@corda-jenkins-ci02
Copy link
Contributor

Jenkins build for PR 3702 build 4

Build Successful:
Jar artifact version produced by this PR: 5.0.0.0-alpha-1682497987467
Helm chart version produced by this PR: 0.1.0-alpha.1682497987467

@driessamyn driessamyn marked this pull request as ready for review April 26, 2023 09:17
@driessamyn driessamyn requested review from a team as code owners April 26, 2023 09:17
Copy link

@mnesbit mnesbit left a comment

Choose a reason for hiding this comment

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

OK

@vkolomeyko vkolomeyko changed the title CORE-12539 - Update to lates version of jackson and mockito CORE-12539 - Update to latest version of jackson and mockito Apr 26, 2023
@@ -56,7 +56,7 @@ felixSecurityVersion=2.8.3
guavaVersion=30.1.1-jre
hibernateVersion=5.6.15.Final
hikariCpVersion=5.0.1
jacksonVersion=2.14.2
jacksonVersion=2.15.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably as a separate PR, but it would be worth upgrading SnakeYaml version to eliminate reported C1 vulnerability.

@vkolomeyko vkolomeyko self-requested a review April 26, 2023 10:32
Copy link
Contributor

@ronanbrowne ronanbrowne left a comment

Choose a reason for hiding this comment

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

lgtm

@driessamyn driessamyn merged commit 038a05e into release/os/5.0 Apr 26, 2023
@driessamyn driessamyn deleted the driessamyn/CORE-12539/5.0GA-dependency-updates-jackson branch April 26, 2023 10:52
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.

4 participants