Commit Graph

10393 Commits

Author SHA1 Message Date
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
Ganesh Pagade f34d44faaa fixes 2018-10-26 10:21:35 +05:30
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
chandra 464189ff4e Introduction to Scala
Updated examples
2018-10-24 16:43:09 -04: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
Loredana Crusoveanu c26630f046
Merge pull request #5526 from khatwaniNikhil/BAEL-2215
Changes for BAEL-2215
2018-10-24 19:43:29 +03:00
Tino M Thomas e2aad41b78 BAEL - 2251
Moved the code from spring-boot-mvc to spring-all
2018-10-24 09:36:56 +03:00
Alfonso Lentini a828ae2137 Added comments 2018-10-23 23:40:46 +02:00
daoire e24426923e Refactor Code and add Tests (#5251) 2018-10-23 22:09:29 +02:00
José Carlos Valero Sánchez 75b2ba2efa
Merge pull request #5517 from PranayVJain/BAEL-2236
BAEL-2236: Reading a CSV file into a array
2018-10-23 19:39:13 +01:00
Dhawal Kapil 6ef143f570 BAEL-9040 Two quick improvements to the foreach article
-Added Map's forEach BiConsumer example
2018-10-23 22:00:06 +05:30
Nikhil Khatwani 2809811d9f Changes for BAEL-2215 2018-10-23 17:56:26 +05:30
Grzegorz Piwowarek 1bca2a8c54
Update README.md (#5525) 2018-10-23 04:50:09 -07:00
DomWos 6f34ca1de2 Changed the comment about random range to proper values. 2018-10-23 12:09:46 +02:00
charlesgonzales fc13924962 Bi-monthly fix (BAEL-9663) (#5523)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2018-10-23 01:57:41 -07:00
eric-martin 917c64307a UnzipFile is vulnerable to Zip Slip #5497 2018-10-22 21:57:52 -05:00
DOHA 38e9149af6 httpOnly session 2018-10-22 22:39:07 +03:00
Loredana Crusoveanu 906082b26f fix formating 2018-10-22 20:05:17 +03:00