BAEL-4588: Update Guide To Java 8 Optional (#9995)

* BAEL-4588: Fix maven-shade-plugin version

* BAEL-4588: Add empty core-java-11-2 module structure

* BAEL-4588: Move Guide To Java 8 Optional to core-java-11-2

* BAEL-4588: Add Java 10 orElseThrow() example
This commit is contained in:
kwoyke
2020-09-09 18:35:31 +02:00
committed by GitHub
parent 21845f38ee
commit 3a97034b6a
8 changed files with 68 additions and 4 deletions

View File

@@ -107,7 +107,7 @@
<uberjar.name>benchmarks</uberjar.name>
<jmh.version>1.22</jmh.version>
<eclipse.collections.version>10.0.0</eclipse.collections.version>
<shade.plugin.version>10.0.0</shade.plugin.version>
<shade.plugin.version>3.2.4</shade.plugin.version>
</properties>
</project>