10290 Commits

Author SHA1 Message Date
Loredana Crusoveanu
716e1ac44b
Merge pull request #5550 from amit2103/BAEL-9557
[BAEL-9557] - Migrated the spring-rest-query-language to Java 8 idioms
2018-10-28 07:10:04 +02:00
Eric Martin
64fb1c159e
Merge pull request #5553 from eugenp/Issue-5065
Fixed SemaphoresManualTest
2018-10-27 22:35:51 -05:00
eric-martin
b12849dea6 Fixed SemaphoresManualTest 2018-10-27 22:29:02 -05:00
Kumar Chandrakant
0690a6332e BAEL-2250: Adding files for the article on SSL handshake failure. (#5541)
* BAEL-2250: Adding files for the article on SSL handshake failure.

* BAEL-2250 cleanup formatting

* Applied review feedback on the article.

* Adding cipher suite and protocol selection in server and client

* Corrected some code conventions.

* Revert: BAEL-2250 cleanup formatting
2018-10-27 20:22:33 -07:00
Vizsoro
901b733ca4 bael-2022 initialize array in kotlin (#5529)
* bael-2022 initialize array in kotlin

* bael-2022 formatting with eclipse

* bael-2022 formatting fix
2018-10-27 18:34:49 -07:00
amit2103
1e7f8c47bf [BAEL-9557] - Modified not null checks with Objects::nonNull and Collector.toList() 2018-10-28 00:50:45 +05:30
amit2103
4955159975 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9557 2018-10-28 00:40:14 +05:30
Loredana Crusoveanu
c3daf8868a
Merge pull request #5551 from eugenp/fix-custom-aop
remove extra spring-custom-aop module
2018-10-27 22:02:56 +03:00
Loredana
158ac9ec33 remove extra spring-custom-aop module 2018-10-27 21:00:27 +03:00
Loredana
d93ab9a8cf remove extra spring-custom-aop module 2018-10-27 20:58:24 +03:00
amit2103
a9e385a53d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9557 2018-10-27 22:06:53 +05:30
Shubhra Srivastava
44cef7b602 BAEL-2223: Processing JSONArray (#5547) 2018-10-27 09:02:16 -07:00
amit2103
14db73cf02 [BAEL-9557] - Migrated the spring-rest-query-language to Java 8 idioms 2018-10-27 21:11:18 +05:30
Loredana Crusoveanu
e31557b2dc
Merge pull request #5549 from eugenp/remove-out
remove extra out folder
2018-10-27 18:19:55 +03:00
Loredana Crusoveanu
7ec90ff6ef
Merge pull request #5548 from Doha2012/master
custom binder example
2018-10-27 18:02:54 +03:00
Loredana
5b3acc2a1c remove extra out folder 2018-10-27 17:33:03 +03:00
DOHA
1e3f51943b custom binder example 2018-10-27 14:41:38 +02:00
Loredana Crusoveanu
54c1fcb4a9
Merge pull request #5311 from eugenp/proton
Refactor ProtonPack samples
2018-10-27 12:19:00 +03:00
Loredana Crusoveanu
4e53cd8046
Merge pull request #5373 from eugenp/fix-nth-root
removed unnecessary Mockito and refactored test method name
2018-10-27 11:17:14 +03:00
Loredana Crusoveanu
762bcc8a65
Merge pull request #5411 from alejandrogervasio/javabeanconstraints
BAEL-2253 - Difference between @NotNull, @NotEmpty and @NotBlank Constraints in Java Bean Validation
2018-10-27 11:13:56 +03:00
Loredana Crusoveanu
944d7b3c65
Merge pull request #5544 from eugenp/thombergs-patch-9
added link
2018-10-27 11:04:21 +03:00
Loredana Crusoveanu
c83672fa4c
Update README.md 2018-10-27 11:01:30 +03:00
Loredana Crusoveanu
59273b30e7
Merge pull request #5545 from eugenp/thombergs-patch-10
added link
2018-10-27 11:00:50 +03:00
Ali Dehghani
0987f52a88 BAEL-2306: Update Spring JNDI article (#5540) 2018-10-27 09:38:14 +02:00
Larry Chung
84ef2cd246 BAEL-2142 Code revision to WordIndexer and JUnit (#5484)
* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018

* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018

* Refactoring and Unit testing added based on Kevin Gilmore's advice of Sep 16, 2018

* Resolve merge conflict

Added dependency for org.passay and for org.apache.commons

* Create searching/WordIndexer.java

* Create WordIndexerUnitTest.java

* Updated in response to Kevin Gilmore's questions

"What happens if the string ends with the word you're searching for? Would the next iteration of the loop cause an error if index + wordLength is greater than the last position of the string? Be sure to test this scenario."

* Updated WordIndexer in response to Kevin Gilmore

Generally speaking, it's good practice to declare return types, parameters, variables using an interface rather than an implementation, if the interface is sufficient to satisfy the need. In this case, there's no reason you can't simply return a List of Integer. (Excellent point, fixed)

The two methods are identical. Isn't the first one supposed to be the naive approach? (It was a copy and paste error, fixed)

* saving changes...

* Update java-strings/src/main/java/com/baeldung/string/searching/WordIndexer.java

Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>

* Update java-strings/src/main/java/com/baeldung/string/searching/WordIndexer.java

Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>

* Update java-strings/src/test/java/com/baeldung/string/searching/WordIndexerUnitTest.java

Co-Authored-By: codewarrior2000 <lpc34@columbia.edu>

* Respond to Kevin Gilmore's code changes

* Debugging code change to JUnit
2018-10-26 21:06:48 -05:00
Loredana Crusoveanu
57f89ee1ee
Merge pull request #5546 from eugenp/move-graylog
move graylog ex
2018-10-26 23:32:22 +03:00
Loredana
4c3a0d7f1f move graylog ex 2018-10-26 23:25:49 +03:00
Loredana Crusoveanu
dd0eefed99
Merge pull request #5543 from eugenp/lor6-patch-19
Update pom.xml
2018-10-26 22:50:32 +03:00
Tom Hombergs
c4e781ca82
added link 2018-10-26 21:43:19 +02:00
Tom Hombergs
1c0bd0a01e
added link 2018-10-26 21:38:56 +02:00
Loredana Crusoveanu
a9d5e2d5f0
Update pom.xml 2018-10-26 22:30:56 +03:00
Loredana Crusoveanu
8c50457533
Merge pull request #5542 from dkapil/task/BAEL-9709
Task/bael 9709
2018-10-26 22:01:19 +03:00
Dhawal Kapil
bbc4cdd3f7 Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-9709 2018-10-26 23:56:29 +05:30
Dhawal Kapil
8c361330f1 BAEL-9709 Fix start of Boot projects with parent-boot-2 parent
-Added placeholder {start-class} tag in parent-boot-2's spring-boot-maven-plugin so that any child that has a {start-class} automatically is benefited from this plugin and wil help that child class to run
-Fix startup issues of few spring boot 2 projects
2018-10-26 23:56:07 +05:30
Eric Martin
362bd203e9
Merge pull request #5535 from eugenp/Fix-HibernateCustomTypesUnitTest
Renamed HibernateCustomTypesUnitTest
2018-10-26 00:31:34 -05:00
eric-martin
ccef2f572e HibernateCustomTypesManualTest 2018-10-26 00:27:46 -05:00
eric-martin
e69b7283f3 Renamed HibernateCustomTypesUnitTest 2018-10-26 00:18:26 -05:00
Eric Martin
2ac03eb218
Merge pull request #5524 from eugenp/Issue-5497
UnzipFile is vulnerable to Zip Slip #5497
2018-10-25 23:55:20 -05:00
Eric Martin
9289bf858c
Merge pull request #5534 from eugenp/Fix-SimpleDateFormatUnitTest
Fixed SimpleDateFormatUnitTest
2018-10-25 23:53:51 -05:00
eric-martin
8837a12608 Fixed SimpleDateFormatUnitTest 2018-10-25 23:47:46 -05:00
Alejandro Gervasio
cadc14f0c9 BAEL-2299 - A CRUD web application with SpringBoot and Thymeleaf (#5530)
* Initial Commit

* Update Application.java

* Update pom.xml

* Update pom.xml

* Update pom.xml

* Update Application.java
2018-10-25 17:09:35 -07:00
José Carlos Valero Sánchez
55ccc6b433
Merge pull request #5395 from freddyaott/master
[BAEL-2264] Creating a Thread in Kotlin
2018-10-25 20:57:17 +01:00
DOHA
aa8a7827f7 Merge remote-tracking branch 'eugenp/master' 2018-10-25 22:38:35 +03:00
Loredana Crusoveanu
1fe49674b3
Merge pull request #5514 from eugenp/BAEL-2222-v2
update zonedatetime test
2018-10-25 21:23:10 +03:00
Loredana Crusoveanu
c3ead414f6
Merge pull request #5522 from Doha2012/master
httpOnly session
2018-10-25 21:22:24 +03:00
Loredana Crusoveanu
5e0cd159d3
Merge pull request #5505 from dkapil/task/BAEL-9040
Task/bael 9040
2018-10-25 21:14:44 +03:00
DOHA
b3d4ed532b Merge remote-tracking branch 'eugenp/master' 2018-10-25 14:37:45 +03:00
Eric Martin
5140bd630d
Merge pull request #5444 from Wosin/BAEL-1463
BAEL-1463: Apache Storm Introduction
2018-10-24 20:08:48 -05:00
Loredana Crusoveanu
5bc98d712f
Merge pull request #5528 from eugenp/fix-bubble-sort
fix bubble sort
2018-10-24 22:50:10 +03:00
Loredana Crusoveanu
7bd608207c fix bubble sort 2018-10-24 22:29:28 +03:00