14872 Commits

Author SHA1 Message Date
Sam Millington
80a30cf9c6 [BAEL-17492] Add README descriptions 8 (#7840)
* [BAEL-17492] Add README descriptions 8

* Small changes

* monospaced the word
2019-09-27 07:54:57 -06:00
Dhawal Kapil
afda446441 BAEL-17701 Fix the integrations tests in spring-jooq (#7868) 2019-09-27 07:52:22 -06:00
Dhawal Kapil
6d499542a1 BAEL-17355 Fix the integrations tests in spring-boot-properties (#7865)
- Committing initial value correctly
2019-09-27 07:51:32 -06:00
Dhawal Kapil
7f56b97a7d BAEL-11102 Fix the integrations tests in spring-5-reactive (#7869) 2019-09-27 07:50:31 -06:00
Catalin Burcea
0677a06271 Split or move core-java-collections module (#7842) 2019-09-27 07:31:36 -06:00
Marcos Lopez Gonzalez
957ad4587c BAEL-3085 Using a slash character in Spring URLs (#7823)
* slashes in Spring URLs

* cleanup

* restored format of pom

* using more descriptive names

* using more descriptive names

* slash in urls code moved to spring-mvc-simple-2 module
2019-09-26 22:34:17 -05:00
wugangca
cc23ac598a BAEL-2988 Make the code consistent with the article. (#7870)
* BAEL-2988 Make the code consistent with the article.

* BAEL-2988 Use @GetMapping annotation based on the feedback.
2019-09-26 22:25:57 -05:00
Jonathan Cook
9ad7ed0e2f BAEL-3110 - Linux Commands - Remove All Text After X (#7867)
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- update pom description.

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- Add another example using find exec.

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders

* BAEL-3110 - Linux Commands - Remove All Text After X
2019-09-26 22:08:17 +03:00
Eric Martin
6c2f862dcb
Merge pull request #7716 from MajewskiKrzysztof/BAEL-BAEL-2966
BAEL-2966
2019-09-26 06:35:20 -05:00
Krzysztof Majewski
327e46c239 spelling fix 2019-09-26 08:59:52 +02:00
Dhawal Kapil
824acb9351 BAEL-17703 Fix the integrations tests in mockito (#7871)
* BAEL-17703 Fix the integrations tests in mockito

- Upgraded power-mockito api 2 jar
- Renamed many IntegrationTests back to UnitTests as they do not require any integration components

* BAEL-17703 Fix the integrations tests in mockito

-Renamed MockFinals to MockFinalsUnitTest so that it can be picked by builds
2019-09-26 08:38:01 +03:00
Eric Martin
f4ddb32ae4
Merge pull request #7800 from SmartyAnsh/master
BAEL-3191 - Categories in Groovy
2019-09-25 21:50:38 -05:00
Sam Millington
d06b026a7b [BAEL-17476] - Add Readme descriptions 15 (#7875)
* [BAEL-17476] - Add Readme descriptions 15

* Added Spring Vert.X readme change
2019-09-25 07:39:31 -06:00
Sam Millington
e45da12044 [BAEL-17498] - Add README descriptions 14 (#7864)
* [BAEL-17498] - Add README descriptions 14

* Changed wording in modules
2019-09-25 07:37:18 -06:00
Sam Millington
c2cf7ae969 [BAEL-17476] - Add README descriptions 13 (#7863)
* [BAEL-17476] - Add README descriptions 13

* Changed the wording in some modules
2019-09-25 07:30:51 -06:00
Sam Millington
2a381c38aa [BAEL-17496] - Add README descriptions 12 (#7862)
* [BAEL-17496] - Add README descriptions 12

* Small changes
2019-09-25 07:30:01 -06:00
Sam Millington
9f18b6bcbe [BAEL-17495] - Add README descriptions 11 (#7861)
* [BAEL-17495] - Add README descriptions 11

* Changed wording for the REST modules
2019-09-25 07:28:28 -06:00
Dhawal Kapil
af75e04e50 BAEL-9496 Fix failing context tests (#7855)
* BAEL-9496 Fix failing context tests

- Fixes for SpringContextIntegrationTest in several projects

* BAEL-9496 Fix failing context tests

-Fixed ContextTests for spring-jms and further fixes spring-session-mongodb

* BAEL-9496 Fix failing context tests

-Fixed context tests from spring-rest-angular project
2019-09-25 07:25:50 -06:00
Alfred Samanga
6f9c339986 BAEL-3321 Flogger Fluent Logging (#7872)
* Added Flogger maven dependency

* Implemented Flogger logging examples

* Finished implementing Flogger logging examples

* Changed Flogger Test to Integration tests

* Adding examples on optimisation

* Added support for Slf4j and Log4j backends

* Added support for Slf4j and Log4j backends, uncommended dependencies in pom, removed log4j config file
2019-09-24 23:13:00 -07:00
Dilip
0a67756dee Spring WebClient Mocking Code Repo (#7525)
*  adding complete code implementation of Hexagonal Architectute example

* refactored the code

* added the webclient mocking

* removed the unwanted repo

* updated the test cases

* removed commented code

* fixed the code review comments

* fixed the test cases

* removed unwanted dependencies

* removed the unwanted project

* fixed the code review comments

* added the mock to the variable name

* added the mock to the variable name

* addressed the code review comments

* removed the unnecessary semi colon

* fixed the compilation issues

* Update spring-5-reactive-client/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update spring-5-reactive-client/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* added the missing dependency

* fixed the compilation issue in the pom.xml file
2019-09-24 21:56:43 +01:00
Sam Millington
2757d0a3ad [BAEL-17697] - Fixed integration tests (#7859) 2019-09-24 07:28:05 -06:00
Sam Millington
f822c1032b [BAEL-17699 (#7860) 2019-09-24 07:27:23 -06:00
Catalin Burcea
f4b4a9eea5 Split or move java-collections-maps module (#7802) 2019-09-24 07:18:08 -06:00
Sam Millington
ee9f90ab2f [BAEL-17477] Add links between reactive & reactive-2 (#7839) 2019-09-24 07:12:44 -06:00
Amy DeGregorio
933b41c8b5 Bael 3329 - Updates to Spring Boot Admin (#7856)
* BAEL-3222 Example Code and update to spring-boot-admin examples

* BAEL-3329 Fix integration tests

* BAEL-3329 Fix integration tests
2019-09-23 12:41:37 -07:00
Dhawal Kapil
7da66ebd84 BAEL-16977 Week 38 | go through the integration test results and see what NEW failing tests we have (#7837)
- Minor fixes for integration tests
2019-09-23 17:15:10 +03:00
Catalin Burcea
6073d2d451 Split or move core-java-modules/core-java-concurrency-basic module (#7799) 2019-09-23 07:55:02 -06:00
wugangca
dac59fbec2 BAEL-2988 Using Enums as Request Parameters in Spring (#7815)
* BAEL-2988 Using Enums as Request Parameters in Spring

* Remove the unused annotation based on PR feedback

* Simplify code based on the PR feedback

* Make the methods consistent with the article.
2019-09-22 21:23:27 -05:00
Anshul Bansal
b7368cb6db BAEL-3191 - review changes 2019-09-22 22:26:47 +03:00
rpvilao
925b93b91c
Merge pull request #7753 from binary-joe/master
BAEL-2976 http basic auth
2019-09-22 10:26:07 +02:00
Amit Pandey
a47a1a7a16 [BAEL-13506] - Removed .gitignore files (#7849) 2019-09-21 21:43:12 -06:00
KevinGilmore
0cc708c07c
BAEL-3149: fix indentation in pom.xml (#7848)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README

* BAEL-3149 BAEL-3043 update README

* BAEL-2338: update README

* BAEL-3149: move code to new module

* BAEL-3149: move code to new module
2019-09-21 21:46:02 -05:00
KevinGilmore
b0c356b468
BAEL-2338: add link back to article (#7838)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README

* BAEL-3149 BAEL-3043 update README

* BAEL-2338: update README

* BAEL-3149: move code to new module
2019-09-21 09:59:04 -05:00
Erik Pragt
ca1ffeb74f
Merge pull request #7667 from CROSP/spring-boot-data-javers
BAEL-790 Using JaVers for Data Model Auditing in Spring Data
2019-09-21 10:39:43 +10:00
Sam Millington
8acac28de3 [BAEL-17488] - README descriptions 4 (#7830)
* [BAEL-17488] - README descriptions 4

* [BAEL-17488] - README descriptions 4

* minor changes
2019-09-20 08:08:28 -06:00
Catalin Burcea
87e98c9085 Split or move core-java-modules/core-java-arrays module (#7784) 2019-09-20 07:47:19 -06:00
Amit Pandey
f2cac1ab7c [BAEL-13506] - Split or move core-java-8 module (#7790) 2019-09-20 07:30:34 -06:00
Devender Kumar
7d65b1fb24 BAEL-3286 added component scan filter example (#7786)
* BAEL-3286 added component scan filter example

* BAEL-3286 added component scan filter example

* Fix alingemnt

* Remove unused class

* Corrected formatting

* formatted code
2019-09-19 23:09:27 -07:00
Alfred Samanga
ac8c5efb74 BAEL-3321 Flogger fluent logging (#7824)
* Added Flogger maven dependency

* Implemented Flogger logging examples

* Finished implementing Flogger logging examples

* Changed Flogger Test to Integration tests
2019-09-19 23:08:12 -07:00
Antonio Moreno
c1caed8dde moving basicmethods from oop-2 to oop-3 (#7827) 2019-09-19 22:56:39 -05:00
Mike Baranski
9baee5bc6e [BAEL-3058] Demonstrate named query (#7772)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Set version and add jar packaging
2019-09-19 22:53:16 -05:00
Loredana Crusoveanu
79ce3c0fdc
Merge pull request #7756 from at508/master
BAEL-2076
2019-09-18 20:32:17 +03:00
Eric Martin
787b41bf46
Merge pull request #7801 from CROSP/fix-spring-boot-kotlin-coroutines
BAEL-2378 Fix Non-blocking Spring Boot with Kotlin Coroutines
2019-09-17 21:38:03 -05:00
Juan Moreno
2140022058 BAEL 2338 - Updated code for the article Convert XML to HTML in Java (#7813)
* FEAT Added close handling to resources & extra security configurations

* UPDATE Added extra security configuration

* UPDATE Closed input stream & rename local variables to avoid shadowing
2019-09-17 20:35:11 -05:00
Erik Pragt
76b69c3b00
Merge pull request #7660 from drazen-nikolic/feature/BAEL-3140-comparing-dates
BAEL-3140: Comparing Dates in Java - examples.
2019-09-18 09:10:23 +10:00
Sam Millington
98ed71e98e [BAEL-17486] adding readme descriptions (#7788)
* [BAEL-17486] adding readme descriptions

* updated template

* updated link in spring-5-reactive readme

* Updated descriptions
2019-09-17 16:00:48 +01:00
Sam Millington
76c48c308e [BAEL-3193] - changes made to clean up code (#7760)
* [BAEL-3193] - changes made to clean up code

* Fixed missing linkedList import

* [BAEL-3193] - changing the default value in the findMax function
2019-09-17 16:03:20 +02:00
Eric Martin
8da0c75aef
Merge pull request #7817 from lukaszrys/feature/BAEL-1869_fix_tests
[ BAEL-1869 ] : Restroe indexManager, fix view name to be equal to th…
2019-09-17 07:08:50 -05:00
Lukasz Rys
1b85cbaafd [ BAEL-1869 ] : Restroe indexManager, fix view name to be equal to the snippet 2019-09-17 09:21:43 +02:00
Krzysztof Majewski
b3b7e78ce6 review updates 2019-09-17 09:07:47 +02:00