Commit Graph

30 Commits

Author SHA1 Message Date
johnA1331 5d2087c711 Update README.md 2021-02-10 02:04:28 +08:00
Loredana Crusoveanu bd22cd94f2 Merge pull request #10194 from Maiklins/Java-2824-Fix-Tests-in-Java-9-and-above-modules
Java-2824 fix tests in java 9 and above modules
2020-12-30 12:13:19 +02:00
johnA1331 d1bb00ed39 Update README.md 2020-12-23 22:34:11 +08:00
Sampada 17d2870daa 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 c6f8c56572 IsLetter / isAlphabetic method unit tests (#10097) 2020-11-16 18:03:49 +00:00
mikr 96c386649d JAVA-2824 Fix tests in Java 9 and above modules 2020-10-22 10:42:10 +02:00
mikr ae5ee571b9 Java-2394 Create default and integration profile for JDK-9 and above modules 2020-09-10 01:08:03 +02:00
johnA1331 5ba1cd0b0f Merge branch 'master' into master 2020-06-14 10:42:24 +08:00
johnA1331 9a9c492353 Update README.md 2020-06-09 18:31:13 +08:00
Loredana Crusoveanu 10c4ebad08 Merge pull request #9282 from albanoj2/BAEL-3951
BAEL 3951: Corrected a misspelling in the static variable name
2020-06-08 20:06:00 +03:00
Justin Albano 542852f569 Merge branch 'master' into BAEL-3951 2020-05-14 09:05:51 -04:00
Justin Albano 48d1c94dc0 BAEL-3951: Corrected misspelling. 2020-05-13 06:06:58 -04:00
johnA1331 3a1fa055d2 Update README.md 2020-05-12 17:10:13 +08:00
Justin Albano 9d2e94f529 BAEL-3951: Added JDK 14 record example and associated tests. (#9270) 2020-05-11 08:47:04 -07:00
Somnath Musib 5c90dbc963 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 69c50660de BAEL-3951: Added JDK 14 record example and associated tests. 2020-05-10 09:47:28 -04:00
Greg Martin 71fb667478 Moved the HelpfulNullPointerException code to the npe package.
Merge remote-tracking branch 'upstream/master'
2020-04-27 18:47:18 -04:00
johnA1331 a70207b993 Update README.md 2020-04-10 16:42:37 +08:00
Eduard Ardeleanu d3b35f9f0c BAEL-3853: Helpful NPE in Java 14 2020-03-20 17:28:47 +02:00
johnA1331 7494225aa8 Update README.md 2020-03-18 14:23:00 +08:00
johnA1331 b46622d258 Update README.md 2020-03-18 13:23:13 +08:00
amit.pandey 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
Jonathan Cook 84a0cb5498 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 b0ba3cec5f [BAEL-2397] Text Blocks
Replaced by `p` by `span`
2020-02-07 14:06:26 +01:00
Martin van Wingerden 1e2c72c2a5 [BAEL-2397] Text Blocks
Move the + signs to the beginning of the lines
2020-02-05 22:01:08 +01:00
Martin van Wingerden 4c1b542fd9 [BAEL-2397] Corrected formatting 2020-01-29 21:40:28 +01:00
Martin van Wingerden 7d0a14d3d3 Add missing README.md
Added code/configuration for the article about Text Blocks
2020-01-27 09:28:27 +01:00
Martin van Wingerden d59bd5f066 [BAEL-2397] Text Blocks
Added code/configuration for the article about Text Blocks
2020-01-27 09:25:42 +01:00
amit.pandey b2b41f2f12 move versions in properties 2020-01-16 01:53:26 +05:30
Donato Rimenti 746a609d3f [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