DOHA
0f2fea091b
add more custom oauth examples
2018-11-28 13:59:16 +02:00
DOHA
f32f471a0a
Merge remote-tracking branch 'eugenp/master'
2018-11-28 13:14:13 +02:00
Eric Martin
e4636b90b0
Merge pull request #5492 from RanjeetKaur17/BAEL-2186
...
Bael 2186
2018-11-27 19:08:45 -06:00
Eric Martin
26a6cd6b94
Merge pull request #5733 from cror/equals-hashcode
...
BAEL-2388: examples for equals and hashCode
2018-11-27 18:58:29 -06:00
Ger Roza
3d2f6eff67
[BAEL-2278] spring-5-reactive | debugging reactive streams ( #5789 )
...
* First approach for the scenario, not stable yet.
* Added 2 services for teh article
Consumer is the main example project, with all the debugging functionality
* * cleaned unused spring-5-data functionality
* cleaning unused spring-5-data pom
* *fixed indentation error
* addressed Jira comments:
* Created live test, and renamed unit test as integrtion test
* Tried to fix issue in CI, couldnt reproduce locally
2018-11-27 11:32:34 -08:00
enpy
71bca76bf8
BAEL-2809 Get all Data in a table with Hibernate ( #5670 )
...
* BAEL-2809 Get all Data in a table with Hibernate
* Delete transaction.log
* Update FindAll.java
* Update FindAllTest.java
* Update FindAll.java
* Update FindAllTest.java
* Rename FindAllTest.java to FindAllUnitTest.java
2018-11-27 07:21:45 -08:00
greg
5ba5b60536
BAEL-2368 convert array to string and back ( #5689 )
...
* BAEL-2368 convert string array to string
* BAEL-2368 Convert array to string code
* BAEL-2368 Change package
* Fix for test
2018-11-26 17:08:42 -08:00
Loredana Crusoveanu
0ec5d24755
Merge pull request #5768 from Doha2012/master
...
customize oauth2 requests
2018-11-26 19:58:34 +02:00
Loredana Crusoveanu
74d250b5cd
Merge pull request #5734 from eugenp/lor6-patch-7
...
Update spring.factories
2018-11-26 19:55:24 +02:00
Seun Matt
7719b2e30a
example code for BAEL-1961 ( #5781 )
...
* added example code for BAEL-2366
* moved example code for BAEL-2366
* example code for BAEL-1961
* moved example code into integration test
* updated the test assertions
2018-11-26 08:20:11 -08:00
FrancoCorleone
a1de031c67
Add joining primitives tests ( #5740 )
...
* Add joining primitives tests
* Small refactor
* Fix naming for PMD
* Add char examples to testing cases
* Fix literal separator
* CR changes
2018-11-25 21:14:20 -06:00
Emily Cheyne
29c9eb4445
BAEL-2330 ( #5776 )
...
update readme
2018-11-25 16:05:39 -08:00
DOHA
777b9ecc9b
minor fix
2018-11-25 22:04:02 +02:00
Loredana Crusoveanu
469cd9ec25
Merge pull request #5774 from eugenp/BAEL-2331-v2
...
add data order methods
2018-11-25 20:21:30 +02:00
Loredana
a2722368af
add data order methods
2018-11-25 20:10:37 +02:00
Loredana Crusoveanu
15391f69ec
Merge pull request #5773 from trevorgowing/BAEL-2331-spring-data-sorting
...
BAEL-2331 Spring Data Sorting
2018-11-25 18:52:39 +02:00
Trevor Gowing
322af68ae2
How to sort query results with Spring Data
...
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0c384f13b0
Rename limit package to passenger
...
Rename LimitIntegrationTest to PassengerRepositoryIntegrationTest
Going to include code on sorting so it will no longer be limit specific.
BAEL-2331
2018-11-25 17:12:25 +02:00
Trevor Gowing
0b7f01463c
Fix typo Passenger#fistName
...
BAEL-2208
2018-11-25 17:12:25 +02:00
DOHA
cb840c6224
move customise oauth2 requests
2018-11-25 14:55:27 +02:00
DOHA
b340cad28d
Merge remote-tracking branch 'eugenp/master'
2018-11-25 13:48:55 +02:00
Amitabh Mandal
f784c3bb79
BAEL-2168 Java EE 7 Batch Processing ( #5645 )
...
* jberet batch
* Batch Understanding
* partition
* exception
* some more changes
2018-11-25 11:01:22 +01:00
Loredana Crusoveanu
2f9fee0391
Merge pull request #5770 from amit2103/BAEL-10780
...
[BAEL-10780] - Added code for the checking string input article
2018-11-25 11:40:54 +02:00
Alejandro Gervasio
3c3d484eeb
BAEL-2354 - An Introduction to the Event Notification Model in CDI 2.0 ( #5685 )
...
* Initial Commit
* Update pom.xml
* Update pom.xml
* Update LowercaseTextServiceUnitTest.java
* Update UppercaseTextServiceUnitTest.java
* Delete TextApplication.java
* Update source files
* Update BootstrappingApplication.java
* Add AnotherSimpleEventObserver class
* Rename event classes
* Update ExampleEventSource.java
* Update UppercaseTextService.java
* Delete TextService.java
* Delete LowercaseTextService.java
* Delete LowercaseTextServiceUnitTest.java
* Delete UppercaseTextServiceUnitTest.java
* Fixed text service unit test
* Update TextService.java
2018-11-24 15:02:25 -06:00
Loredana Crusoveanu
59869435c8
Merge pull request #5769 from eugenp/BAEL-9712-v2
...
fix start, edit readme
2018-11-24 22:06:54 +02:00
amit2103
bff2c6f5b0
[BAEL-10780] - Added code for the checking string input article
2018-11-25 01:25:41 +05:30
Loredana
4e4da4eb77
fix start, edit readme
2018-11-24 21:50:20 +02:00
Loredana Crusoveanu
509f2ac698
Merge pull request #5723 from amit2103/BAEL-9712
...
[BAEL-9712] - Created spring-5-security-oauth module
2018-11-24 21:36:30 +02:00
amit2103
27ec13ea96
[BAEL-9712] - Modifed oauth version
2018-11-25 00:23:51 +05:30
amit2103
e9fa7851a5
[BAEL-9712] - Fixed conflicts
2018-11-25 00:18:37 +05:30
Loredana Crusoveanu
80566a89cc
Merge pull request #5750 from eugenp/revert-boot-upgrade
...
revert boot 2.1 upgrade
2018-11-24 19:32:19 +02:00
Loredana Crusoveanu
eaeed72a98
Merge pull request #5764 from eelhazati/master
...
BAEL-2395: JPA Entity Graph.
2018-11-24 19:22:13 +02:00
Loredana Crusoveanu
8d393165c4
Update and rename PostRepositoryTest.java to PostRepositoryIntegrationTest.java
2018-11-24 18:35:05 +02:00
Eugen Paraschiv
a6c9c5840f
disabling unnecessary repo
2018-11-24 13:36:27 +02:00
DOHA
0d60073095
customise oauth2 requests
2018-11-24 13:36:14 +02:00
Eugen Paraschiv
6e3245a0f1
profile work
2018-11-24 12:17:39 +02:00
Eric Martin
d266250ae0
Merge pull request #5767 from eugenp/Issue-5765
...
Added @DirtiesContext to SpringContextIntegrationTest
2018-11-23 23:46:20 -06:00
eric-martin
3d945c079a
Added @DirtiesContext to SpringContextIntegrationTest
2018-11-23 23:41:00 -06:00
eelhazati
64bc8a412d
JPA Entity Graph.
2018-11-23 17:00:08 +01:00
Eugen
cfd9a97bd4
Delete README.md
2018-11-23 17:57:50 +02:00
kyleandari
58a536c395
BAEL 2330
...
* Implementing Hexagonal Architecture in java
* Removing duplicates from a string
* Fix for the code review feedback
- removing the hexagonal architecture code
- removing the methods removeDuplicatesUsingCharArray
- adding some meaningful sentences to test
* Fix for the code review feedback
- fix for removeDuplicatesUsingCharArray
- adding unit testing
- adding brackets around for loops
* Fix for the code review feedback
* Adding remove duplicates using java 8 distinct
adding assets to the unittests to test for empty strings
* Checking for empty strings in unit tests
Adding an if statement to check whether an empty string is passed to removeDuplicatesUsingSorting method
2018-11-23 07:46:20 -08:00
Loredana
d988b1280a
fix test
2018-11-22 23:59:22 +02:00
Loredana Crusoveanu
9127733ad1
Merge pull request #5759 from eugenp/lor6-patch-8
...
Update README.md
2018-11-22 23:47:53 +02:00
Loredana Crusoveanu
bf184639e7
Update README.md
2018-11-22 23:36:10 +02:00
Loredana Crusoveanu
b2ec608550
Merge pull request #5758 from eugenp/BAEL-2345-v2
...
move constructors to java lang module
2018-11-22 23:14:27 +02:00
Loredana
4c1f773d07
move constructors to java lang module
2018-11-22 22:59:37 +02:00
Eugen Paraschiv
668aa4a583
profiles work
2018-11-22 22:42:18 +02:00
smokeyrobot
bb00c37151
Gatling vs JMeter vs The Grinder
...
Issue: BAEL-46
2018-11-22 13:13:14 -07:00
Eugen Paraschiv
5ad9f285e1
profile work
2018-11-22 20:37:50 +02:00
Eugen Paraschiv
e24d89199b
profile work
2018-11-22 19:52:02 +02:00