Commit Graph

21464 Commits

Author SHA1 Message Date
MeenaGawande
06c1173dd1 [BAEL-4715] Java HashMap Load Factor
[BAEL-4715] Java HashMap Load Factor
2021-01-20 11:29:38 +05:30
bfontana
5e9fbc2c8f Merge pull request #10324 from GilvanOrnelas/clean-architecture
Clean architecture initial commit
2021-01-19 09:06:29 -03:00
Bruno Fontana
716727f373 Adding clean-architecture to parent POM.
Fixing UserResponseFormatter test name.
2021-01-19 08:58:58 -03:00
davidmartinezbarua
e861fe46e9 Merge pull request #10389 from emyasa/BAEL-4601
[BAEL-4601] How to convert a Hibernate proxy to a real entity object
2021-01-17 18:52:17 -03:00
Jonathan Cook
23a87a0319 BAEL-4756 - Mockito MockSettings (#10423)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2021-01-17 11:39:53 +01:00
Loredana Crusoveanu
b9adaa7f14 Merge pull request #10427 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules--optional
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles -- article improvement
2021-01-17 11:18:26 +02:00
Gerardo Roza
f515070af0 fixed properties files notation 2021-01-16 12:20:54 -03:00
Gilvan Ornelas Fernandes Filho
c5ddd59ea2 Fixing valid password condition 2021-01-16 11:36:20 -03:00
Loredana Crusoveanu
857821333b Merge pull request #10426 from eugenp/issue-10366
fix channel type, callback
2021-01-16 16:35:56 +02:00
Loredana Crusoveanu
6f0712e155 fix channel type, callback 2021-01-16 16:27:02 +02:00
Loredana Crusoveanu
b8aefefec1 Merge pull request #10421 from rozagerardo/rozagerardo/JAVA-3717_Update-articles-for-2.4.0--other-properties-modules
[JAVA-3717] Update articles for 2.4.0 - other properties-related articles
2021-01-16 10:32:10 +02:00
Loredana Crusoveanu
5ebe80b6d0 Merge pull request #10424 from sampada07/JAVA-4010
JAVA-4010: Split or move spring-resttemplate module
2021-01-16 10:01:37 +02:00
KevinGilmore
3a93166bee BAEL-4695: create and update README files (#10425) 2021-01-15 17:21:00 -06:00
Gerardo Roza
fc96b3e97c Improved spring-properties-file-outside-jar with new 2.4.0 feature 2021-01-15 16:00:03 -03:00
sampadawagde
ffe8a0ae17 JAVA-4010: Added new module to parent pom 2021-01-15 23:17:03 +05:30
sampadawagde
703c9cad54 JAVA-4010: Moved 3 articles from this module 2021-01-15 23:16:39 +05:30
sampadawagde
7940c75d7d JAVA-4010: Added new module and moved 3 articles to it 2021-01-15 23:15:41 +05:30
Umang Budhwar
d85757d61b BAEL-4695 - Evaluating a Math Expression in Java (#10345)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* BAEL-4695 - Added code to evaluate math expressions.

* BAEL-4695 - Added test case for math function.

* BAEL-4695 Added consistent examples and entry in parent pom.

* BAEL-4695 - Added more examples
2021-01-14 17:04:00 -06:00
Gerardo Roza
6a901441a3 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests 2021-01-14 11:43:32 -03:00
Loredana Crusoveanu
f7ba386ff5 Merge pull request #10420 from kcacademic/BAEL-4759
Corrected the name of unit test to mark them as manual.
2021-01-14 12:00:49 +02:00
CHANDRAKANT Kumar
812961b417 Corrected the name of unit test to mark them as manual. 2021-01-14 15:18:33 +05:30
Loredana Crusoveanu
3f4459ba90 Merge pull request #10419 from johnA1331/master
BAEL-31913 - add links to github-baeldung articles
2021-01-14 11:04:37 +02:00
johnA1331
3bae54c570 Create README.md 2021-01-14 13:45:12 +08:00
Emmanuel Yasa
fdd7b7c4f7 [BAEL-4601] Revision: Simplifies assertions 2021-01-14 01:36:35 +08:00
johnA1331
f7ac6a0eb9 Create README.md 2021-01-14 00:15:43 +08:00
johnA1331
97d990390b Update README.md 2021-01-14 00:13:45 +08:00
johnA1331
e04724f6de Update README.md 2021-01-14 00:11:46 +08:00
Gerardo Roza
172b426c2b changes related to spring-boot-modules/spring-boot-testing boot 2.4.0 upgrade 2021-01-13 11:28:41 -03:00
Gerardo Roza
87a0f2ac14 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
These are potential issues, since the dependency is included in the root pom
2021-01-13 10:26:38 -03:00
Eric Martin
428c68585a Merge pull request #10342 from amitiw4u/BAEL-4624-SpringTransactionRollback
Added changes to show transaction roll back
2021-01-12 19:40:36 -06:00
Loredana Crusoveanu
6483ae1cb3 Merge pull request #10416 from sampada07/JAVA-4013
JAVA-4013: Split or move spring-5 module
2021-01-12 16:55:50 +02:00
sampadawagde
fe2f06275f JAVA-4013: README changes 2021-01-12 19:14:50 +05:30
sampadawagde
d518d7a989 JAVA-4013: Moved 2 articles to spring-testing-2 2021-01-12 19:14:11 +05:30
sampadawagde
690b6d74bd JAVA-4013: Moved 1 article to spring-boot-data-2 2021-01-12 19:12:12 +05:30
Gerardo Roza
47a4e8e2fa improved and updated spring-boot-yaml-vs-properties article code 2021-01-11 14:23:27 -03:00
Gerardo Roza
14c3172a65 added example for multidocument properties files 2021-01-11 12:20:23 -03:00
Loredana Crusoveanu
0bbb19fd16 Merge pull request #10407 from kwoyke/JAVA-3588
JAVA-3588: Upgrade commons-fileupload dependency
2021-01-11 12:18:28 +02:00
Loredana Crusoveanu
5ab7c4a995 Merge pull request #10337 from MajewskiKrzysztof/BAEL-4750
BAEL-4750 Java 12 New Features
2021-01-11 12:00:01 +02:00
Eric Martin
b4bc0c8e13 Merge pull request #10378 from tapankavasthi/master
Use shouldNotFilter to exclude URLs for a Filter
2021-01-10 20:04:18 -06:00
Loredana Crusoveanu
2274db578f Merge pull request #10414 from wolkenschieber/master
Update packages to match declaration
2021-01-10 17:39:52 +02:00
wolkenschieber
a976c2982d Update packages to match declaration 2021-01-10 15:04:09 +01:00
wolkenschieber
956408283a Update packages to match declaration 2021-01-10 14:03:17 +01:00
Eric Martin
9e01773b59 Merge pull request #10351 from SmartyAnsh/master
BAEL-4472- Binary Semaphore vs a ReentrantLock - Unit test added
2021-01-09 20:53:53 -06:00
Eric Martin
a4cd1ee366 Merge pull request #10377 from sk1418/jacksonException
[BAEL-2547] jackson deserialization class-casting exception
2021-01-09 20:44:27 -06:00
Gerardo Roza
ce5d4f3a8b removed starter-test vintage engine exclusion, not needed since Boot 2.4.0 2021-01-09 23:09:00 -03:00
Anshul BANSAL
7480f4094b BAEL-4472 - old file removed 2021-01-09 21:18:07 +02:00
Loredana Crusoveanu
0196f1224f Merge pull request #10399 from rozagerardo/rozagerardo/JAVA-3716_Update-articles-for-2.4.0--spring-boot-properties2
[JAVA-3716] Update articles for 2.4.0 - spring-boot-modules/spring-boot-properties2
2021-01-09 13:22:19 +02:00
Loredana Crusoveanu
72836a986f Merge pull request #10410 from sampada07/JAVA-3542
JAVA-3542: Move persistence modules to persistence-modules folder
2021-01-09 13:15:24 +02:00
Loredana Crusoveanu
1a47c9ff26 Merge pull request #10408 from rozagerardo/rozagerardo/JAVA-3715_Update-articles-for-2.4.0--spring-boot-properties--cleanup
[JAVA-3715] Update articles for 2.4.0 - spring-boot-modules/spring-boot-properties -- cleanup
2021-01-09 13:13:38 +02:00
sampadawagde
6a7c21fe46 JAVA-3542: Removed module from main pom 2021-01-09 13:01:08 +05:30