Commit Graph

15323 Commits

Author SHA1 Message Date
Justin Albano 480cab4655 Merge remote-tracking branch 'upstream/master' 2019-09-30 17:59:50 -04:00
Amy DeGregorio d3cbbf0725 BAEL-3329 (#7915)
* BAEL-3222 Example Code and update to spring-boot-admin examples

* BAEL-3329 Fix integration tests

* BAEL-3329 Fix integration tests

* Upgrade to Spring Boot 2.1.8.RELEASE
2019-09-30 07:17:53 -07:00
dhruba619 ff75b7ace2 BAEL-2974 Logger vs System.out 2019-09-30 09:24:04 +02:00
at508 4881c701fd [BAEL-2998] - ordering and renaming tests for @DirtiesContext example 2019-09-29 23:39:09 -04:00
Justin Albano b2908200f1 BAEL-3225: Added Spring example for error handling best practices. (#7854) 2019-09-29 22:28:45 -05:00
Sjmillington 83e27dd408 Add README descriptions 26 2019-09-29 17:47:21 +01:00
Afshin 230b2db438 MalformedInputException test functions are added 2019-09-29 18:30:31 +02:00
Devender Kumar 56cae916aa remove sys and added test cases (#7894)
* BAEL-3286 added component scan filter example

* Remove unused class

* Corrected formatting

* formatted code

* Update code

* added test cases

* Fix tests name
2019-09-29 08:38:58 -07:00
fejera c391435c3c moved webflux static content examples from spring-5-reactive to spring-5-reactive-2 2019-09-29 16:19:12 +02:00
fejera c4c59a08dd moved reactive debugging examples from spring-5-reactive to spring-5-reactive-2 2019-09-29 16:08:53 +02:00
fejera 8a3b8a7e18 moved stepverifier examples from spring-5-reactive to spring-5-reactive-2 2019-09-29 15:48:52 +02:00
fejera 6b346d3f5f moved reactive logging examples from spring-5-reactive to spring-5-reactive-2 2019-09-29 15:40:57 +02:00
amit2103 f32bb3b4dd Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-17473 2019-09-29 19:07:39 +05:30
fejera 79cc747844 moved functional validation examples from spring-5-reactive to spring-5-reactive-2 2019-09-29 15:35:59 +02:00
fejera 4c3af61952 fixed FunctionalEndpointValidationsLiveTest 2019-09-29 15:22:55 +02:00
fejera fcf0841011 changed all article links from http to https in spring-5-reactive 2019-09-29 15:05:42 +02:00
Catalin Burcea b86270a6aa Ignoring unmapped properties with MapStruct (#7809) 2019-09-29 10:18:58 +01:00
Alessio Stalla dad2aeba0f #BAEL-17506 include libraries-2 and slightly edit a few descriptions 2019-09-29 09:30:37 +02:00
Alessio Stalla 58244611f0 #BAEL-17505 minor change in Hibernate mapping description. 2019-09-29 08:58:41 +02:00
Maiklins cbc013cb67
Merge branch 'master' into BAEL-3131-Guide-to-Java-HashMap 2019-09-28 22:52:32 +02:00
Maiklins a50e35565b
Update java-collections-maps-2/src/test/java/com/baeldung/map/ProductUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-09-28 22:51:16 +02:00
amit2103 7a70863a29 [BAEL-17473] - Retired spring-boot-disable-console-logging 2019-09-29 00:59:40 +05:30
amit2103 0518c39a4f Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-17473 2019-09-29 00:57:45 +05:30
Catalin Burcea 39e99cd907 Split or move core-java-collections module (#7893) 2019-09-28 13:26:32 -06:00
Catalin Burcea 2255577ffd [BAEL-16668] Split or move testing-modules/mockito module (#7835)
* Split or move testing-modules/mockito module

* [BAEL-16668] fix after merge with master
2019-09-28 13:23:52 -06:00
smokeyrobot 4e31b41919 Bael 624 (#7805)
* Commit for Eval Article pull request

* Revert "Commit for Eval Article pull request"

* BAEL-46 - Deleted duplicate class.

* BAEL-46 - Fixed old script version

* BAEL-46 - Updated per editor review

* BAEL-46 - Updated JMX for corrected parameters

* BAEL-46 - Corrected Name and Directory

* Bael-3000 - initial commit

* Bael-3000 - update per review

* Bael-3000 - Updated per code review

* Bael-3000 - Updated per code review

* Update core-java-modules/core-java-jndi/pom.xml

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

* Update core-java-modules/core-java-jndi/pom.xml

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

* Bael-624 Wildfly Setup

* Update pom.xml

* Bael-624 Review updates
2019-09-28 13:19:11 -06:00
Amit Pandey 85a4c72414 [BAEL-16672] - Re-organize maven module (#7703)
* [BAEL-16672] - Re-organize maven module

* [BAEL-16672] - Added missed modules in main pom

* [BAEL-16672] - Added commented compiler-plugin-java-9 module in main pom.xml
2019-09-28 12:13:11 -06:00
Catalin Burcea c5e7773a51 Split or move persistence-modules/java-jpa module (#7887) 2019-09-28 12:06:14 -06:00
rpvilao 0b834830b9
Merge pull request #7680 from YassinHajaj/master
[BAEL-3219] - Parsing an XML File Using SAX Parser
2019-09-28 17:27:59 +02:00
amit2103 9cb83205fe [BAEL-17473] - Retired spring-boot-ops, spring-boot-ops-2, and spring-boot-management modules 2019-09-28 20:31:00 +05:30
amit2103 b15eb846d1 Fixed conflicts 2019-09-28 19:44:18 +05:30
yassin.hajaj 83535d53c8 BAEL-3219 2019-09-28 14:19:11 +02:00
YassinHajaj d7107a5931
BAEL-3219 2019-09-28 13:57:53 +02:00
Alessio Stalla abe15c28fe #BAEL-17505 Add README descriptions to several modules. 2019-09-28 12:49:21 +02:00
Alessio Stalla c5693676ee #BAEL-17506 Add README descriptions to several modules. 2019-09-28 12:40:03 +02:00
YassinHajaj f82e007672 BAEL-3219 2019-09-28 11:00:56 +02:00
yassin.hajaj 59729b7e23 BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj 6f4957a63d BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj 08da9be666 BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj 21804927e3 BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj 6e77eef313 BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
yassin.hajaj a846c037cb BAEL-3219
Parsing an XML File Using SAX Parser
2019-09-28 11:00:56 +02:00
rpvilao 68a5135299
Merge pull request #7852 from macroscopic64/master
[BAEL-3288] - Graceful Shutdown of a Spring Boot Application
2019-09-28 09:31:09 +02:00
macroscopic64 d4b9f8a59a [BAEL-3288] - Graceful Shutdown of a Spring Boot Application 2019-09-28 11:40:44 +05:30
macroscopic64 5621a6d8c5 [BAEL-3288] - Graceful Shutdown of a Spring Boot Application 2019-09-28 11:38:39 +05:30
macroscopic64 db09069de8 Merge remote-tracking branch 'upstream/master' 2019-09-28 10:49:24 +05:30
Sam Millington 8f06ddfa33 [BAEL-17651] - spring-boot-angular & spring-boot-angular-ecommerce merge (#7866)
* [BAEL-17651] - angular merge

* Added article link the readme

* added colon

* removed spring-boot-angular-ecommerce from parent pom
2019-09-27 09:39:57 -06:00
Dhawal Kapil ceba5408ec BAEL-17945 Fix the integrations tests in libraries (#7880)
-Fixing serenity tests failing due to mismatching libraries
2019-09-27 08:46:06 -06:00
Catalin Burcea eb6ced2100 Split or move libraries-apache-commons module (#7873) 2019-09-27 08:36:49 -06:00
Sam Millington 2a6a8024cd [BAEL-17487] Added readme descriptions (#7796)
* [BAEL-17487] Added readme descriptions

* Updated descriptions

* Updated spring-apache-camel readme

* changed 'article' to 'articles'
2019-09-27 08:26:02 -06:00