Commit Graph

16 Commits

Author SHA1 Message Date
Sampada
b18c8e8003 BAEL-4751: Java 14 New Features (#10319)
* BAEL-4751: Java 14 New Features

* BAEL-4751: Code formatting

* BAEL-4751: Consistent excpetion message

* BAEL-4751: Changed assert
2020-12-20 11:49:26 -08:00
vatsalgosar
c17d8e3cae IsLetter / isAlphabetic method unit tests (#10097) 2020-11-16 18:03:49 +00:00
mikr
ccac9de896 Java-2394 Create default and integration profile for JDK-9 and above modules 2020-09-10 01:08:03 +02:00
Justin Albano
81ba5d3b61 Merge branch 'master' into BAEL-3951 2020-05-14 09:05:51 -04:00
Justin Albano
ec3fd618da BAEL-3951: Corrected misspelling. 2020-05-13 06:06:58 -04:00
Justin Albano
b0fb3f6993 BAEL-3951: Added JDK 14 record example and associated tests. (#9270) 2020-05-11 08:47:04 -07:00
Somnath Musib
e049907062 BAEL-3852 - A Guide to Foreign Memory Access API in Java 14 (#9040)
* Code sample for Java Hexagonal architecture

* BAEL-3838 Capturing a Java Thread Dump

* BAEL-3852 Foreign memory api in Java

* BAEL-3852 - Review changes of A Guide to Foreign Memory Access API in Java 14

* BAEL-3852 - Additional review changes for A Guide to Foreign Memory Access API in Java 14

* Review changes for alignment and class removal

* Removed incorrectly added old files from the PR

* Indentation changes

Co-authored-by: Somnath Musib <somnath.musib@voltbank.com.au>
2020-05-10 15:14:53 +01:00
Justin Albano
90696f400f BAEL-3951: Added JDK 14 record example and associated tests. 2020-05-10 09:47:28 -04:00
Greg Martin
5089ebdbcd Moved the HelpfulNullPointerException code to the npe package.
Merge remote-tracking branch 'upstream/master'
2020-04-27 18:47:18 -04:00
Eduard Ardeleanu
2c16595505 BAEL-3853: Helpful NPE in Java 14 2020-03-20 17:28:47 +02:00
Jonathan Cook
e4408fb1af BAEL-3854 - Pattern Matching for instanceof in Java 14 (#8799)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test
2020-03-02 22:15:28 -08:00
Martin van Wingerden
a835f17474 [BAEL-2397] Text Blocks
Replaced by `p` by `span`
2020-02-07 14:06:26 +01:00
Martin van Wingerden
41866bff19 [BAEL-2397] Text Blocks
Move the + signs to the beginning of the lines
2020-02-05 22:01:08 +01:00
Martin van Wingerden
52c7078b91 [BAEL-2397] Corrected formatting 2020-01-29 21:40:28 +01:00
Martin van Wingerden
3ddc8eaa57 [BAEL-2397] Text Blocks
Added code/configuration for the article about Text Blocks
2020-01-27 09:25:42 +01:00
Donato Rimenti
d9dc2d8159 [BAEL-3524] A Guide to @Serial Annotation in Java 14 (#8433)
* BAEL-1935: Synthetic Class in Java

* Converted tabs to spaces

* [BAEL-3524] Created project core-java-14 with @Serial demo.
2020-01-01 10:38:39 -06:00