Commit Graph

19705 Commits

Author SHA1 Message Date
amit.pandey
63f1a1497a ingore files generated after build 2020-08-02 00:55:58 +05:30
Josh Cummings
7e0506fe2a Merge pull request #9803 from kwoyke/JAVA-17
JAVA-17: Move Running Setup Data on Startup in Spring into spring-boo…
2020-07-31 23:21:26 -06:00
Krzysiek
aa4f50ca09 JAVA-17: Move Running Setup Data on Startup in Spring into spring-boot-data 2020-07-31 22:02:44 +02:00
davidmartinezbarua
e727b34e20 Merge pull request #9621 from jesperancinha/BAEL-4281
[BAEL-4281] Examples of array comparisons
2020-07-31 11:16:14 -03:00
rpvilao
cc37fee2b2 Merge pull request #9756 from MajewskiKrzysztof/BAEL-4289
BAEL-4289
2020-07-31 10:59:01 +01:00
vatsalgosar
ef9cf2e238 BAEL-3941 (#9499)
* BAEL-3941
- Code snippets for preserving line breaks using Jsoup while parsing HTML strings

* BAEL-3941
- swapped the order of arguments in assertEquals
2020-07-30 20:56:27 +01:00
Josh Cummings
609e59077e Merge pull request #9793 from sampada07/JAVA-1525
JAVA-1525: Split or move spring-5-reactive module
2020-07-30 13:06:33 -06:00
sampadawagde
a9e6eab7da JAVA-1525: README updates 2020-07-30 18:09:51 +05:30
sampadawagde
3bf05cf4f6 JAVA-1525: Moved 1 article to -client module to make space for 1 from
reactive module
2020-07-30 18:09:10 +05:30
sampadawagde
cb41f5dc46 JAVA-1525: Moved 1 article to reactive-2 module 2020-07-30 18:07:49 +05:30
sampadawagde
81adb86738 JAVA-1525: Moved 1 article to security module 2020-07-30 18:06:42 +05:30
Krzysztof Majewski
bacf9aa3c3 rename 2020-07-30 11:26:57 +02:00
kwoyke
8cda5bcaec BAEL-4468: Fix nullSafeSet method (#9791) 2020-07-30 07:57:02 +02:00
kwoyke
c59b4cf94d BAEL-3415: Get rid of the MockitoAnnotations.initMocks (#9787) 2020-07-30 07:50:21 +02:00
davidmartinezbarua
656ca6eae1 Merge pull request #9729 from developerDiv/argumentcaptor
BAEL-4261 - ArgumentMatcher with Stubbing
2020-07-29 23:56:33 -03:00
Sampada
e45965aaa4 JAVA-2154: Added guava dependency to module pom directly (#9789)
instead of inheriting from parent
2020-07-30 08:23:43 +05:30
Josh Cummings
387032df32 Merge pull request #9776 from kwoyke/JAVA-1650
JAVA-1650: Get rid of the overriden spring-boot.version property
2020-07-29 13:28:26 -06:00
Josh Cummings
e0f6dc1618 Merge pull request #9741 from kwoyke/JAVA-1649
JAVA-1649: Get rid of the overriden spring-boot.version property
2020-07-29 09:06:45 -06:00
Josh Cummings
07f66c1250 Merge pull request #9728 from sampada07/JAVA-66
JAVA-66: Split or move persistence-modules/spring-data-jpa-2 module
2020-07-29 08:55:04 -06:00
Josh Cummings
4b52f0b081 Merge pull request #9727 from amit2103/JAVA-2156
Java 2156
2020-07-29 08:30:45 -06:00
Josh Cummings
ad74d07aaf Merge pull request #9722 from kwoyke/JAVA-1634
JAVA-1634: Get rid of the overriden spring-boot.version property
2020-07-29 08:23:24 -06:00
Krzysztof Majewski
3dfc1ac471 update test 2020-07-29 08:59:06 +02:00
davidmartinezbarua
0d90d7c693 Merge pull request #9690 from anirban99/feature/ktln-29/exception-handling-in-kotlin
KTLN-29 : Exception handling in Kotlin
2020-07-28 23:56:25 -03:00
kwoyke
b41cd7c1fa BAEL-3905: Mark test ctx as dirty after each test method (#9784) 2020-07-28 22:08:52 +02:00
Sampada
b8116f2b38 JAVA-2154: Create guava-parent module and organize guava modules (#9782)
* JAVA-2154: Removed module, now split into guava-utilities and guava-core

* JAVA-2154: Removed module, articles moved to new module guava-core

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved 1 article to guava-collections

* JAVA-2154: New module guava-collections-list

* JAVA-2154: New module guava-core

* JAVA-2154: New module guava-utilities

* JAVA-2154: Updated README, removed extra article reference

* JAVA-2154: parent module pom changes

* JAVA-2154: main pom changes - removed guava related modules as they have
been shifted inside guava-modules

* JAVA-2154: rearranged and moved module inside guava-modules folder
2020-07-28 17:34:46 +05:30
kwoyke
be7545e1dc JAVA-2113: Split or move spring-resttemplate module (#9753)
* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2

* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2

* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2

* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3

* JAVA-2113: Fix the test
2020-07-28 09:31:54 +05:30
Krzysiek
ae7d7096c5 JAVA-1650: Get rid of the overriden spring-boot.version property 2020-07-27 22:13:05 +02:00
Eric Martin
16df3b088a Merge pull request #9732 from alimate/BAEL-4140
BAEL-4140: A Guide to BitSet in Java
2020-07-27 09:49:53 -05:00
developerDiv
888926fe73 Rename DeliveryPlatform send method to 'deliver' to aid readability and avoiding confusion with EmailService.send method
Re-arrange order of mocks and inject mocks

Rename argument matcher and captor tests
2020-07-26 17:08:44 +01:00
TJ
1b7d00d907 BAEL-4403 (#9740)
* Hexagonal architecture in Java

* BAEL-4403

* Revert "Hexagonal architecture in Java"

This reverts commit 7ba4c9dcbd.

* 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
bc5f22d88b Update pom.xml (#9767) 2020-07-25 22:43:57 -05:00
Loredana Crusoveanu
c3802b3d59 Merge pull request #9719 from eugenp/JAVA-2096-v2
Java 2096 v2
2020-07-25 20:29:54 +03:00
Roger
aa4da284f2 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
0ccee39373 Merge pull request #9723 from adrian-maghear/BAEL-4288#flyway-repair
[BAEL-4288] flyway repair
2020-07-25 14:56:26 +02:00
rdevarakonda
676c89a8a5 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
d75d4b04dd 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
ce1d32e9d3 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
ddb7198095 Merge pull request #9759 from johnA1331/master
BAEL-25823 add links to github-baeldung articles
2020-07-24 14:35:32 +03:00
johnA1331
9d9b293431 Update README.md 2020-07-24 13:26:05 +08:00
johnA1331
0768021cd3 Update README.md 2020-07-24 13:24:43 +08:00
davidmartinezbarua
29c023b302 Merge pull request #9724 from nguyennamthai/BAEL-4113
BAEL-4113 Measure exception performance
2020-07-24 00:11:23 -03:00
Krzysztof Majewski
e75726df14 BAEL-4289 2020-07-23 19:00:08 +02:00
johnA1331
0bf56056fa Update README.md 2020-07-23 22:42:52 +08:00
johnA1331
6c74b5ad32 Update README.md 2020-07-23 22:41:33 +08:00
johnA1331
3f1fa1491f Update README.md 2020-07-23 22:19:29 +08:00
johnA1331
2374e863d5 Update README.md 2020-07-23 22:17:28 +08:00
johnA1331
9922d9d297 Update README.md 2020-07-23 22:11:49 +08:00
johnA1331
0743a159d5 Update README.md 2020-07-23 22:10:10 +08:00
johnA1331
3090571ce5 Update README.md 2020-07-23 22:06:39 +08:00
johnA1331
986e541206 Update README.md 2020-07-23 22:04:14 +08:00