| 
							
							
								 Krzysiek | 5f4543c31d | JAVA-9486: Use guava.version defined in the parent pom | 2022-01-17 20:18:43 +01:00 |  | 
			
				
					| 
							
							
								 sampadawagde | 65f643262d | JAVA-9022: Fix formatting of POMs | 2022-01-10 22:05:47 +05:30 |  | 
			
				
					| 
							
							
								 chaos2418 | fe00d52ad5 | JAVA-8736: update JDK version for the jdk9-and-above Jenkins jobs | 2021-12-03 17:20:12 +05:30 |  | 
			
				
					| 
							
							
								 Krzysiek | 32c8413f82 | JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 | 2021-11-18 14:03:13 +01:00 |  | 
			
				
					| 
							
							
								 sampadawagde | b984a4b618 | JAVA-8204: Fix formatting of POMs | 2021-11-09 16:27:03 +05:30 |  | 
			
				
					| 
							
							
								 kwoyke | 978bf7f543 | JAVA-6348: Properly ignore a unit test (#11031) Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com> | 2021-07-15 22:39:30 +05:30 |  | 
			
				
					| 
							
							
								 sampadawagde | 612752f52e | JAVA-5223: Fix formatting of POMs (Part 2) | 2021-05-06 18:01:55 +05:30 |  | 
			
				
					| 
							
							
								 Krzysztof Woyke | df68287728 | JAVA-3595: Use jmh version defined in the parent pom.xml | 2021-03-21 23:06:03 +01:00 |  | 
			
				
					| 
							
							
								 mikr | 4cac5aa1d8 | JAVA-2824 Fix tests in Java 9 and above modules (Update after PR review) | 2020-10-29 22:01:15 +01:00 |  | 
			
				
					| 
							
							
								 mikr | 0e54f859cc | JAVA-2824 Fix tests in Java 9 and above modules | 2020-10-22 22:04:22 +02:00 |  | 
			
				
					| 
							
							
								 kwoyke | 99381e0b15 | BAEL-4588: Update Guide To Java 8 Optional (#9995) * BAEL-4588: Fix maven-shade-plugin version
* BAEL-4588: Add empty core-java-11-2 module structure
* BAEL-4588: Move Guide To Java 8 Optional to core-java-11-2
* BAEL-4588: Add Java 10 orElseThrow() example | 2020-09-09 18:35:31 +02:00 |  | 
			
				
					| 
							
							
								 johnA1331 | aecf8d4a4b | Update README.md | 2020-07-21 19:43:56 +08:00 |  | 
			
				
					| 
							
							
								 amit.pandey | 1f4a4e24ec | pom formatting | 2020-03-15 18:22:24 +05:30 |  | 
			
				
					| 
							
							
								 johnA1331 | df0ae7e241 | Update README.md | 2020-02-05 16:43:47 +08:00 |  | 
			
				
					| 
							
							
								 amit.pandey | f3740fc344 | extract pom version into properties | 2020-01-30 02:16:26 +05:30 |  | 
			
				
					| 
							
							
								 amit.pandey | b2b41f2f12 | move versions in properties | 2020-01-16 01:53:26 +05:30 |  | 
			
				
					| 
							
							
								 Loredana Crusoveanu | 17cfb8bce5 | Merge pull request #8425 from silvafabio/master Loredana Crusoveanu suggestions: shorten the names of the test method… | 2019-12-23 21:53:43 +02:00 |  | 
			
				
					| 
							
							
								 Fabio Silva | 8a5941ceb0 | Loredana Crusoveanu suggestions: shorten the names of the test methods, as they're causing a horizontal scroll bar to appear. | 2019-12-23 09:15:37 -03:00 |  | 
			
				
					| 
							
							
								 Loredana Crusoveanu | 8914469671 | Merge pull request #8403 from johnA1331/master BAEL-19551 | 2019-12-20 23:05:44 +02:00 |  | 
			
				
					| 
							
							
								 rpvilao | 02f52d9b98 | Merge pull request #8321 from silvafabio/master Pre-compile the regex pattern into a Pattern object and reuse | 2019-12-20 15:28:11 +01:00 |  | 
			
				
					| 
							
							
								 johnA1331 | 21d8e18ce9 | Update README.md | 2019-12-19 18:21:25 +08:00 |  | 
			
				
					| 
							
							
								 johnA1331 | d820c79b50 | Update README.md | 2019-12-19 18:20:46 +08:00 |  | 
			
				
					| 
							
							
								 Fabio Silva | 2d6be72eab | Josh Cummings suggestions: Package renamed and Benchmark using JMH | 2019-12-12 09:52:43 -03:00 |  | 
			
				
					| 
							
							
								 Fabio Silva | 9f78f62732 | Ruy Vilão suggestions: no point in declaring the variables for the match result, let's put them directly in the assert (to be fixed in both tutorial and code). | 2019-12-08 15:57:34 -03:00 |  | 
			
				
					| 
							
							
								 Fabio Silva | 61ef5289a5 | Pre-compile the regex pattern into a Pattern object and reuse | 2019-12-06 10:02:29 -03:00 |  | 
			
				
					| 
							
							
								 catalin-burcea | 153a3923f0 | [BAEL-18783] - Fix formatting of POMs | 2019-12-06 11:40:56 +02:00 |  | 
			
				
					| 
							
							
								 catalin-burcea | 166723cf62 | [BAEL-16531] - Move all the existing articles on "optional" under java-optional | 2019-11-26 12:01:07 +02:00 |  | 
			
				
					| 
							
							
								 Rodrigo Graciano | b68aca1d9d | BAEL-3414 (#8177) * BAEL-3414
* BAEL-3414 -> Add unit tests
* BAEL-3414 -> Clean up pom.xml | 2019-11-12 12:25:27 -08: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 |  |