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
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
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
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
Loredana Crusoveanu
ca022021b4
Merge pull request #7222 from amit2103/BAEL-14274-23
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/intro- …
2019-07-20 21:54:59 +03:00
Loredana Crusoveanu
2ff2df9be4
Merge pull request #7221 from amit2103/BAEL-14274-22
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/buildi …
2019-07-20 21:50:10 +03:00
Loredana Crusoveanu
94705db20a
Merge pull request #7220 from amit2103/BAEL-14274-21
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring …
2019-07-20 21:49:27 +03:00
Loredana Crusoveanu
0c0aff29df
Merge pull request #7217 from amit2103/BAEL-14274-20
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring …
2019-07-20 21:47:17 +03:00
Loredana Crusoveanu
d128ed9411
Merge pull request #7216 from amit2103/BAEL-14274-19
...
Bael 14274 19
2019-07-20 21:35:49 +03:00
Loredana Crusoveanu
3ea05194d1
Merge pull request #7214 from amit2103/BAEL-14274-18
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring …
2019-07-20 21:34:11 +03:00
Loredana Crusoveanu
ec0f63404c
Merge pull request #7213 from amit2103/BAEL-14274-17
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/java-g …
2019-07-20 21:31:29 +03:00
Loredana Crusoveanu
568030e371
Merge pull request #7212 from amit2103/BAEL-14274-16
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring …
2019-07-20 21:29:19 +03:00
Loredana Crusoveanu
76099945aa
Merge pull request #7211 from amit2103/BAEL-14274-15
...
[BAEL-14274] - Fixed article code for https://www.baeldung.com/mockit …
2019-07-20 21:27:42 +03:00
Loredana Crusoveanu
c14f95c580
Merge pull request #7363 from Doha2012/master
...
update testcontainers
2019-07-20 20:21:03 +03:00
DOHA
ca5eb17e00
minor fix
2019-07-20 17:53:02 +03:00