[jira] [Commented] (STREAMS-603) Upgrade to latest Jackson 2.x

2018-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441511#comment-16441511
 ] 

ASF GitHub Bot commented on STREAMS-603:


steveblackmon closed pull request #450: resolves STREAMS-603
URL: https://github.com/apache/streams/pull/450
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index 3b3cc079d4..7eb511ff4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,9 +357,8 @@
 2.5
 
 
-2.7.9
-0.6.2
-1.0.0
+2.9.5
+1.1.0
 2.9.9
 1.8.1
 0.5.0
@@ -1079,11 +1078,12 @@
 com.fasterxml.jackson.dataformat
 jackson-dataformat-xml
 ${jackson.version}
-
-
-com.fasterxml
-jackson-xml-databind
-${jackson-xml-databind.version}
+
+
+stax2-api
+org.codehaus.woodstox
+
+
 
 
 com.fasterxml.jackson.dataformat
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 0f1909c38c..ddabe697e6 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -85,18 +85,6 @@
 
 
 
-
-com.fasterxml
-jackson-xml-databind
-0.6.2
-
-
-stax2-api
-org.codehaus.woodstox
-
-
-
-
 
 com.fasterxml
 aalto-xml
diff --git a/streams-schemas/streams-schema-activitystreams/pom.xml 
b/streams-schemas/streams-schema-activitystreams/pom.xml
index 4af4574aaa..34ccf2200c 100644
--- a/streams-schemas/streams-schema-activitystreams/pom.xml
+++ b/streams-schemas/streams-schema-activitystreams/pom.xml
@@ -43,6 +43,25 @@
 commons-io
 test
 
+
+com.fasterxml.jackson.core
+jackson-core
+${jackson.version}
+test
+
+
+com.fasterxml.jackson.core
+jackson-databind
+${jackson.version}
+test
+
+
+org.apache.streams
+streams-testing
+${project.version}
+test
+test-jar
+
 
 org.apache.streams
 streams-testing


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Upgrade to latest Jackson 2.x
> -
>
> Key: STREAMS-603
> URL: https://issues.apache.org/jira/browse/STREAMS-603
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> Upgrade to latest Jackson 2.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STREAMS-603) Upgrade to latest Jackson 2.x

2018-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441394#comment-16441394
 ] 

ASF GitHub Bot commented on STREAMS-603:


steveblackmon opened a new pull request #450: resolves STREAMS-603
URL: https://github.com/apache/streams/pull/450
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Upgrade to latest Jackson 2.x
> -
>
> Key: STREAMS-603
> URL: https://issues.apache.org/jira/browse/STREAMS-603
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> Upgrade to latest Jackson 2.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STREAMS-603) Upgrade to latest Jackson 2.x

2018-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16441386#comment-16441386
 ] 

ASF GitHub Bot commented on STREAMS-603:


steveblackmon closed pull request #449: resolves STREAMS-603
URL: https://github.com/apache/streams/pull/449
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index f46a164c2c..6a802a658b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,9 +357,8 @@
 2.5
 
 
-2.7.9
-0.6.2
-1.0.0
+2.9.5
+1.1.0
 2.9.9
 1.8.1
 0.5.0
@@ -1079,11 +1078,12 @@
 com.fasterxml.jackson.dataformat
 jackson-dataformat-xml
 ${jackson.version}
-
-
-com.fasterxml
-jackson-xml-databind
-${jackson-xml-databind.version}
+
+
+stax2-api
+org.codehaus.woodstox
+
+
 
 
 com.fasterxml.jackson.dataformat
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 0f1909c38c..ddabe697e6 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -85,18 +85,6 @@
 
 
 
-
-com.fasterxml
-jackson-xml-databind
-0.6.2
-
-
-stax2-api
-org.codehaus.woodstox
-
-
-
-
 
 com.fasterxml
 aalto-xml


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Upgrade to latest Jackson 2.x
> -
>
> Key: STREAMS-603
> URL: https://issues.apache.org/jira/browse/STREAMS-603
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> Upgrade to latest Jackson 2.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STREAMS-603) Upgrade to latest Jackson 2.x

2018-04-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16440231#comment-16440231
 ] 

ASF GitHub Bot commented on STREAMS-603:


steveblackmon opened a new pull request #449: resolves STREAMS-603
URL: https://github.com/apache/streams/pull/449
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Upgrade to latest Jackson 2.x
> -
>
> Key: STREAMS-603
> URL: https://issues.apache.org/jira/browse/STREAMS-603
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> Upgrade to latest Jackson 2.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)