10439 Commits

Author SHA1 Message Date
Kevin Wittek
c10101a9ac Add Kotlin data mapping examples (BAEL-2247) (#5560) 2018-10-28 18:22:24 +01:00
TINO
0d4fa7c748 BAEL - 2251
Removed Spring boot dependency.
2018-10-28 19:52:59 +03:00
Eric Martin
bf2da7e686
Merge pull request #5430 from bmontuelle/master
Bump spring-cloud dependency version to fix project startup
2018-10-28 11:39:34 -05:00
Laurentiu
49b42d75df BAEL-2218 Example of sorting in Kotlin 2018-10-28 18:16:59 +02:00
Eric Martin
b57a14db36
Merge pull request #5416 from chandra1123/BAEL-2041
Bael-2041 Introduction to Scala
2018-10-28 10:29:09 -05:00
Loredana Crusoveanu
331b2746ad
Merge pull request #5504 from amit2103/BAEL-9696
[BAEL-9696] - Moved persistence-related modules into the persistence …
2018-10-28 14:14:20 +02:00
amit2103
571c21b555 [BAEL-9696] - Fixed conflicts 2018-10-28 15:58:53 +05:30
Loredana Crusoveanu
013e09c6d5
Merge pull request #5555 from eugenp/refactor-rql
refactor spring rest query lang
2018-10-28 09:50:20 +02:00
Loredana
600f416c1b refactor spring rest query lang 2018-10-28 09:31:42 +02:00
Eugen Paraschiv
6ea24fdab5 balancing the first and second profiles 2018-10-28 09:16:31 +02:00
mstefanec
a8b29dd140 Added UnitTest for programatically creating sequences in project reactor (#5552) 2018-10-27 22:49:40 -07:00
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
Grigorios Dimopoulos
0187c74f79 Mercator: Article example implementation of mercator projections. 2018-10-26 11:22:09 +03:00
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