Commit Graph

14 Commits

Author SHA1 Message Date
sampadawagde f3e71d70ad JAVA-5223: Fix formatting of POMs (Part 3) 2021-05-06 19:53:35 +05:30
Krzysztof Woyke df68287728 JAVA-3595: Use jmh version defined in the parent pom.xml 2021-03-21 23:06:03 +01:00
kwoyke 639ac629cd BAEL-4835: Initialize test data (#10548) 2021-03-12 16:34:29 +01:00
johnA1331 9b55b49677 Update README.md 2020-08-20 18:17:51 +08:00
Daniel Strmecki ded13f14b2 Feature/bael 4280 diff between lists (#9600)
* BAEL-4280: Initial commit for finding diff between lists

* BAEL-4280: Format

* BAEL-4280: Refactor

* BAEL-4280: Refactor not to use private methods

* BAEL-4280: Refactor based on editor comments

* BAEL-4280: Review round 2

* BAEL-4280: Use assertj

* BAEL-4280: Use assertj

* BAEL-4280: Shorter names for tests

* BAEL-4280: Remove HashSet as its not used anymore

* BAEL-4280: Use containsExactlyInAnyOrder for Set example

* BAEL-4280: Remove distinct method call

* BAEL-4280: Move impl to test

* BAEL-4280: Use containsExactlyInAnyOrder

* BAEL-4280: Rename test methods
2020-08-11 18:29:46 +01:00
François Dupire 2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
amit.pandey 1f4a4e24ec pom formatting 2020-03-15 18:22:24 +05:30
kwoyke c4497b7d3b BAEL-3608: Add Map.merge() usage example (#8455) 2020-01-03 08:51:16 +02:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
johnA1331 388bc432d9 Update README.md 2019-11-21 23:59:35 +08:00
Josh Cummings 486f924c73 Merge pull request #8155 from alessiostalla/BAEL-18411
#BAEL-18411 change code sample to use equals instead of equalsIgnoreC…
2019-11-10 00:23:58 -07:00
Kai Yuan 4fb0164b50 [BAEL-3402]move to an individual package (#8161) 2019-11-09 09:25:41 -08:00
Alessio Stalla 1c04441b03 #BAEL-18411 change code sample to use equals instead of equalsIgnoreCase and add commented out break statement mentioned in the article. 2019-11-08 10:04:51 +01:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00