Commit Graph

10 Commits

Author SHA1 Message Date
Bipin kumar 68de2833f3 Java 18150 (#13818)
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Handle MutabilityAnalysisException by adding @Test(expected = Exception.class) while upgrading the module to java-11

* JAVA-18150: Changes made for commenting whenModifying_shouldCreateNewInstance test case as assertImmutable is not work

* JAVA-18150: Changes made for moving libraries-3 to default-jdk9-and-above and integration-jdk9-and-above

* JAVA-18150: Changes made for moving ignoring whenModifying_shouldCreateNewInstance test case

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-04-15 09:43:07 +05:30
sampadawagde 35fd43e577 JAVA-10625: Remove module immutables 2022-04-12 20:43:57 +05:30
chaos2418 58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
Graham Cox 4131d1ebbd Moved the Moshi examples to json-2 (#8898) 2020-03-17 07:30:46 -07:00
Anshul Bansal a6c090f66b BAEL_3760-Introduction-to-Takes (#8767)
* Initial commit

* Intro to Takes

* Takes - code

* Code changes

* Takes - unit and integration test

* Takes - hit-refresh feature

* Takes - renamed hit-refresh to reload

* Takes - review changes
2020-03-01 13:07:50 +00:00
Graham Cox b609d50214 Examples for Moshi Json (#8753)
* Examples for Moshi Json

* Renamed Moshi tests to BDD style

* Updated some indents

* Minor code tweak to prefer ternary over if/else
2020-02-21 12:07:58 -08:00
Kamlesh Kumar a73581fbaf BAEL-3459 updated cache2k example and test cases (#8732) 2020-02-20 21:46:22 -06:00
Kamlesh Kumar a51dd49517 BAEL-3459: Introduction to cache2k (#8651) 2020-02-05 21:07:19 -06:00
Paturi Radhe Sravan 7a23abe4ff BAEL-3597 Cactoos (#8512)
* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos

* BAEL-3597 Cactoos
2020-01-14 09:04:07 -08:00
Priyank Srivastava e16bd73565 BAEL 3320 JCommander (#7971)
* init jcommander

* add model layer jcommander app

* service scaffolding

* init jcommander cli layer

* wire up services and commands

* splitter impl; validator impl; tests and cleanup

* cleanup pom

* integration tests

* fix uuid validator example

* optimise uuid regex; if-else to switch

* review comments

* fix builder formatting

* change list assertion in fetch charges tests

* missing minor edit

* move to new module libraries-3

* rm unwanted files
2019-11-05 21:52:34 +00:00