Skip to content

Commit 35fd4ac

Browse files
committed
Update release notes wrt #3680 fix (via #3684 but now via "jackson-base")
1 parent 3ea37e8 commit 35fd4ac

File tree

3 files changed

+13
-32
lines changed

3 files changed

+13
-32
lines changed

pom.xml

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<version.powermock>2.0.9</version.powermock>
6969

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

7474
<dependencies>
@@ -146,42 +146,17 @@
146146

147147
<build>
148148
<plugins>
149-
<!-- 27-Nov-2022, tatu: [databind#3684] Configure Felix plugin to just produce
150-
MANIFEST.MF for maven-jar-plugin to use
151-
-->
152-
<plugin>
153-
<groupId>org.apache.felix</groupId>
154-
<artifactId>maven-bundle-plugin</artifactId>
155-
<executions>
156-
<execution>
157-
<id>bundle-manifest</id>
158-
<phase>process-classes</phase>
159-
<goals>
160-
<goal>manifest</goal>
161-
</goals>
162-
</execution>
163-
</executions>
164-
</plugin>
165-
<plugin>
166-
<groupId>org.apache.maven.plugins</groupId>
167-
<artifactId>maven-jar-plugin</artifactId>
168-
<configuration>
169-
<archive>
170-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
171-
</archive>
172-
</configuration>
173-
</plugin>
174149
<plugin>
175150
<groupId>org.jacoco</groupId>
176151
<artifactId>jacoco-maven-plugin</artifactId>
177152
<executions>
178153
<execution>
179-
<goals>
180-
<goal>prepare-agent</goal>
181-
</goals>
182-
</execution>
183-
<!-- attached to Maven test phase -->
184-
<execution>
154+
<goals>
155+
<goal>prepare-agent</goal>
156+
</goals>
157+
</execution>
158+
<!-- attached to Maven test phase -->
159+
<execution>
185160
<id>report</id>
186161
<phase>test</phase>
187162
<goals>

release-notes/CREDITS-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,3 +1528,7 @@ Moritz Halbritter (mhalbritter@github)
15281528
* Reported #3665: `ObjectMapper` default heap consumption increased significantly
15291529
from 2.13.x to 2.14.0
15301530
(2.14.1)
1531+
1532+
Hervé Boutemy (hboutemy@github)
1533+
* Contributed fix for #3680: Timestamp in classes inside jar showing 02/01/1980
1534+
(2.15.0)

release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Project: jackson-databind
88

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

1315
2.14.2 (not yet released)

0 commit comments

Comments
 (0)