[Git][java-team/jackson-annotations][upstream] 4 commits: New upstream version 2.9.5

Emmanuel Bourg gitlab at salsa.debian.org
Sat Dec 29 23:36:15 GMT 2018


Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / jackson-annotations


Commits:
b08d8e32 by Emmanuel Bourg at 2018-12-29T23:32:09Z
New upstream version 2.9.5
- - - - -
63d2b1f4 by Emmanuel Bourg at 2018-12-29T23:32:28Z
New upstream version 2.9.6
- - - - -
472f2387 by Emmanuel Bourg at 2018-12-29T23:32:45Z
New upstream version 2.9.7
- - - - -
eef14700 by Emmanuel Bourg at 2018-12-29T23:32:58Z
New upstream version 2.9.8
- - - - -


2 changed files:

- pom.xml
- src/main/java/com/fasterxml/jackson/annotation/JsonCreator.java


Changes:

=====================================
pom.xml
=====================================
@@ -5,13 +5,13 @@
     <groupId>com.fasterxml.jackson</groupId>
     <!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
     <artifactId>jackson-parent</artifactId>
-    <version>2.9.1</version>
+    <version>2.9.1.2</version>
   </parent>
 
   <groupId>com.fasterxml.jackson.core</groupId>
   <artifactId>jackson-annotations</artifactId>
   <name>Jackson-annotations</name>
-  <version>2.9.4</version>
+  <version>2.9.8</version>
   <packaging>bundle</packaging>
   <description>Core annotations used for value types, used by Jackson data binding package.
   </description>
@@ -22,7 +22,7 @@
     <connection>scm:git:git at github.com:FasterXML/jackson-annotations.git</connection>
     <developerConnection>scm:git:git at github.com:FasterXML/jackson-annotations.git</developerConnection>
     <url>http://github.com/FasterXML/jackson-annotations</url>
-    <tag>jackson-annotations-2.9.4</tag>
+    <tag>jackson-annotations-2.9.8</tag>
   </scm>
 
   <properties>
@@ -45,7 +45,6 @@
     </dependency>
   </dependencies>
 
-
   <build>
     <plugins>
       <!-- 06-Sep-2017, tatu: Try to generate "automatic module name" -->


=====================================
src/main/java/com/fasterxml/jackson/annotation/JsonCreator.java
=====================================
@@ -38,7 +38,7 @@ import java.lang.annotation.Target;
  * NOTE: As of Jackson 2.6, use of {@link JsonProperty#required()} is supported
  * for Creator methods (but not necessarily for regular setters or fields!).
  * 
- * @see JsonCreator
+ * @see JsonProperty
  */
 @Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR})
 @Retention(RetentionPolicy.RUNTIME)



View it on GitLab: https://salsa.debian.org/java-team/jackson-annotations/compare/c9c6447cf3db2d6fa45836b9a7a240ac83f4426d...eef14700ef61857ebaa6cb0b2f3f58f6ddcafdd8

-- 
View it on GitLab: https://salsa.debian.org/java-team/jackson-annotations/compare/c9c6447cf3db2d6fa45836b9a7a240ac83f4426d...eef14700ef61857ebaa6cb0b2f3f58f6ddcafdd8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181229/7b5ef899/attachment.html>


More information about the pkg-java-commits mailing list