Skip to content

Commit

Permalink
Update release notes wrt #3680 fix (via #3684 but now via "jackson-ba…
Browse files Browse the repository at this point in the history
…se")
  • Loading branch information
cowtowncoder committed Nov 28, 2022
1 parent 3ea37e8 commit 35fd4ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 32 deletions.
39 changes: 7 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<version.powermock>2.0.9</version.powermock>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-11-05T20:38:47Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-27T00:00:00Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -146,42 +146,17 @@

<build>
<plugins>
<!-- 27-Nov-2022, tatu: [databind#3684] Configure Felix plugin to just produce
MANIFEST.MF for maven-jar-plugin to use
-->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<executions>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<execution>
<id>report</id>
<phase>test</phase>
<goals>
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1528,3 +1528,7 @@ Moritz Halbritter (mhalbritter@github)
* Reported #3665: `ObjectMapper` default heap consumption increased significantly
from 2.13.x to 2.14.0
(2.14.1)
Hervé Boutemy (hboutemy@github)
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
(2.15.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Project: jackson-databind

#3676: Allow use of `@JsonCreator(mode = Mode.PROPERTIES)` creator for POJOs
with"empty String" coercion
#3680: Timestamp in classes inside jar showing 02/01/1980
(fix contributed by Hervé B)
#3682: Transient `Field`s are not ignored as Mutators if there is visible Getter

2.14.2 (not yet released)
Expand Down

0 comments on commit 35fd4ac

Please sign in to comment.