Commit Graph

7205 Commits

Author SHA1 Message Date
Carsten Gräf 3ecab4a0df
Merge pull request #3447 from BineshNarayanan/master
BAEL-1276 | Adding example of ActiveJDBC
2018-01-19 09:50:05 +01:00
Loredana Crusoveanu d74e2062db
Merge pull request #3461 from eugenp/lor6-patch-7
exclude metrics until tests are fixed
2018-01-19 10:32:50 +02:00
Loredana Crusoveanu b6f6e9dbc4
exclude metrics until tests are fixed 2018-01-19 10:02:27 +02:00
Dassi orleando 16fe0c8eca BAEL-976: Update spring rest article (#3455)
* 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

* BAEL-976: Update spring version
2018-01-18 14:42:48 -08:00
Adi 369ec4e181 BAEL-1267: programmatically create, configure and run a tomcat server 2018-01-19 00:06:57 +02:00
Carsten Gräf c8d11b402f
Merge pull request #3450 from felipeazv/master
BAEL-1475: moving module
2018-01-18 14:16:35 +01:00
felipeazv a25ea6372a moving module 2018-01-18 13:40:33 +01:00
felipeazv fe1105a526 change module 2018-01-18 13:04:56 +01:00
Alessio Stalla 407607131f Merge remote-tracking branch 'upstream/master' 2018-01-18 12:55:16 +01:00
Alessio Stalla 3a5804aaa8 Revert "Code for Alessio Stalla's evaluation article (Different Types of Bean Injection in Spring)"
This reverts commit c174946f85.
2018-01-18 12:54:55 +01:00
Sergey Petunin 1d29f9be8b BAEL-1414 Learn to Fully Leverage Java Server Faces (#3446) 2018-01-18 12:50:38 +02:00
Loredana Crusoveanu 20551052e1
Merge pull request #3444 from eugenp/BAEL-1177
refactor cloud security ex
2018-01-18 12:15:34 +02:00
chrisoberle bff1f7ba12 BAEL-1418 - spring security with extra login fields (#3413)
* BAEL-1418 - spring security with extra login fields

* change delimeter for username/domain concatenation

* remove unnecessary class

* move source to spring-5-security module

* finish moving example code to spring-5-security module

* fix formatting in pom

* adjust spacing
2018-01-18 11:13:33 +01:00
BineshNarayanan a8f6c9f9fb BAEL-1276 | Adding example of ActiveJDBC 2018-01-18 12:22:06 +08:00
Doha2012 aa0785ca16 upgrade opened to spring boot 2 (#3441)
* upgrade opened to spring boot 2
2018-01-17 22:59:15 +02:00
Loredana Crusoveanu 1cb252d052 refactor cloud security ex 2018-01-17 22:57:20 +02:00
Rokon Uddin Ahmed c3e8ba4a70 Pull request 17.01 (#3442)
* Update README.md

* Update README.md

* Update README.md

* Create 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

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2018-01-17 21:53:17 +01:00
Loredana Crusoveanu 8aadc36e24
Merge pull request #3432 from abirkhan04/spring-cloud-security
Spring cloud security
2018-01-17 21:36:44 +02:00
Nikhil Khatwani 88b009b485 Bael 1469 (#3439)
* Changes for BAEL-1469 Upgrade the Spring MVC article

* web.xml changes for servlet 3.1

* BAEL-1469 upgrade xsd
2018-01-17 18:02:48 +02:00
KevinGilmore 9f49641606
1218 README (#3438)
* 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

* BAEL-1218: README
2018-01-17 08:19:08 -06:00
abirkhan04 83c71dd524 Comment is deleted. 2018-01-17 16:48:54 +06:00
abirkhan04 bc8caf3266 1. Unnecessary file and code removed.
2. Project is relocated to spring-cloud folder
2018-01-17 16:42:26 +06:00
ShyamVeda a9d5b406a5 Added port number to response (#3431) 2018-01-16 21:51:01 +01:00
abirkhan04 c12ba1bf26 Spring-cloud-security project is added here. 2018-01-16 22:28:13 +06:00
Bogdan Stoean f993bc0435 [BAEL-1410] Spring Boot OAuth2 Support (#3409)
* initial setup with spring boot/ spring data jpa/ flyway

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - added flyway test extensions for spring

* BAEL-1315 - created multiple migration scripts and locations

* BAEL-1315 - test insert after schema creation

* cleanup

* BAEL-1315 - test data changes by a migration

* [BAEL-1410] Spring Boot Security Auto-Configuration

* [BAEL-1410] Added some tests for incorrect credentials use case

* [BAEL-1410] Added readme and some code improvements

* [BAEL-1410] removed form based auth config because is redundant
added oauth2 server auto-configuration sample with test

* [BAEL-1410] added custom Authorization Server Config

* [BAEL-1410] update README

* [BAEL-1410]refactor tests

* [BAEL-1410]oauth2 resource server

* [BAEL-1410]oauth2 sso sample with facebook

* [BAEL-1410]remove spring-flyway
2018-01-15 22:05:19 +01:00
Antonio David Perez Morales 293968321e BAEL-1428: Adding example for manually set authenticated user (#3423) 2018-01-15 21:00:21 +01:00
Tarang Bhalodia 7e5940b578 tarangbhalodia@gmail.com [BAEL-1282: geospatial support elasticsearch] (#3421)
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH

* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool

* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)

* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch
2018-01-15 11:41:38 -08:00
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
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