We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d0978 commit dc5c82eCopy full SHA for dc5c82e
.travis.yml
@@ -1,8 +1,6 @@
1
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
+# 08-Dec-2018, tatu: While it should be possible to run core streaming on Java 6,
+# build won't work with anything below Java 8 now
6
- openjdk8
7
8
# Below this line is configuration for deploying to the Sonatype OSS repo
release-notes/VERSION-2.x
@@ -16,6 +16,7 @@ JSON library.
16
17
2.10.0 (not yet released)
18
19
+#433: Add Builder pattern for creating configured Stream factories
20
#467: Create `JsonReadFeature` to move JSON-specific `JsonParser.Feature`s to
21
#480: `SerializableString` value can not directly render to Writer
22
(requested by Philippe M)
0 commit comments