Commit Graph

7401 Commits

Author SHA1 Message Date
Thoughtscript 68b4eddc97 BAEL-1175 - Corrected HDFS URI 2018-01-15 05:05:00 +00:00
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
Alessio Stalla edf95fa48b Merge remote-tracking branch 'upstream/master' 2018-01-14 22:54:24 +01:00
Alessio Stalla a758fd9cef BAEL-1402 code for the article: Try-with-resources in Kotlin 2018-01-14 22:50:55 +01: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
Chris Oberle f0175dd4f5 change delimeter for username/domain concatenation 2018-01-14 09:05:52 -05:00
Chris Oberle 9fe3d2761e BAEL-1418 - spring security with extra login fields 2018-01-14 08:19:17 -05: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
markusgulden f5352c5d5e
Merge pull request #3 from eugenp/master
Update
2018-01-13 15:26:51 +01: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
DOHA b684064d53 move stream API to core-java-8 2018-01-12 22:43:06 +02:00
DOHA 254f7da3e9 Merge remote-tracking branch 'eugenp/master' 2018-01-12 22:13:23 +02: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
DOHA f9dc53e62d add core-java-io module 2018-01-11 21:43:14 +02:00
DOHA 5e3ab6f573 Merge remote-tracking branch 'eugenp/master' 2018-01-11 21:01:46 +02: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