Commit Graph

3952 Commits

Author SHA1 Message Date
Loredana 2dbb667128 article was moved to mockito-2; remove duplicate methods from mockito module 2020-07-27 12:01:55 +03:00
Loredana 7c04995f67 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-07-27 11:58:03 +03:00
TJ 94555a4510 BAEL-4403 (#9740)
* Hexagonal architecture in Java

* BAEL-4403

* Revert "Hexagonal architecture in Java"

This reverts commit 7ba4c9dcbd99ca418c070a73bd9ab9f6c956d185.

* Updated code to use only Console

* Added System.out

* Created seaprate method for each functionality

* Added Unit Test Case for ConsoleAndOut class

Co-authored-by: Tarun Jain <tarunalways@gmail.com>
2020-07-25 20:59:54 -07:00
Loredana Crusoveanu cd4f74779a Update pom.xml (#9767) 2020-07-25 22:43:57 -05:00
Loredana Crusoveanu 6db8bd17a0 Merge pull request #9719 from eugenp/JAVA-2096-v2
Java 2096 v2
2020-07-25 20:29:54 +03:00
Roger 4128525f00 BAEL-1258 Added example code for Jess and JSR94 (#9693)
* BAEL-1258 Added example code for Jess and JSR94

* BAEL-1258 Relocate to rule-modules

* BAEL-1258 Remove README as per PR review

* šBAEL-1258 Declared exceptions and replace System.out.println with log statements

* BAEL-1258 Removed Lombok

* BAEL-1258 Removed Lombok

* BAEL-1258 Rename artifactId to match directory name
2020-07-25 08:45:41 -05:00
Jonathan Cook 9f5396e448 Merge pull request #9723 from adrian-maghear/BAEL-4288#flyway-repair
[BAEL-4288] flyway repair
2020-07-25 14:56:26 +02:00
rdevarakonda 41c8fa83ef BAEL-4006 | Liskov Substitution Principle in Java (#9431)
* BAEL-4006 | Liskov Substitution Principle in Java

* BAEL-4006 | UNDO unintentional commit to pom.xml

* BAEL-4006 | Code review feedback implementation

* BAEL-4006 | Changes made to support the article review feedback implementation

* BAEL-4006 | Minor change to a comment
2020-07-25 10:43:52 +01:00
Eric Martin 1398093dcc Merge pull request #9686 from michael-pratt/BAEL-4148
BAEL-4148: Demo app for spring boot and Docker
2020-07-24 09:31:49 -05:00
rpvilao 5d81914303 Merge pull request #9519 from LeasyZhang/convert-list-to-map
Leasy Zhang/shiwangzhihe@gmail.com
2020-07-24 15:17:40 +01:00
Loredana Crusoveanu 343442227c Merge pull request #9759 from johnA1331/master
BAEL-25823 add links to github-baeldung articles
2020-07-24 14:35:32 +03:00
johnA1331 b1a9ee6282 Update README.md 2020-07-24 13:26:05 +08:00
johnA1331 9057d216f2 Update README.md 2020-07-24 13:24:43 +08:00
davidmartinezbarua 53a7dae4b8 Merge pull request #9724 from nguyennamthai/BAEL-4113
BAEL-4113 Measure exception performance
2020-07-24 00:11:23 -03:00
johnA1331 04d72f9b0b Update README.md 2020-07-23 22:42:52 +08:00
johnA1331 9af44b3283 Update README.md 2020-07-23 22:41:33 +08:00
johnA1331 43d6584d8b Update README.md 2020-07-23 22:19:29 +08:00
johnA1331 77f89e8b5b Update README.md 2020-07-23 22:17:28 +08:00
johnA1331 cb9e7920a0 Update README.md 2020-07-23 22:11:49 +08:00
johnA1331 6427ac176e Update README.md 2020-07-23 22:10:10 +08:00
johnA1331 daae6b63ee Update README.md 2020-07-23 22:06:39 +08:00
johnA1331 66ac0239bd Update README.md 2020-07-23 22:04:14 +08:00
johnA1331 af79698c0b Update README.md 2020-07-23 22:02:12 +08:00
johnA1331 95c6b90621 Update README.md 2020-07-23 21:57:49 +08:00
johnA1331 19a50da589 Update README.md 2020-07-23 21:48:24 +08:00
johnA1331 bf922cb955 Update README.md 2020-07-23 21:39:16 +08:00
johnA1331 09441449d7 Update README.md 2020-07-23 21:36:52 +08:00
johnA1331 88b1d2661a Update README.md 2020-07-23 21:33:56 +08:00
johnA1331 60ca1bc31b Update README.md 2020-07-23 21:31:26 +08:00
johnA1331 5b35492474 Update README.md 2020-07-23 21:28:59 +08:00
johnA1331 0423acd0d2 Update README.md 2020-07-23 21:24:48 +08:00
johnA1331 38af7ca655 Update README.md 2020-07-23 21:21:28 +08:00
johnA1331 8d04aa3205 Create README.md 2020-07-23 21:18:07 +08:00
johnA1331 5be7937077 Update README.md 2020-07-23 21:12:46 +08:00
johnA1331 9bee8e34ec Update README.md 2020-07-23 21:09:08 +08:00
johnA1331 2bc4c93e7b Update README.md 2020-07-23 21:06:51 +08:00
johnA1331 0df52dda7c Update README.md 2020-07-23 21:03:11 +08:00
Loredana Crusoveanu 7a75ba5c17 Merge pull request #9746 from johnA1331/master
BAEL-26336 github-related test fix (results: 18.07.2020)
2020-07-23 11:43:39 +03:00
Mona Mohamadinia 11501b461c Moving to a new module (#9681) 2020-07-22 15:41:08 +01:00
Mona Mohamadinia 3af64ac7d4 KTLN-162: Create anonymous inner class in Kotlin (#9718)
* Create anonymous inner class in Kotlin

* Moved to the New Module
2020-07-22 15:37:29 +01:00
Loredana Crusoveanu dfe78e28cd Merge pull request #9750 from sampada07/JAVA-2155
JAVA-2155: Upgrade A Quick Guide to Using Keycloak with Spring Boot
2020-07-22 16:49:28 +03:00
Greg f28757b256 Merge pull request #9628 from aurasphere/master
[BAEL-4074] Accessing Maven properties in Java
2020-07-22 08:56:50 -04:00
sampadawagde debf5ce3e8 JAVA-2155: changed package from org.baledung to com.baeldung 2020-07-22 15:23:01 +05:30
sampadawagde 6689cbd783 JAVA-2155: added properties alternative to spring security 2020-07-22 15:22:26 +05:30
sampadawagde feb45774c3 JAVA-2155: Updated keycloak version to 10.0.2, and changed parent to
parent-boot-2
2020-07-22 15:21:43 +05:30
Loredana Crusoveanu 4e3708f1f8 Merge pull request #9742 from maciejglowka/BAEL-3347_fix
BAEL-3347: moved version collision submodule from maven-all to maven-…
2020-07-22 10:29:58 +03:00
johnA1331 a1e32f7488 Update README.md 2020-07-22 14:44:35 +08:00
Dhawal Kapil a71fe082f8 Merge pull request #9737 from Maiklins/Java-93-comment-on-spring-thymeleaf
Java-93 comment on spring-thymeleaf
2020-07-22 06:38:55 +05:30
Maciej Glowka 38ccd9faaf BAEL-3347: moved version collision submodule from maven-all to maven-modules 2020-07-21 20:53:03 +02:00
Adrian Maghear f673723619 [BAEL-4288] address comments after review 2020-07-21 17:08:30 +02:00