Commit Graph

15393 Commits

Author SHA1 Message Date
Erik Pragt 8db8202cdf
Merge pull request #7714 from dhruba619/master
BAEL-2974 Logger vs System.out
2019-10-02 21:16:41 +10:00
IgorNB f3537acf6b
SemaPhoreDemo double acquire fix
tryAcquire() already acquires a permit, if one is available (no need to call acquire() after it)
2019-10-02 12:52:46 +03:00
David Calap 0478d46007 BAEL-3323 new check added to example 2019-10-02 09:22:55 +02:00
David Calap 30bf670ba4 BAEL-3323 filterNot example added. Rename package, class and file 2019-10-02 09:19:21 +02:00
Jonathan Cook e1a6b9f63b
Merge pull request #7884 from macieg/bael-3285
BAEL-3285 | Simultaneous Spring WebClient calls
2019-10-02 00:46:39 +02:00
David Calap dc9a78ab18 BAEL-3323 Finding an element in a list using Kotlin - Initial commit 2019-10-01 23:33:50 +02:00
maibin dafe1a336a
Merge pull request #7843 from sjmillington/readme-10
[BAEL-17494] - Added readme descriptions 10
2019-10-01 14:05:57 -07:00
maibin 326e85e829
Merge pull request #7841 from sjmillington/readme-9
[BAEL-17476] - Add README descriptions 9
2019-10-01 14:04:54 -07:00
maibin ef0b154642
Merge pull request #7833 from sjmillington/readme-7
[BAEL-17491] README descriptions 7
2019-10-01 14:03:17 -07:00
maibin fe1d7195f3
Merge pull request #7832 from sjmillington/readme-6
[BAEL-17490] README descriptions 6
2019-10-01 14:01:13 -07:00
maibin e7b8a60fc7
Merge pull request #7816 from msievers/bael-3077/mapstruct-multiple-source-objects
[BAEL-3077] Update comments in unit tests to align with article snippets
2019-10-01 13:52:14 -07:00
maibin 84109faec8
BAEL 3131 guide to java hash map (#7758)
* BAEL-3131 Guide to Java HashMap

* Update java-collections-maps-2/src/test/java/com/baeldung/map/ProductUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2019-10-01 13:48:51 -07:00
Loredana Crusoveanu daad1ef922 remove obsolete runfromjunit module (#7751) 2019-10-01 13:47:40 -07:00
Yuriy Artamonov da1db18bc9 Fix CDI package names (#7715)
* Fix beans.xsd location for JavaEE 7

* Fix cdi2observers package names
2019-10-01 12:33:11 -07:00
devender.kumar b4e41095c1 Fix test case 2019-10-01 20:16:49 +02:00
devender.kumar 4015900366 rename test cases to follow BDD style 2019-10-01 20:16:49 +02:00
Maciej Andrearczyk fad7aa6a66 BAEL-3285 - code reformatted 2019-10-01 19:06:25 +02:00
Sjmillington ccb9aea14f Add README descriptions 30 2019-10-01 16:16:00 +01:00
Eric Martin 823bc9d4b0
Merge pull request #7918 from albanoj2/master
BAEL-3225: Fixed integration tests
2019-10-01 07:25:22 -05:00
Justin Albano d4d31dcc4b BAEL-3225: Corrected failing integration tests. 2019-09-30 18:00:44 -04:00
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