Skip to content

Commit dc5c82e

Browse files
committed
remove jdk7 build from travis
1 parent e9d0978 commit dc5c82e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: java
2-
# core streaming still builds on jdk6 and above:
3-
# 05-Jan-2018, tatu: Not sure why, but travis build fails on jdk6 so leave it out
4-
jdk:
5-
- openjdk7
2+
# 08-Dec-2018, tatu: While it should be possible to run core streaming on Java 6,
3+
# build won't work with anything below Java 8 now
64
- openjdk8
75

86
# Below this line is configuration for deploying to the Sonatype OSS repo

release-notes/VERSION-2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ JSON library.
1616

1717
2.10.0 (not yet released)
1818

19+
#433: Add Builder pattern for creating configured Stream factories
1920
#467: Create `JsonReadFeature` to move JSON-specific `JsonParser.Feature`s to
2021
#480: `SerializableString` value can not directly render to Writer
2122
(requested by Philippe M)

0 commit comments

Comments
 (0)