Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advance version, and drop Java 7 support #176

Merged
merged 3 commits into from
Jul 20, 2017
Merged

Conversation

pfifer
Copy link
Contributor

@pfifer pfifer commented Jun 7, 2017

Advanced the version to 1.8.0 as Java 7 support is being removed.

Advanced the version to 1.8.0 as Java 7 support is being removed.
Removed the configuration for Java 7, and switched to trusty for access
to openjdk8.
@pfifer pfifer added this to the v1.8.0 milestone Jun 12, 2017
@pfifer pfifer merged commit 14e2413 into awslabs:master Jul 20, 2017
pfifer added a commit to pfifer/amazon-kinesis-client that referenced this pull request Jul 25, 2017
* Execute graceful shutdown on its own thread
  * PR awslabs#191
  * Issue awslabs#167
* Added support for controlling the size of the lease renewer thread pool
  * PR awslabs#177
  * Issue awslabs#171
* Require Java 8 and later
  Java 8 is now required for versions 1.8.0 of the amazon-kinesis-client and later.
  * PR awslabs#176
@pfifer pfifer mentioned this pull request Jul 25, 2017
pfifer added a commit that referenced this pull request Jul 25, 2017
* Execute graceful shutdown on its own thread
  * PR #191
  * Issue #167
* Added support for controlling the size of the lease renewer thread pool
  * PR #177
  * Issue #171
* Require Java 8 and later
  Java 8 is now required for versions 1.8.0 of the amazon-kinesis-client and later.
  * PR #176
@pfifer pfifer deleted the java8 branch July 25, 2017 20:53
rtyley added a commit to rtyley/amazon-kinesis-client that referenced this pull request Aug 6, 2021
It's possible to remove quite a few lines of code from the
method using Java 8 features (a `groupingBy` Collector, etc).

Java 8 is the minimum supported version of the KCL since
awslabs#176 was
merged in July 2017.

See also:

https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#package.description
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html
joshua-kim pushed a commit that referenced this pull request Oct 4, 2021
It's possible to remove quite a few lines of code from the
method using Java 8 features (a `groupingBy` Collector, etc).

Java 8 is the minimum supported version of the KCL since
#176 was
merged in July 2017.

See also:

https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html#package.description
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-translation.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant