Commit Graph

6 Commits

Author SHA1 Message Date
mdhtr
91fff1c069 BAEL-3938: Add new section on Java 10 Collectors.toUnmodifiableList() (#10488)
* Add java10 examples in the style of the existing examples

The existing examples in core-java-streams-2 module still had system out in them instead of assertions, so I kept that style to keep the article consistent.

* Remove code example that is not in the article
2021-03-07 22:51:30 +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
kwoyke
132acd0f70 BAEL-4578: Fix failing unit test (#9929) 2020-08-27 14:12:53 +02:00
kwoyke
cdb3b1f951 BAEL-4572: Add List#copyOf and Set#copyOf (#9903)
* BAEL-4572: Move Converting Between a List and a Set in Java to core-java-10

* BAEL-4572: Add Java10 examples
2020-08-21 14:33:39 +02:00
codehunter34
a342b198b3 BAEL-2969: Copying sets in Java 2019-06-10 01:48:47 -04:00
amit2103
3bae5e5334 [BAEL-9555] - Created a core-java-modules folder 2019-05-05 17:22:09 +05:30