You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by GitBox <gi...@apache.org> on 2021/12/21 13:44:47 UTC

[GitHub] [wicket] martin-g opened a new pull request #486: WICKET-6915 Upgrade to commons-fileupload2

martin-g opened a new pull request #486:
URL: https://github.com/apache/wicket/pull/486


   commons-fileupload2 supports Jakarta APIs


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [wicket] martin-g merged pull request #486: WICKET-6915 Upgrade to commons-fileupload2

Posted by GitBox <gi...@apache.org>.
martin-g merged pull request #486:
URL: https://github.com/apache/wicket/pull/486


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [wicket] martin-g commented on a change in pull request #486: WICKET-6915 Upgrade to commons-fileupload2

Posted by GitBox <gi...@apache.org>.
martin-g commented on a change in pull request #486:
URL: https://github.com/apache/wicket/pull/486#discussion_r773148777



##########
File path: pom.xml
##########
@@ -141,7 +141,7 @@
 		<cdi-unit.version>4.1.0</cdi-unit.version>
 		<commons-collections.version>3.2.2</commons-collections.version>
 		<commons-collections4.version>4.4</commons-collections4.version>
-		<commons-fileupload.version>1.4</commons-fileupload.version>
+		<commons-fileupload.version>2.0-SNAPSHOT</commons-fileupload.version>

Review comment:
       We will use 2.0-SNAPSHOT until it is released.
   Daily snapshots are available at https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-fileupload2/2.0-SNAPSHOT/




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org