[ https://issues.apache.org/jira/browse/GEODE-8447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17257278#comment-17257278 ]
ASF GitHub Bot commented on GEODE-8447: --------------------------------------- onichols-pivotal commented on a change in pull request #5469: URL: https://github.com/apache/geode/pull/5469#discussion_r550831212 ########## File path: geode-core/build.gradle ########## @@ -366,6 +366,7 @@ dependencies { integrationTestRuntimeOnly('org.apache.derby:derby') integrationTestRuntimeOnly('xerces:xercesImpl') + integrationTestRuntimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310') Review comment: this seems like the wrong scope. don't we need jackson-datatype-jdr310 jar to be included in the shipping product, not just available to this one test? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Pulse should localize “java.util.Date” in the displayed query result > -------------------------------------------------------------------- > > Key: GEODE-8447 > URL: https://issues.apache.org/jira/browse/GEODE-8447 > Project: Geode > Issue Type: Bug > Components: management > Affects Versions: 1.12.0 > Reporter: Jinmei Liao > Assignee: Jinmei Liao > Priority: Major > Labels: pull-request-available > Fix For: 1.12.1, 1.14.0, 1.13.1 > > Attachments: CreatedOn-lastUpdated.JPG, Date-GF96.JPG > > > In previous versions of Geode, Pulse used to show Dates in localized string, > now it's not. -- This message was sent by Atlassian Jira (v8.3.4#803005)