Commit Graph

14328 Commits

Author SHA1 Message Date
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
Krzysztof Majewski f1d68f74f6 add new module 2019-07-26 12:33:04 +02:00
Maiklins dee7128b92 BAEL-3012 Spring Request Parameters with Thymeleaf (#7412) 2019-07-26 08:01:03 +03:00
vatsalgosar 78881a0a01 package scan 2019-07-26 10:10:46 +05:30
vatsalgosar aa0658c823 changed package scan 2019-07-26 10:09:08 +05:30
vatsalgosar 85f4a100db updated packages 2019-07-26 10:05:46 +05:30
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
vatsalgosar ba8d468603 module changed 2019-07-26 02:01:33 +05:30
DOHA 5b5733239c depth first search 2019-07-25 23:11:26 +03: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
Gerardo Roza 30f4da3dd5 renamed spring-security-mvc-session to simply spring-security-mvc 2019-07-25 12:08:47 -03:00
Gerardo Roza b981da41c8 added live tests for session timeout properties 2019-07-25 11:40:21 -03:00
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
Alessio Stalla 2b5e275716 Fix package name 2019-07-24 23:35:54 +02:00
Alessio Stalla 155d3ea52f Fix readme 2019-07-24 23:35:22 +02:00
Alessio Stalla d3ed9d75fd Tests for BAEL-2991 2019-07-24 23:32:58 +02:00
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
Chirag Dewan 97e38d338f BAEL-2990 Automatic generation of the Builder pattern with FreeBuilder 2019-07-24 21:32:42 +05:30
Chirag Dewan b32a91a8ff Merge branch 'master' of https://github.com/eugenp/tutorials 2019-07-24 21:30:53 +05:30
Loredana Crusoveanu 0eb5179a6d
Merge pull request #7401 from eugenp/exclude-test
exclude modules with failing tests
2019-07-23 23:15:57 +03:00
Gerardo Roza b355af4d01 fixed migration to spring boot 2, plus now added properties in articles 2019-07-23 16:22:20 -03:00
Loredana 22d6a3efb2 exclude modules with failing tests 2019-07-23 22:18:39 +03:00
vatsalgosar eaa0c63620 BAEL-2728
- Removed unnecessary code
2019-07-24 00:18:45 +05:30
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
priyank-sriv cb686cf9c4 minor modifications 2019-07-23 01:52:22 +05:30
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