You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/05/27 12:13:44 UTC

[wicket] branch wicket-9.x updated (bf4a901 -> 35ba51e)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from bf4a901  WICKET-6886 LambdaChoiceRenderer with unit tests
     new 884e5b8  Remove useless @author
     new 35ba51e  Update Jetty to 9.4.41

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                               | 4 ++--
 .../java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

[wicket] 01/02: Remove useless @author

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 884e5b8fabdc4f600632435b7302ac45befc8730
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu May 27 15:07:37 2021 +0300

    Remove useless @author
---
 .../java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
index 79070fa..27cc03d 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
@@ -44,7 +44,6 @@ import org.danekja.java.util.function.serializable.SerializableFunction;
  * </p>
  *
  * @param <T> The model object type
- * @author
  */
 public class LambdaChoiceRenderer<T> implements IChoiceRenderer<T> {
     private static final long serialVersionUID = 1L;

[wicket] 02/02: Update Jetty to 9.4.41

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 35ba51ed61663816846a03158269734239b19cca
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu May 27 15:13:09 2021 +0300

    Update Jetty to 9.4.41
    
    and maven-javadoc-plugin to 3.3.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b650a4..8107090 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
 		<jakarta.websocket-api.version>1.1.2</jakarta.websocket-api.version>
 		<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
-		<jetty.version>9.4.40.v20210413</jetty.version>
+		<jetty.version>9.4.41.v20210516</jetty.version>
 		<junit.version>5.7.2</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>
@@ -183,7 +183,7 @@
 		<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
 		<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
 		<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
-		<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
+		<maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
 		<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
 		<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
 		<maven-remote-resources-plugin.version>1.7.0</maven-remote-resources-plugin.version>