Commit Graph

15 Commits

Author SHA1 Message Date
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
thibault.faure 4298849d9e BAEL-5180 improvement on the article about sealed class
move code to java 17 and use getPermittedSubClasses instead of permittedSubClasses
2022-06-30 23:12:51 +02:00
Asjad J 21b2f0127a Update README.md
add link back to article: Hidden Classes in Java 15
2022-01-23 10:08:00 +05:00
Sarath Chandra fa2b75a81c [BAEL-5077] Hidden Classes (#11663) 2022-01-10 20:28:05 +01:00
Krzysiek 32c8413f82 JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
chaos2418 64a134f05e JAVA-1665: updated parent-java's junit and surefire configurations 2021-11-03 09:03:23 +05:30
sampadawagde 612752f52e JAVA-5223: Fix formatting of POMs (Part 2) 2021-05-06 18:01:55 +05:30
Krzysztof Woyke 3cb1b8536f JAVA-3586: Use commons-lang3.version property 2021-01-04 12:50:24 +01:00
Eric Martin 350f093108 Merge pull request #10245 from michael-pratt/BAEL-4663
BAEL-4663: Whats new in Java 15
2020-11-21 09:45:09 -06:00
Michael Pratt 567a63cb7d Update formatting 2020-11-20 07:49:50 -07:00
johnA1331 d0cb67f305 Update README.md 2020-11-18 17:14:44 +08:00
Michael Pratt 4164ff6a03 Updates from PR comments 2020-11-16 21:48:14 -07:00
Michael Pratt b610c4d304 BAEL-4663: Rename packages 2020-11-14 12:03:06 -07:00
Michael Pratt 2715bde82a BAEL-4663: Whats new in Java 15 2020-11-11 14:51:36 -07:00
Daniel Strmecki 5116a45d1e Feature/bael 4662 sealed classes (#10224)
* BAEL-4662: Initial commit of new module

* BAEL-4662: Example with Records

* BAEL-4662: Example with Interface

* BAEL-4662: Add test classes

* BAEL-4662: Update examples and tests

* BAEL-4662: Rename test classes
2020-11-03 11:37:30 -08:00