Commit Graph

883 Commits

Author SHA1 Message Date
Josh Cummings 3ad567773d Merge pull request #8337 from catalin-burcea/BAEL-16670
[BAEL-16670] - Re-organize spring-cloud-kubernetes Project
2019-12-13 15:17:49 -07:00
Jonathan Cook b2d539220a BAEL-3224 - Checking if 2 Java Dates are in the same day
- update pom.xml to remove tabs.
2019-12-13 20:57:15 +00:00
Jonathan Cook a0738d9d4b BAEL-3224 - Checking if 2 Java Dates are in the same day 2019-12-13 20:38:44 +00:00
Josh Cummings 0084b8afec Merge pull request #8345 from catalin-burcea/BAEL-19882
[BAEL-19882] - Move articles out of core-kotlin part1
2019-12-13 13:33:17 -07:00
Jonathan Cook c8996a936e Merge branch 'master' of https://github.com/eugenp/tutorials 2019-12-13 19:19:35 +00:00
Krzysztof Woyke 572477ff03 BAEL-3442: Move java files from java-dates to core-java-datetime-java8 2019-12-13 14:38:57 +01:00
catalin-burcea cf6fab0d76 [BAEL-19882] - Move articles out of core-kotlin part1 2019-12-13 14:48:14 +02:00
catalin-burcea d90a0a4fbb [BAEL-9552] - Create spring-security-modules folder 2019-12-13 13:04:59 +02:00
kwoyke f9f1534394 BAEL-3253: Use a random port number for Tomcat (#8351)
* BAEL-3253: Use a random port number for Tomcat

* BAEL-3253: Validate a port availability
2019-12-13 11:38:28 +01:00
sampada 32bae4023b BAEL-3589 : Java random strings 2019-12-13 15:44:59 +05:30
kwoyke 1f0ab8ba5b BAEL-3271: Use random port in spring-session-redis IntegrationTest (#8359) 2019-12-13 09:58:42 +01:00
kwoyke 0201d9f0e7 BAEL-3440: Remove unnecessary sorting (#8336) 2019-12-13 09:57:24 +01:00
Priyesh Mashelkar 339913ef05 BAEL-3387 Hibernate - Different Levels Of Logging (#8326)
* Added module for article

* Update pom.xml

* Delete pom.xml

* Update and rename ForecastProcessorTest.java to ForecastProcessorUnitTest.java

* Updated code as per review comments

* Delete .gitignore

* Update pom.xml

* BAEL-2904 Moved files

* BAEL-2904 Deleted files from previous project

* BAEL-2904 Moved classes for method reference article

* Update pom.xml

* BAEL-2904 Updated README.md

* First draft

* BAEL-3300 Added more tests

* BAEL-3300 Removed unused imports

* BAEL-3300 Run dos2unix on README.md

* BAEL-3387 Added entity and test classes

* BAEL-3387 Added logging configuration

* BAEL-3387 Corrected log4j and log4j2 config
2019-12-13 09:41:16 +01:00
johnA1331 f408f1710d Create README.md 2019-12-13 14:55:24 +08:00
johnA1331 073f0bdc12 Create README.md 2019-12-13 14:52:25 +08:00
johnA1331 622bcc2e51 Create README.md 2019-12-13 14:51:02 +08:00
johnA1331 c2cd34345b Create README.md 2019-12-13 14:49:29 +08:00
johnA1331 eb1f2726bd Create README.md 2019-12-13 14:48:03 +08:00
johnA1331 f95021b401 Create README.md 2019-12-13 14:46:34 +08:00
johnA1331 e929163abe Create README.md 2019-12-13 14:45:16 +08:00
johnA1331 aad7874110 Create README.md 2019-12-13 14:41:43 +08:00
johnA1331 9764a88e3f Create README.md 2019-12-13 14:40:54 +08:00
johnA1331 d16105608c Create README.md 2019-12-13 14:39:40 +08:00
johnA1331 235ae93f1e Create README.md 2019-12-13 14:35:56 +08:00
johnA1331 45825ea705 Create README.md 2019-12-13 14:33:15 +08:00
johnA1331 0d35a744ec Create README.md 2019-12-13 14:30:30 +08:00
johnA1331 6d647f57af Update README.md 2019-12-13 14:26:09 +08:00
johnA1331 7ca702dd45 Create README.md 2019-12-13 14:20:05 +08:00
johnA1331 4fd69b1265 Update README.md 2019-12-13 14:18:05 +08:00
johnA1331 61cc279dd1 Create README.md 2019-12-13 14:17:49 +08:00
johnA1331 d73c540277 Create README.md 2019-12-13 14:15:40 +08:00
johnA1331 b9aad6e87b Update README.md 2019-12-13 14:05:10 +08:00
johnA1331 a7f5be175c Create README.md 2019-12-13 14:03:51 +08:00
johnA1331 1457d86c0f Update README.md 2019-12-13 14:02:21 +08:00
johnA1331 a9c7b7cb8e Create README.md 2019-12-13 13:59:38 +08:00
johnA1331 41f775048d Create README.md 2019-12-13 13:53:42 +08:00
Loredana Crusoveanu 20bd58397d Merge pull request #8333 from kwoyke/BAEL-19868
BAEL-19868: Use random port in spring-session-mongodb IntegrationTest
2019-12-12 23:27:44 +02:00
Gerardo Roza a3bb1a439c rearranged packages to include service and secondservice into gateway customfilters package, as they belong to that article 2019-12-12 18:21:09 -03:00
Loredana Crusoveanu 5feb614709 Merge pull request #8342 from kwoyke/BAEL-19878
BAEL-19878: Upgrade spring-cloud-zuul to Spring Boot 2.2.2 and Spring…
2019-12-12 23:07:47 +02:00
sampada 6cf81c0e0a BAEL-3589 : Improvement: Java Generate Random String 2019-12-12 19:49:29 +05:30
Josh Cummings bf49d2c5f9 Merge pull request #8268 from lukaszrys/feature/BAEL-2275_ddd_layers
Feature/bael 2275 ddd layers
2019-12-12 07:14:46 -07:00
Fabio Silva 2d6be72eab Josh Cummings suggestions: Package renamed and Benchmark using JMH 2019-12-12 09:52:43 -03:00
Eric Martin 8d1acf29d5 Merge pull request #8315 from albanoj2/BAEL-3559
BAEL-3559: Added purpose-built endpoint for testing multipart uploads with HttpClient
2019-12-11 20:03:27 -06:00
Eric Martin 92b1b5270c Merge pull request #8346 from albanoj2/BAEL-3290
BAEL-3290: Added source code for Spring DI examples
2019-12-11 19:53:14 -06:00
Vikas Rajput 8f1d5128c7 BAEL-3397: Difference between throw e and throw new Exception(e) (#8339)
* Article: Quick and practical example of hexagonal architecture in java with Spring Project

* Removed server.port property from application.properties

* BAEL-3397: Difference between throw e and throw new Exception(e) in java

* BAEL-3397 : Removed links from readme file

* BAEL-3397: removed hexagonal module from the code

* BAEL-3397: renamed exceptions package name to rethrow
2019-12-11 10:42:31 -08:00
François Dupire c8cafe8cd2 dupirefr/dupire.francois+pro@gmail.com [BAEL-3445] Cucumber Backgrounds (Moved package) (#8350)
* [BAEL-3445] Added Background examples to Cucumber examples

* [BAEL-3445] Copied code to have a package dedicated to the article

* [BAEL-3445] Removed code from other package
2019-12-11 10:25:03 -08:00
Justin Albano 71ba4ca875 BAEL-3290: Corrected formatting 2019-12-11 08:26:29 -05:00
Justin Albano 348d6386b0 Revert "BAEL-3290: Corrected formatting and removed author line in class comment"
This reverts commit d746d0b74a.
2019-12-11 08:01:53 -05:00
Justin Albano d746d0b74a BAEL-3290: Corrected formatting and removed author line in class comment 2019-12-11 07:57:32 -05:00
mikr 746d9c7fff http://team.baeldung.com/browse/BAEL-11412 2019-12-11 11:31:30 +01:00