Commit Graph

7074 Commits

Author SHA1 Message Date
Thoughtscript 11bcac7159 BAEL-1175 - Finalized example and improved scripts 2018-01-15 05:01:38 +00:00
Thoughtscript 36bab29858 Merge remote-tracking branch 'upstream/master' 2018-01-15 04:57:55 +00:00
Alessio Stalla ee3c3a6237 BAEL-1402 code for the article: Try-with-resources in Kotlin (#3418) 2018-01-14 16:32:47 -08:00
Eric Goebelbecker 22dbf2c8cd Bael-1364 - Introduction to Lettuce (#3415) 2018-01-14 13:48:42 -08:00
Loredana Crusoveanu 37a1b43426
Merge pull request #3416 from eugenp/lor6-patch-7
Create README.md
2018-01-14 22:53:28 +02:00
Loredana Crusoveanu 0d4a49f4f1
Create README.md 2018-01-14 22:27:54 +02:00
Nikhil Khatwani fb141b9b3f Bael 1469 (#3414)
* Changes for BAEL-1469 Upgrade the Spring MVC article

* web.xml changes for servlet 3.1
2018-01-14 21:03:18 +02:00
Nikhil Khatwani 5b8e84b26c Refaactoring-Thread Interrupt (#3412) 2018-01-14 16:00:32 +01:00
Carsten Gräf 0a343e10cb
Merge pull request #3411 from felipeazv/master
BAEL-1475: Reactive WebSockets with Spring 5
2018-01-14 08:22:21 +01:00
Thoughtscript e50635ad82 Merge remote-tracking branch 'upstream/master' 2018-01-14 05:01:43 +00:00
Eugen Paraschiv a4c02d6275 minor formatting cleanup 2018-01-14 00:59:55 +02:00
Nikhil Khatwani 33f7b1a3b9 Changes for BAEL-1469 Upgrade the Spring MVC article (#3407) 2018-01-14 00:56:24 +02:00
felipeazv 466340e96f BAEL-1475: Reactive WebSockets with Spring 5 2018-01-13 19:25:28 +01:00
felipeazv b41ebab6b8 BAEL-1475: Reactive WebSockets with Spring 5 2018-01-13 19:25:28 +01:00
Loredana Crusoveanu afb2191c4c
Merge pull request #3410 from eugenp/BAEL-1430-v2
move actuator 2 to spring-5-reactive
2018-01-13 19:16:14 +02:00
Denis cd4b526789 BAEL-1451 Writing a Jenkins plugin (#3396)
* BAEL-1451 Writing a Jenkins plugin

A sample Jenkins plugin which
builds basic project stats

* BAEL-1451 Writing a Jenkins plugin

Formatting
2018-01-13 08:57:53 -08:00
Loredana Crusoveanu 5a40e7ec48
Update pom.xml 2018-01-13 18:39:56 +02:00
Loredana Crusoveanu 7420aa7f6f move actuator 2 to spring-5-reactive 2018-01-13 18:18:41 +02:00
Doha2012 6f3710b9ae move stream API to core-java-8 (#3403)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup

* fix blocking tests

* add core-java-io module

* move stream API to core-java-8
2018-01-13 14:58:51 +01:00
José Carlos Valero Sánchez fc8e9ae24a
Merge pull request #3336 from linhvovn/BAEL-1411
[Bael 1411-tlinh2110] Add resources for Method Security
2018-01-13 12:06:53 +00:00
Ahmad Alsanie 07aad444ae BAEL-1473 Intoduction to Spliterator in Java (#3400) 2018-01-12 13:05:49 -08:00
Doha2012 bff36974cd create core-java-io module (#3397)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup

* fix blocking tests

* add core-java-io module
2018-01-12 15:30:30 +01:00
Loredana Crusoveanu 5d2f0542fa move oauth2 example to new project (#3388)
* move oauth2 example to new project

* formatting
2018-01-12 14:08:28 +01:00
Juan Moreno b360955e67 BAEL-1148 earth001@gmail.com - Mapped get method in controller / Removed resources (#3395)
* Sample code for BAEL-1148 - earth001@gmail.com

* Change tabs for spaces in non java files

* Change tabs for spaces in non java files

* Removed unnecessary argument

* BAEL-1148 earth001@gmail.com - Mapped get method in controller / Removed resources
2018-01-11 20:30:31 -06:00
linhvovn 70638b90f1 [tlinh2110] Change test name 2018-01-11 23:02:48 +08:00
Loredana Crusoveanu d74c88299b
Merge pull request #3369 from CalamarBicefalo/master
BAEL-1430: Add Spring Boot 2 actuator module
2018-01-11 11:19:08 +02:00
José Carlos Valero Sánchez 6d6cc2d50e
Merge branch 'master' into master 2018-01-11 08:31:58 +00:00
José Carlos Valero Sánchez 9ff8a53c7d BAEL-1430: Move Spring Boot 2 actuator module 2018-01-11 08:27:15 +00:00
Carsten Gräf 07750c2266
Merge pull request #3389 from k0l0ssus/master
Java-Vavr Stream Comparison Sample
2018-01-11 06:38:37 +01:00
Dassi orleando 0859445178 BAEL-1318: Add Maven Wrapper to spring-boot module (#3390)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add
2018-01-10 21:18:47 -08:00
Loredana Crusoveanu 023b3ae9f7
Merge pull request #3392 from sirishrenukumar/srenukumar/static_class
Static class example (review comments addressed)
2018-01-10 16:53:59 +02:00
Loredana Crusoveanu 5b702ad069
Merge pull request #3391 from eugenp/lor6-patch-7
Update README.md
2018-01-10 16:53:39 +02:00
Sirish Renukumar f7edd9b594 Static class example (review comments addressed) 2018-01-10 19:27:36 +05:30
Loredana Crusoveanu ade2a3ef97
Update README.md 2018-01-10 10:31:43 +02:00
Loredana Crusoveanu 5d545fb89f
Merge pull request #3386 from eugenp/lor6-patch-6
Update README.md
2018-01-10 10:27:47 +02:00
k0l0ssus 08f58c5f45
Update pom.xml 2018-01-09 20:28:35 -05:00
k0l0ssus 298225c6bd
Add files via upload 2018-01-09 20:27:52 -05:00
Loredana Crusoveanu c18ed68935
Update README.md 2018-01-09 22:56:53 +02:00
Loredana Crusoveanu c977b6feaa
Merge pull request #3370 from eugenp/update-rest-docs
update restdocs, move to spring-5
2018-01-09 22:55:36 +02:00
Loredana Crusoveanu 8aa6842c73
Update README.md 2018-01-09 20:56:30 +02:00
KevinGilmore 92e8b0b8b0
1297 README (#3383)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README

* BAEL-1297: Update README
2018-01-09 09:03:02 -06:00
Ahmed Tawila 2b5a125440 BAEL-1080 Introduction to Future in Vavr (#3372)
* Add missing features

* Add missing features
2018-01-09 12:31:45 +01:00
daoire c8cf103fbc
Merge pull request #3377 from eugenp/daoire-patch-4
Update README.md
2018-01-09 09:46:56 +00:00
Doha2012 ee86e6b6ad fix blocking tests (#3378)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup

* fix blocking tests
2018-01-08 22:39:01 +01:00
Magdalena Krause cbd1a9dfbf Bael 1277 (#3379)
* BAEL-1277: RESTFul CRUD application with JavaLite.

* BAEL-1277: RESTFul CRUD application with JavaLite. Adding exception handling.

* BAEL-1277: Changes after editors review.
2018-01-08 13:34:16 -08:00
Loredana Crusoveanu fa2e225d63 add requested changes 2018-01-08 21:13:31 +02:00
daoire 727554bf47
Merge pull request #3376 from eugenp/daoire-patch-3
Update README
2018-01-08 17:50:16 +00:00
daoire 556500a259
Update README.md 2018-01-08 17:29:00 +00:00
daoire 92d256c7fd
Update README 2018-01-08 17:27:04 +00:00
Igor Kugaudo fd9d956be3 BAEL-1351 RegEx for matching Date Pattern in Java (#3217)
* kugaudo/igor@kugaudo.com

* BAEL-1351 RegEx for matching Date Pattern in Java

* BAEL-1351 RegEx for matching Date Pattern in Java

* BAEL-1351 RegEx for matching Date Pattern in Java

* Fixed names of test methods

* Refactored class names, split unit tests by classes

* Reordered test cases in Gregorian date matcher unit test, formatted code

* Added override annotation

* Renamed mather main method for better semantics

* Fixed names of test methods

* Split Gregorian date matcher to separate branches

* Fixed test cases according to the article

* Revert "Merge branch 'master' into datepattern"

This reverts commit 0d57456140bc9e1f36d32b3e707acd2729b2c60f, reversing
changes made to c768132dcd24d4312567298f34c67cb31dcde9f8.
2018-01-08 17:24:28 +00:00