Commit Graph

7053 Commits

Author SHA1 Message Date
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
hugosama1 92789f9ae6 Guidetoiterator (#3368)
* Added code for iterator

* missing imports..
2018-01-08 17:22:36 +01:00
ShyamVeda 23d47601d8 Zuul and Eureka Integration for discovering routes (#3363) 2018-01-08 17:22:04 +01:00
Hakan Özler db04ce54f0 [BAEL-1455] add docker client test cases and update pom (#3375) 2018-01-08 16:40:32 +01:00
Allan Vital cf32e14a9b [BAEL-1218] Guide to Spring EJB Integration (#3266)
* Evaluation article about types of bean injection in spring

* BAEL-1319 Quick Guide on Data.sql and Schema.sql Files in Spring

* Revert "Evaluation article about types of bean injection in spring"

This reverts commit eb071171673e0b8fa2b7ecffdad86f596e5fb114.

* BAEL-1218: adding spring-ejb and configuring ejb start and deploy

* BAEL-1218: adding spring

* BAEL-1218: wrapping all together

* BAEL-1218: new spring-ejb module

* BAEL-1218: tests and improvements

* BAEL-1218: removing moved files from old article

* BAEL-1218: code review requested changes

* BAEL-1218: test methods nomenclature correction

* BAEL-1418: removing tabs

* BAEL-1218: removing tabs

* BAEL-1218: correcting boot parent module path
2018-01-07 17:59:53 -06:00
Juan Moreno 09cbc1c6ee Sample code for BAEL-1148 - earth001@gmail.com (#3268)
* 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
2018-01-07 17:51:53 -06:00
Loredana Crusoveanu 423486bce1
Merge pull request #3373 from eugenp/remove-extra-project
remove extra spring-boot-actuator project
2018-01-07 22:42:31 +02:00
Loredana Crusoveanu 1f3099731b remove extra spring-boot-actuator project 2018-01-07 20:58:14 +02:00
linhvovn b0d331f2dd [BAEL-1411:tlinh2110] Add example for PostAuthorize 2018-01-08 01:27:53 +08:00
Dassi orleando 44380f6bd9 BAEL-1318: Quick Guide to Setting up the Maven Wrapper on an Application (#3371)
* BAEL-1216: improve tests

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

* Setting up the Maven Wrapper on a maven project
2018-01-07 08:42:06 -08:00
Loredana Crusoveanu 3d233f5ede add api guide 2018-01-07 17:12:07 +02:00
Loredana Crusoveanu 630acd7959 formatting, add tests 2018-01-07 17:09:37 +02:00
Loredana Crusoveanu 50743f20c0 update restdocs, move to spring-5 2018-01-07 17:05:18 +02:00
José Carlos Valero Sánchez f59f7b2123 BAEL-1430: Add Spring Boot 2 actuator module 2018-01-07 12:17:35 +00:00
KevinGilmore 477e8cfef4
399 update README (#3365)
* 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
2018-01-06 16:38:17 -06:00
araknoid fa92d1db3d BAEL-1419: Guide to cockroachDB in Java (#3325)
* adding CockroachDB code

* Fixed database name

* Added handling transaction examples
2018-01-06 20:38:33 +01:00
Jonathan 8108875723 BAEL-1068 (#3070)
* BAEL-1068 - Javadoc example classes

* BAEL-1068 - Formatting change for pom.xml

* Updated javadoc comments to reflect article example
2018-01-06 18:01:49 +01:00
Loredana Crusoveanu 9b01c94acf
Merge pull request #3362 from eugenp/lor6-patch-8
Update README.md
2018-01-06 19:01:12 +02:00
Loredana Crusoveanu bcae968f99
Update README.md 2018-01-06 18:43:48 +02:00
Loredana Crusoveanu ce005f70f0
Merge branch 'master' into lor6-patch-8 2018-01-06 12:01:51 +02:00