You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/17 19:20:48 UTC

[GitHub] [nifi-registry] thenatog opened a new pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

thenatog opened a new pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277
 
 
   …quired to allow this upgrade.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

Posted by GitBox <gi...@apache.org>.
kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#discussion_r410433503
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -94,10 +94,11 @@
         <org.slf4j.version>1.7.12</org.slf4j.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <jersey.version>2.27</jersey.version>
+        <jersey.server.version>2.29.1</jersey.server.version>
+        <jersey.client.version>2.27</jersey.client.version>
         <jackson.version>2.9.9</jackson.version>
         <jackson.databind.version>2.9.10.3</jackson.databind.version>
-        <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
+        <spring.boot.version>2.2.6.RELEASE</spring.boot.version>
         <spring.security.version>5.1.8.RELEASE</spring.security.version>
 
 Review comment:
   seems like spring security can be bumped to along with the new version of spring-framework, right?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi-registry] kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

Posted by GitBox <gi...@apache.org>.
kevdoran commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#discussion_r410436657
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -94,10 +94,11 @@
         <org.slf4j.version>1.7.12</org.slf4j.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <jersey.version>2.27</jersey.version>
+        <jersey.server.version>2.29.1</jersey.server.version>
+        <jersey.client.version>2.27</jersey.client.version>
         <jackson.version>2.9.9</jackson.version>
         <jackson.databind.version>2.9.10.3</jackson.databind.version>
 
 Review comment:
   looks like jackson can go to 2.10.3. also not sure why we are at separate versions for jackson and jackson databank

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi-registry] thenatog commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

Posted by GitBox <gi...@apache.org>.
thenatog commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#discussion_r410499847
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -94,10 +94,11 @@
         <org.slf4j.version>1.7.12</org.slf4j.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <jersey.version>2.27</jersey.version>
+        <jersey.server.version>2.29.1</jersey.server.version>
+        <jersey.client.version>2.27</jersey.client.version>
         <jackson.version>2.9.9</jackson.version>
         <jackson.databind.version>2.9.10.3</jackson.databind.version>
 
 Review comment:
   Updated to 2.10.3 and removed the jackson.databind.version parameter and changed all dependencies to use only jackson.version. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi-registry] thenatog commented on issue #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

Posted by GitBox <gi...@apache.org>.
thenatog commented on issue #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#issuecomment-615492247
 
 
   Update the NOTICE file.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi-registry] thenatog commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…

Posted by GitBox <gi...@apache.org>.
thenatog commented on a change in pull request #277: NIFIREG-387 - Upgraded spring boot and some additional depedencies re…
URL: https://github.com/apache/nifi-registry/pull/277#discussion_r410494852
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -94,10 +94,11 @@
         <org.slf4j.version>1.7.12</org.slf4j.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
         <jax.rs.api.version>2.1</jax.rs.api.version>
-        <jersey.version>2.27</jersey.version>
+        <jersey.server.version>2.29.1</jersey.server.version>
+        <jersey.client.version>2.27</jersey.client.version>
         <jackson.version>2.9.9</jackson.version>
         <jackson.databind.version>2.9.10.3</jackson.databind.version>
-        <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
+        <spring.boot.version>2.2.6.RELEASE</spring.boot.version>
         <spring.security.version>5.1.8.RELEASE</spring.security.version>
 
 Review comment:
   Updated to 5.1.9.RELEASE.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services