14117 Commits

Author SHA1 Message Date
Loredana Crusoveanu
f9281a1011
Merge pull request #7397 from eelhazati/master
BAEL-2887: add resfresh token feature
2019-07-27 14:09:26 +03:00
Loredana Crusoveanu
e02afbe9f8
Merge pull request #7319 from eelhazati/master
BAEL-2887: fix feedback
2019-07-27 14:01:14 +03:00
Loredana Crusoveanu
825b56ccac
Merge pull request #7369 from amit2103/BAEL-15959
Bael 15959
2019-07-27 13:58:33 +03:00
Loredana Crusoveanu
563597252c
Merge pull request #7416 from amit2103/BAEL-10984-1
Bael 10984 1
2019-07-27 13:29:25 +03:00
rpvilao
f1232810e2 Fixes the parent boot (#7409) 2019-07-27 10:40:59 +03:00
Eric Martin
5cbc13d144
Merge pull request #7396 from albanoj2/master
BAEL-3153: Added test cases for String toLowerCase and toUpperCase
2019-07-26 23:27:23 -05:00
Justin Albano
e67462412e BAEL-3153: Corrected name of foreign lower case variable in tests 2019-07-26 23:33:34 -04:00
Justin Albano
7486e22885 –BAEL-3153: Reverted READ file to original contents. 2019-07-26 11:42:52 -04:00
Eric Martin
5c3a1752fd
Merge pull request #7398 from rahulgul8/development
Checking if a URL Exists in Java
2019-07-26 09:44:49 -05:00
Maiklins
dee7128b92 BAEL-3012 Spring Request Parameters with Thymeleaf (#7412) 2019-07-26 08:01:03 +03:00
psevestre
76bb391379 [BAEL-2284] R2DBC Sample Project (#7314)
* [BAEL-2284] Sample project

* [BAEL-2284] Sample project

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Sample code adjustments

* [BAEL-2284] Add README
2019-07-26 07:32:23 +03:00
Sam Millington
c7433926c5 [BAEL-2951] - Sorting a string that may contain a number code (#7388) 2019-07-26 07:18:20 +03:00
Eric Martin
5e8b11ade8
Merge pull request #7419 from rodrigolgraciano/BAEL-2877
Rename unit test to follow naming standards
2019-07-25 23:07:04 -05:00
Rodrigo Graciano
8358d5b2ec Rename unit test to follow naming standards 2019-07-25 22:14:58 -04:00
Carlos Cano
0d7a1747cc Checking if an array is sorted in java (#7385)
* SortedArrayChecker

* add recursivity method with custom object

* change test names

* add new case with comparator

* update methods with comparable param

* format

* fix test

* change sign by comparable

* change employee by object. Rename method
2019-07-25 21:09:02 +02:00
amit2103
29e2806ade [BAEL-10984-1] - Added new URL for MyUIServlet and updated Grid creation logic 2019-07-26 00:26:13 +05:30
amit2103
367f105fe7 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-10984-1 2019-07-26 00:06:14 +05:30
Justin Albano
ffada1e2a7 BAEL-3153: Updated code format to match standard Baeldung format
Converted tabs into spaces
2019-07-25 07:57:20 -04:00
Amy DeGregorio
2c53cdd44e BAEL-3010 (#7408)
* BAEL-3010 changing template dir

* BAEL-3010 Add ThymeleafConfig
2019-07-25 07:22:28 +02:00
rahul
45f85e2c7d Changing the parent pom for core-java-networking-2 2019-07-25 07:49:53 +05:30
rpvilao
4062ad667d
Merge pull request #7351 from drazen-nikolic/feature/BAEL-3007-spring-webclient-vs-resttemplate
BAEL-3007: WebClient vs RestTemplate example.
2019-07-24 18:04:26 +02:00
Loredana Crusoveanu
0eb5179a6d
Merge pull request #7401 from eugenp/exclude-test
exclude modules with failing tests
2019-07-23 23:15:57 +03:00
Loredana
22d6a3efb2 exclude modules with failing tests 2019-07-23 22:18:39 +03:00
rahul
7000dfe094 Checking if a URL Exists in Java 2019-07-23 21:49:03 +05:30
EZZEDDINE.ELHAZATI
ce9e956199 refactoring. 2019-07-23 16:13:48 +01:00
Justin Albano
4998ed9be4 BAEL-3153: Added test cases for String toLowerCase and toUpperCase
The toLowerCase and toUpperCase methods are simple enough that no new
classes are needed under the main/ directory. The included tests
exercise the changing of case for an English string using the default
locale, a foreign string using the default locale, and a foreign string
using a provided locale.
2019-07-23 11:07:32 -04:00
EZZEDDINE.ELHAZATI
4c6182d45f refactoring. 2019-07-23 16:04:35 +01:00
EZZEDDINE.ELHAZATI
b6b90f556a refactoring. 2019-07-23 13:26:23 +01:00
Carlos Cano
5903f4b60f [BAEL-3041] Spring boot mysql timezone (#7154)
* testing with user CRUD

* update project

* rename location

* delete maven files
2019-07-23 13:48:24 +02:00
eelhazati
e314cddbe6 scope in refresh token request should be a subset of those authorized by the resource owner. 2019-07-23 10:03:17 +01:00
eelhazati
7486f1a305 scope in refresh token request should be a subset of those authorized by the resource owner. 2019-07-23 09:24:25 +01:00
eelhazati
b6de1db857 add refresh token feature. 2019-07-23 09:09:56 +01:00
cdjole
dd0003a478 Shell sort (#7391)
* Shell sort

* Add new line at the end
2019-07-23 07:36:04 +02:00
Juan Moreno
4bf6b77067 Sample code for BAEL-2539 (#7238)
* UPDATE Added junit5 & assertJ configuration in order to run tests

* FEAT Added JaxpTransformer basic implementation

* UPDATE Added JAXP polish version

* UPDATE Polish jaxp implementation

* FEAT Added complete JAXP Sample

* FIX typo

* Added additional samples and JMH benchmark

* FIX indent in Joox sample
2019-07-22 22:16:48 -05:00
Loredana Crusoveanu
79a50387d1
Merge pull request #7386 from smcvb/BAEL-3099
[BAEL-3099] Second update to Axon article
2019-07-22 22:19:18 +03:00
dionisPrifti
da152e53a1 Bael 2997 spring boot configuration processor (#7376)
* BAEL-2997: Adding spring boot configuration processor dependency.

* BAEL-2997: Added examples for spring boot configuration processor, simple and nested properties.

* BAEL-2997: Fixed the identation

* BAEL-2997: Formatted the added dependencies

* BAEL-2997: Added version for configuration-processor dependency.
2019-07-22 19:53:15 +02:00
Paul Latzelsperger
8b2b894bbd added example code for BAEL-3082 (#7374) 2019-07-22 08:18:49 +02:00
Eric Martin
3aa5225ab6
Merge pull request #7295 from hugogiordano/master
BAEL-2798 Update to 'Scheduling in Spring with Quartz' article to add JDBC examples.
2019-07-21 20:30:19 -05:00
rpvilao
352ea88a7b
Merge pull request #7352 from Thabo08/loop-through-array
t.ntsoko@gmail.com - Demo code for looping diagonally through a square 2D array
2019-07-21 20:51:03 +02:00
Denis
968710433a BAEL-3084 remove xmlunit-2 ref from 'integration-lite-second' profile (#7372) 2019-07-21 19:56:35 +03:00
Lukasz Rys
85d3960cf8 [BAEL-3079]: Embedded Redis Server Article (#7368) 2019-07-21 15:52:37 +03:00
Eugen
f0c877bf0c compilation fix 2019-07-21 10:03:58 +03:00
Loredana Crusoveanu
e44223093d
Merge pull request #7371 from eugenp/lor6-patch-2
Update README.md
2019-07-21 09:43:07 +03:00
Loredana Crusoveanu
abccede291
Update README.md 2019-07-21 09:39:21 +03:00
nikunjgandhi1987
a057974b11 Lombok related code changes (#7326) 2019-07-20 23:26:36 -04:00
Carlos Cano
7eaa85d524 add constructor chaining example (#7125) 2019-07-20 23:20:19 -04:00
Loredana Crusoveanu
8e6a12f1a2
Merge pull request #7365 from amit2103/BAEL-15974
[BAEL-15974] - Fixed issue in Command Pattern article
2019-07-20 22:49:22 +03:00
Loredana Crusoveanu
b5f4e0db9f
Merge pull request #7226 from amit2103/BAEL-14274-24
[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring…
2019-07-20 22:33:31 +03:00
amit2103
805e6b7d5b Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15959 2019-07-21 00:58:19 +05:30
amit2103
e81753727d [BAEL-15959] - Moved article to spring-security-core 2019-07-21 00:57:41 +05:30