jooq/jOOQ-examples
Lukas Eder 918f91b028 [jOOQ/jOOQ#11196] Drop support for Java 6 and 7
Runtime library - language usage

- Removed [java-8] tags
- Removed F functional interfaces
- Removed Meta.Predicate functional interfaces
- Converted anonymous classes to lambdas
- Removed some explicit final keywords where effectively final works
- Removed Java 6 Jenkinsfile
- try-with-resources
- Merged some catch blocks
- Get rid of type witnesses where possible

Runtime library - JDK API usage

- Prefer Collection.sort() over Collections.sort()
- Use Map.computeIfAbsent for Map<K, List<V>> lazy initialisation
- Replace Iterator::remove calls by Collection::removeIf
- Use Map::computeIfAbsent for Map<K, List<V>> lazy initialisation
- Replace Iterator::remove calls by Collection::removeIf
- Use Comparator::comparing and Comparator::thenComparing
- Use Stream API where not performance critical
- Replaced Map::entrySet iterations by Map::forEach
- Use ResultQuery::collect
- Map::putIfAbsent

Code generation

- Generate lambda for LazySchema's LazySupplier

Unrelated

- Applied a few IntelliJ inspections
- Remove unnecessary explicit array creation
2021-01-08 12:35:47 +01:00
..
Benchmarks Added ALTER SYSTEM FLUSH commands to Oracle benchmark scripts 2017-11-22 11:34:58 +01:00
jOOQ-academy Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-checker-framework-example [jOOQ/jOOQ#10972] Downgrade ErrorProne again 2020-11-19 11:09:12 +01:00
jOOQ-flyway-ddl-example Re-generated example code 2020-12-09 15:53:14 +01:00
jOOQ-flyway-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-javaee-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-javafx-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-jpa-example Re-generated example code 2020-12-09 15:53:14 +01:00
jOOQ-jpa-example-entities Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-kotlin-example Re-generated code 2020-12-14 12:45:22 +01:00
jOOQ-oracle-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-spark-chart-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-spark-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-spring-boot-example [jOOQ/jOOQ#11066] Tests failed for jooq-spring-boot-example 2020-12-09 16:51:30 +01:00
jOOQ-spring-example Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00
jOOQ-spring-guice-example [jOOQ/jOOQ#11196] Drop support for Java 6 and 7 2021-01-08 12:35:47 +01:00
Sakila Add empty comment after stmt in trigger. This makes it possible to run script from clp without changing stmt terminator 2020-06-08 09:45:06 +02:00
pom.xml Release 3.15.0-SNAPSHOT 2020-10-20 10:20:20 +02:00