Commit Graph

11775 Commits

Author SHA1 Message Date
Trevor Gowing 4187df5ce9 QueryByExample (QBE) Examples
BAEL-2406
2019-01-21 22:59:14 +02:00
Ger Roza 14b65b327f moved Rest Pagination article code from spring-rest-full to spring-boot-rest 2019-01-21 17:15:51 -02:00
Trevor Gowing 974950923c Refactor Passenger Entity
Change seat number type to integer wrapper.
Enable QuerybyExample (QBE)

BAEL-2406
2019-01-21 20:41:54 +02:00
Michael Pratt 196c17e612 BAEL-2491: Conditionally enable spring scheduled jobs 2019-01-21 15:14:13 +00:00
Michael Pratt a608d7cd15 BAEL-2491: Conditionally enable spring scheduled jobs 2019-01-21 15:12:25 +00:00
Juan Vaccari f4871c9c57 BAEL-2514 - Added unit test for Map processing 2019-01-21 15:10:29 +00:00
mherbaghinyan 81f23992cb primitive collections 2019-01-21 13:08:09 +04:00
pcoates33 369655aa02 spring-boot ehcache example added (#6136) 2019-01-21 09:14:06 +01:00
mherbaghinyan 5c1a0a0629 change the ArrayList into List 2019-01-21 09:57:15 +04:00
Urvy Agrawal 3aff027b7a Adding file for BAEL-2558 2019-01-21 11:23:24 +05:30
mherbaghinyan c713ddee6d trove list 2019-01-21 09:26:47 +04:00
Rajesh Bhojwani fc546758e7 Merge branch 'master' of https://github.com/RajeshBhojwani/tutorials 2019-01-21 08:17:56 +05:30
Rajesh Bhojwani 08b8c427bd rename file 2019-01-21 08:15:38 +05:30
amdegregorio d381e131ea Merge remote-tracking branch 'upstream/master' 2019-01-20 15:06:47 -05:00
Loredana Crusoveanu 89ff253342
Update TaskScheduler.java 2019-01-20 21:56:30 +02:00
Philippe M 0fb2adfe99 Fix performance issues of JMeter Test Plan (#5979) 2019-01-20 10:38:14 -08:00
Eric Martin e4a74bd6f6
Merge pull request #6143 from dionisPrifti/BAEL-2441-Java-Enums-for_State-Machines
BAEL-2441: Providing example for State Machines with Enums
2019-01-20 10:59:44 -06:00
Alejandro Gervasio c7a8627f10 BAEL-2545 - Configuring a DataSource Programatically in Spring Boot (#6139)
* Initial Commit

* Update UserRepositoryIntegrationTest.java

* Update UserRepositoryIntegrationTest
2019-01-20 10:52:39 -06:00
Loredana Crusoveanu 65ef22e63a
Merge pull request #6178 from eugenp/lor6-patch-1
Update pom.xml
2019-01-20 17:30:29 +02:00
Loredana Crusoveanu c22af13c21
Update pom.xml 2019-01-20 17:26:27 +02:00
Loredana Crusoveanu e2d10d45db
Update pom.xml 2019-01-20 17:21:45 +02:00
Loredana Crusoveanu 57964623a0
Merge pull request #6137 from eugenp/thombergs-patch-1
added link
2019-01-20 15:52:15 +02:00
Loredana Crusoveanu eb490b94cf
Merge pull request #6138 from eugenp/lor6-patch-5
Update README.md
2019-01-20 15:51:49 +02:00
Loredana Crusoveanu 5d6640a87b
Merge pull request #6134 from amit2103/BAEL-10781-1
[BAEL-10781] - Added code for spring data rest pagination
2019-01-20 10:28:46 +02:00
Loredana Crusoveanu 08a951a4ba
Merge pull request #6144 from rozagerardo/geroza/BAEL-11599_Update-exception-handling-rest-article
[BAEL-11599] Update and move code for the "Error Handling for REST with Spring" article
2019-01-20 10:11:12 +02:00
Loredana Crusoveanu 3c7480d0ba
Merge pull request #6172 from FDPro/bael-2531
dupirefr/dupire.francois+pro@gmail.com [REORG-2531] Updated a test to illustrate use of File.separator
2019-01-20 10:00:29 +02:00
Eric Martin a9bb38b8fc
Merge pull request #6175 from eugenp/BAEL-2521
BAEL-2521: Moving LocalDateConverter to java-jpa
2019-01-19 18:43:15 -06:00
eric-martin c19558f420 BAEL-2521: Moving LocalDateConverter to java-jpa 2019-01-19 18:38:13 -06:00
Eric Martin ae232342e7
Merge pull request #6174 from eugenp/eric-martin-patch-1
Delete . ..
2019-01-19 18:19:46 -06:00
Eric Martin 5408ed78fe
Delete . .. 2019-01-19 18:15:26 -06:00
dupirefr e03c0871ae [REORG-2531] Updated a test to illustrate use of File.separator 2019-01-19 23:14:25 +01:00
Ger Roza dea88da777 Adding dao dependencies and exception handling of original classes 2019-01-19 17:00:30 -02:00
Eric Martin cf6bbab47b
Merge pull request #6161 from eugenp/pivovarit-patch-1
Delete . ..
2019-01-19 11:02:24 -06:00
Ger Roza 8a307c1aba moved new package to existing one 2019-01-19 09:32:54 -02:00
dupirefr 2acd1e2792 [BAEL-2424] Updated tests to illustrate modifiers filtering and to disable order checking 2019-01-19 10:06:35 +01:00
Ali Dehghani eb7cde988b JUnit 5 parameterized tests
Issue: BAEL-1665
2019-01-18 19:08:13 -07:00
Loredana Crusoveanu 8a4c326357
Merge pull request #6153 from cror/stream-count
BAEL-2546: Stream.count
2019-01-18 23:20:22 +02:00
PRIFTI e7c5d7ac89 Merge branch 'BAEL-2441-Java-Enums-for_State-Machines' of https://github.com/dionisPrifti/tutorials into BAEL-2441-Java-Enums-for_State-Machines 2019-01-18 13:18:46 +01:00
PRIFTI 97273bab7e BAEL-2441: Removed the responsible variable. 2019-01-18 13:17:52 +01:00
mherbaghinyan d83101854c primitive collections libraries added 2019-01-18 11:05:26 +04:00
Maiklins af9a60bddf BAEL-2217 forEach within forEach (#6166) 2019-01-17 19:31:13 -08:00
KevinGilmore 98c9d22151
BAEL-2335 and BAEL-2413 README updates (#6152)
* 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
2019-01-17 20:06:22 -06:00
Loredana Crusoveanu 8510b07a56
Update FilesClearDataManualTest.java 2019-01-17 23:27:50 +02:00
Loredana Crusoveanu 735b0a10b2
Update StreamFilterUnitTest.java 2019-01-17 23:25:26 +02:00
Loredana Crusoveanu 85eab12c03
Update and rename LeaveRequestStateTest.java to LeaveRequestStateUnitTest.java 2019-01-17 23:22:05 +02:00
Ger Roza 684ee6040e Added example for spring boot exception handling 2019-01-17 17:44:49 -02:00
Erick Audet M.Sc af1636fe23 BAEL-2509
* New section in InputStream to byte array article and recreating branch.

* Minor typo

* Code reformat using intellij formatter.

* Code reformat using intellij formatter.

* guava implementation to be completed

* guava implementation

* Added assert to guava test

* Fix formatting

* Formatting using Baeldung format

* Based on Josh comments, I removed some code BAEL-2509

* Removed all references to File

* Update fork from upstream

* Update fork from upstream

* Merhe Upstream

* Remove all references to FileInputStream (Josh Comments)

* Delete CustomBaeldungQueueUnitTest.java
2019-01-17 10:21:30 -07:00
Grzegorz Piwowarek b47140fdd2
Delete . .. 2019-01-17 15:44:27 +01:00
Rajesh Bhojwani 273c569b88 remove space 2019-01-17 15:20:25 +05:30
Rajesh Bhojwani e6e0c065d5 Added test file to demo the deletion of file content 2019-01-17 15:17:09 +05:30