DOHA
31d74aa6a4
Merge remote-tracking branch 'eugenp/master'
2019-07-31 17:18:54 +03:00
Erik Pragt
4e31224703
Merge pull request #7450 from sreekanthsnair/master
...
[BAEL-3121] Added source for finding number of lines in a file
2019-07-31 21:17:29 +10:00
rpvilao
e11d555977
Merge pull request #7341 from MajewskiKrzysztof/BAEL-2825
...
BAEL-2825
2019-07-31 11:34:20 +02:00
Eugen Paraschiv
970889ad14
minor cleanup work
2019-07-31 12:04:14 +03:00
Krzysztof Majewski
f5c7e8541a
Merge branch 'master' into BAEL-2825
2019-07-31 10:33:28 +02:00
Krzysztof Majewski
6c4cceb9f5
Merge pull request #3 from eugenp/master
...
merge
2019-07-31 10:31:43 +02:00
Sumeet Gajbhar
ecf8bd76cc
BAEL-3027 binary number arithmetic operations ( #7437 )
...
* BAEL-3027 binary number arithmetic operations
* BAEL-3127 updated the unit test case names
* added unit test cases for built-in java functions
* updated function name
* BAEL-3127 updated unit test case names
* BAEL-3127 removed comments from code
2019-07-30 22:12:25 +02:00
Justin Albano
db90a53e38
BAEL-3141: Added test cases for String to Double conversion. ( #7448 )
...
These tests exercise the conversion of Strings that can be converted to
Doubles, as well as the exceptions that are thrown for invalid Strings.
2019-07-30 21:54:17 +02:00
rpvilao
1baace10cf
Merge pull request #7411 from alessiostalla/BAEL-2991
...
BAEL-2991
2019-07-30 18:43:45 +02:00
Alessio Stalla
19d73e9611
Fix parent POM
2019-07-30 14:36:32 +02:00
rpvilao
5a13c67fda
Merge pull request #7382 from priyank-sriv/BAEL-3087
...
BAEL 3087: Exponential Backoff with Jitter
2019-07-30 13:10:33 +02:00
sreekanth.nair
2aa2f078dd
[BAEL-3121] Added source for finding number of lines in a file
2019-07-30 12:55:29 +05:30
Krzysztof Majewski
8e3f2ae495
update
2019-07-30 08:35:24 +02:00
Kumar Chandrakant
36ad6f15ef
Adding code for the tutorial tracked under BAEL-3073. ( #7442 )
2019-07-30 08:09:34 +02:00
maryarm
627fb4f1d1
#BAEL-2888: Reloading Properties Files in Spring ( #7427 )
...
-change package name to "com.baeldung.properties.reloading"
-remove module 's ".gitignore"
2019-07-30 01:19:08 -04:00
josephine-barboza
d9a20d1764
BAEL-2906 Functional Controllers in Spring MVC ( #6972 )
...
* BAEL-2906 Functional Controllers in Spring MVC
* BAEL-2906 Functional Controllers in Spring MVC
* BAEL-2906 Functional Controllers in Spring MVC
* BAEL-2906 Removed unnecessary files
* BAEL-2906 Removed project
* BAEL-2906 Removed comments
2019-07-29 22:44:52 +01:00
Paul Latzelsperger
8f5bb3c6a9
Bael 3082 ( #7446 )
...
* added example code for BAEL-3082
* added another test case, refactored method names
* moved to basics module
2019-07-29 22:38:42 +02:00
Loredana Crusoveanu
ab9856b31c
Merge pull request #7445 from rozagerardo/rozagerardo/BAEL-10220_Update-Spring-Session-article-fix-test-name
...
[BAEL-10220] Update Spring Session article - fix test name
2019-07-29 21:56:59 +03:00
Gerardo Roza
f174fa0ae9
Fix test naming, now renamed as LiveTest
2019-07-29 09:58:14 -03:00
Ger Roza
5aecdeb021
[BAEL-3066] Spring Security: Exploring JDBC Authentication ( #7441 )
...
* created multi-module project from spring-security-mvc-boot
* Added JDBC Authentication application to spring-security-mvc-boot-default
* Added JDBC Authentication application to spring-security-mvc-boot-mysql
* Added JDBC Authentication application to spring-security-mvc-boot-postgre
* adding new modules to parent spring-security-mvc-boot module, reformatting sql scripts, and added form fields to H2 LiveTest
2019-07-29 07:56:21 +02:00
fanatixan
9b97533de7
bael-3119 ( #7436 )
2019-07-29 07:46:22 +02:00
Loredana Crusoveanu
ba31134cfd
Merge pull request #7373 from johnA1331/master
...
Bi-monthly test fix - BAEL-16046
2019-07-28 12:57:21 +03:00
Loredana Crusoveanu
37b2cb44ee
Merge pull request #7364 from eugenp/BAEL-15976-v2
...
Bael 15976 v2
2019-07-28 10:27:26 +03:00
Eugen
8ae248ce42
Update README.md
2019-07-28 09:47:03 +03:00
Eugen
c0308756da
Update README.md
2019-07-28 09:45:13 +03:00
Eugen
0a5d51461c
changing case in the pom
2019-07-28 09:40:25 +03:00
Eugen
0094c08a3d
changing case in the pom
2019-07-28 09:39:48 +03:00
Eugen
1db074d22d
changing case
2019-07-28 09:35:46 +03:00
Eugen
38b37df873
changing case
2019-07-28 09:35:40 +03:00
Eugen
6350819aa6
Merge branch 'master' of https://github.com/eugenp/tutorials
2019-07-28 09:34:32 +03:00
Eugen
b8d65f954b
changing case
2019-07-28 09:34:07 +03:00
Loredana Crusoveanu
1ab13b226d
Merge pull request #7418 from Doha2012/master
...
depth first search
2019-07-28 09:33:44 +03:00
Eugen
7502f58b99
changing case
2019-07-28 09:33:07 +03:00
Eugen
76aa185add
changing case
2019-07-28 09:32:42 +03:00
Devender Kumar
c4110e5fe8
Added big decimal validation ( #7379 )
...
* Added cascading type mudule
* fix compile error
* updated dependency version in pom
* Added BigDecimal validation classes
* Updated test cases
* Remove syso from test cases
* Updated test cases
2019-07-28 07:19:16 +03:00
DOHA
24135c03cf
modify graph implementation
2019-07-28 00:01:06 +03:00
Loredana Crusoveanu
493e435ff7
Merge pull request #7425 from amit2103/BAEL-16086
...
[BAEL-16086] - Moved core-java-arrays module, added missing pom.xml, …
2019-07-27 22:54:17 +03:00
Loredana Crusoveanu
7469a2ffd1
Merge pull request #7426 from amit2103/BAEL-15959
...
Bael 15959
2019-07-27 19:24:08 +03:00
amit2103
49cfd94439
[BAEL-15959] - Removed spring-security dependency
2019-07-27 18:06:02 +05:30
amit2103
292432b5b9
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15959
2019-07-27 18:02:03 +05:30
amit2103
1be61beeb3
[BAEL-16086] - Moved core-java-arrays module, added missing pom.xml, fixed pmd errors
2019-07-27 17:58:14 +05:30
maryarm
8d62e17b8e
#BAEL-2888- Reloading Properties Files in Spring ( #7392 )
...
Code samples for BAEL-2888
2019-07-27 08:20:52 -04:00
Loredana Crusoveanu
71af0f793c
Merge pull request #7415 from rozagerardo/rozagerardo/BAEL-10220_Update-Spring-Session-article
...
[BAEL-10220] Update Spring Session article
2019-07-27 14:30:09 +03:00
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