Skip to content

Commit

Permalink
Upgrade to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Dec 12, 2014
1 parent 7a5e2eb commit 4c7094f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: java

jdk:
- oraclejdk7
- oraclejdk8
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.99

- Java 8 is now required

* 0.98

- Expose JettyHttpClient dump methods to JMX
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Airlift 0.99

* Java 8 is now required

Moving forward, Airlift will be written using the new Java 8 syntax and APIs, and
releases will be compiled using Java 8. This means Java 8 is required for
running Airlift-based servers or using using Airlift libraries.

Airlift 0.98

Minor maintenance release. See CHANGES.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>28</version>
<version>30</version>
</parent>

<inceptionYear>2010</inceptionYear>
Expand Down

0 comments on commit 4c7094f

Please sign in to comment.