File tree Expand file tree Collapse file tree 3 files changed +13
-32
lines changed Expand file tree Collapse file tree 3 files changed +13
-32
lines changed Original file line number Diff line number Diff line change 68
68
<version .powermock>2.0.9</version .powermock>
69
69
70
70
<!-- 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>
72
72
</properties >
73
73
74
74
<dependencies >
146
146
147
147
<build >
148
148
<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 >
174
149
<plugin >
175
150
<groupId >org.jacoco</groupId >
176
151
<artifactId >jacoco-maven-plugin</artifactId >
177
152
<executions >
178
153
<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 >
185
160
<id >report</id >
186
161
<phase >test</phase >
187
162
<goals >
Original file line number Diff line number Diff line change @@ -1528,3 +1528,7 @@ Moritz Halbritter (mhalbritter@github)
1528
1528
* Reported #3665: `ObjectMapper` default heap consumption increased significantly
1529
1529
from 2.13.x to 2.14.0
1530
1530
(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)
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Project: jackson-databind
8
8
9
9
#3676 : Allow use of `@JsonCreator(mode = Mode.PROPERTIES)` creator for POJOs
10
10
with" empty String" coercion
11
+ #3680 : Timestamp in classes inside jar showing 02 /01 /1980
12
+ (fix contributed by Hervé B)
11
13
#3682 : Transient `Field`s are not ignored as Mutators if there is visible Getter
12
14
13
15
2.14.2 (not yet released)
You can’t perform that action at this time.
0 commit comments