Commit Graph

81 Commits

Author SHA1 Message Date
sheryllresulta 0c15700730
Update README.md 2019-03-18 17:09:38 +08:00
sheryllresulta 834df022ec
Update README.md 2019-03-04 18:16:42 +08:00
sheryllresulta f7e2c80623
Update README.md 2019-02-28 17:35:28 +08:00
Karol f0a76420b6 BAEL-2713 Serve Static Content in Spring WebFlux (#6404) 2019-02-25 09:54:55 -08:00
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
collaboratewithakash ca08f5ff9d
back-link added 2019-01-04 17:38:08 +05:30
KevinGilmore e0d24b6780
BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 Update README (#5973)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
2018-12-22 11:40:24 -06:00
Kacper 743949afe6 testing with StepVerifier (#5673)
* testing with StepVerifier

* Test publisher
2018-12-12 04:15:04 -06:00
Loredana Crusoveanu 0e5df58ec5
Merge pull request #5836 from rozagerardo/geroza/BAEL-10843_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-1
BAEL-10843 | Upgrade set of modules to use boot 2.1 - part 1
2018-12-07 22:21:33 +02:00
Ger Roza a21f82001c Added cases using subscribeOn and publishOn when debuggin reactive streams, for analysis (#5841) 2018-12-04 19:14:12 -08:00
geroza baa6288375 Migration of the following modules:
* spring-5-mvc
* spring-5-reactive
2018-12-03 14:53:39 -02:00
geroza 6ced126022 created parent-boot-2 copy, and point all projects to that new temporary parent pom 2018-12-01 17:37:34 -02:00
Loredana Crusoveanu dfa76b232f
Update README.md 2018-11-30 19:41:31 +02:00
Emily Cheyne 71f76d28cc
BAEL-2279
update readme
2018-11-29 16:15:20 -08:00
Kuba ac37b4fb65 BAEL-2279 - Logging reactive sequence
* BAEL-2279 - Logging reactive sequence

* BAEL-2279 - Logging reactive sequence

* Format fix.

* Add all examples. Fix formatting.

* BAEL 2279 - rename file, formatting fixes, update deps.

* BAEL-2279 - Move code to reactive module.

* BAEL 2279 - Remove old code.
2018-11-28 06:42:07 -08:00
Ger Roza 3d2f6eff67 [BAEL-2278] spring-5-reactive | debugging reactive streams (#5789)
* First approach for the scenario, not stable yet.

* Added 2 services for teh article
Consumer is the main example project, with all the debugging functionality

* * cleaned unused spring-5-data functionality

*  cleaning unused spring-5-data pom

* *fixed indentation error

* addressed Jira comments:
* Created live test, and renamed unit test as integrtion test
* Tried to fix issue in CI, couldnt reproduce locally
2018-11-27 11:32:34 -08:00
Loredana cf602faff9 revert boot 2.1 upgrade 2018-11-22 00:37:23 +02:00
gmconte 52852b3a49 BAEL-2302 UPDATED Spring Data REST HTTP Method customization example (#5594)
* BAEL-2302 Spring Data REST HTTP Method customization example

* BAEL-2302 Spring Data REST - granular HTTP Methods control

* BAEL-2302 Spring Data REST - fixed parent pom file version error

* BAEL-2302 Fixing thymeleaf dependencies

* BAEL-2302 Spring Data REST - fixed netty bootstrap

* BAEL-2302 Spring Data REST - fixed netty test

* BAEL-2302 Spring Data REST - fixed spring security oauth2

* BAEL-2302 - Fix oauth2 server deps
2018-11-09 23:26:28 -06:00
charlesgonzales 23143a0c17 Bi-monthly test fix - BAEL-10195 (#5626)
* Update README.md

* Update README.md

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

* 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-11-08 21:23:23 +01:00
Adam InTae Gerard 2404312d20 BAEL-1909 (#5366) 2018-10-20 06:29:05 +02:00
rozagerardo 45194b5edc [BAEL-1502] spring-5-reactive | Validation for Functional Endpoints (#5437)
*  Added validation for functional endpoints scenarios:
* validating in handler explicitly
* created abstract handler with validation steps
* using validation handlers with two implementations

* * added annotated entity to be used with springvalidator

* * added tests and cleaning the code slightly
2018-10-15 22:22:19 -07:00
Loredana Crusoveanu c09425ac03
Merge pull request #5219 from eugenp/BAEL-8939
BAEL-8939: Adding a Spring Context test in all Spring Modules (change…
2018-09-27 11:21:12 +03:00
charlesgonzales 4cbc8d0bac To add/fix links (Team Jira BAEL-9015) (#5332)
* 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

* Create README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-27 09:09:58 +02:00
sachin29aug 764dff1bd9 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 20 modules.. work in progress..) 2018-09-09 16:10:21 -04:00
rozagerardo ffce600b8d [BAEL-2114] spring-5-reactive & spring-5-mvc | Server Sent Events in Spring (#5146)
* * added spring 5 reactive examples

* * added MVC example
* added spring 5 webflux test
2018-09-03 08:32:50 -07:00
Tom Hombergs 3d3dfd7970
Merge pull request #4760 from MajewskiKrzysztof/master
BAEL-1912
2018-08-19 16:41:59 +02:00
Loredana Crusoveanu 2ac42e378d fix links 2018-08-17 14:50:52 +03:00
Loredana Crusoveanu 71c247b0c9 move security code 2018-08-17 13:18:09 +03:00
Krzysztof Majewski 711a352d7f merge 2018-08-10 09:31:34 +02:00
Dhawal Kapil e7485a1813 Task/bael 8020 (#4919)
* BAEL-8020 Fix surefire configs of spring-5 projects

-Removed surefire configurations from spring-5 projects

* BAEL-8020 Fix surefire configs of spring-5 projects

-Fixed surefire and junit configuration of spring-5-** projects
-Fixed mavensurefire plugin to execute JUnit5 tests BAEL-8125

* BAEL-8020 Fix sure fire configs in spring5 project

-Fixed dependency for junit-5

* BAEL-8020 Fix sure fire configs in spring5 project

-Fixed dependency for junit5-migration

* BAEL-8020 Fix surefire configs

-Updated maven war plugin to 3.0.0

* BAEL-8020 Fix surefire configs

-Upgraded surefire custom logger api version to 2.21.0 for all child projects

* BAEL-8020

-Deleted empty test SpringBootMvcApplicationTests.java in spring-boot-mvc.
-Renamed SpringBootMvcApplicationTests.java correct in spring-boot-vue

* BAEL-8020 Fix surfire configs

-Added junit vintage dependency to run junit4 tests
2018-08-09 19:13:44 +03:00
Rokon Uddin Ahmed 943df6917e BAEL-7708 04.08.2016 (#4893)
* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md
2018-08-06 14:04:56 +02:00
charlesgonzales 671bf20fe8 add/fix links - team BAEL-7962 (#4891)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

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

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md
2018-08-05 20:30:25 +02:00
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
amit2103 680e0c24a7 [BAEL-7608] - Fixed SecurityIntegrationTest with redirecting to login 2018-07-31 00:41:44 +05:30
amit2103 38e7ec8065 [BAEL-7608] - Removed unused imports 2018-07-29 14:17:48 +05:30
amit2103 bc036fc39d [BAEL-7608] - Reverted NettyContext to Embedded Tomcat example with Async = true 2018-07-29 14:16:04 +05:30
amit2103 578bcb7f79 [BAEL-7608] - Fixed spring-5-reactive integration tests 2018-07-29 11:04:14 +05:30
Loredana Crusoveanu 8b5232c1b6 add security exc 2018-07-25 22:53:14 +03:00
Loredana Crusoveanu 9101461a0a Merge branch 'BAEL-1447-v2' of https://github.com/eugenp/tutorials into BAEL-1447-v2 2018-07-25 07:23:14 +03:00
Loredana Crusoveanu 12989ac228 fix readme files 2018-07-25 07:22:41 +03:00
Loredana Crusoveanu e3005d8b27
Merge branch 'master' into BAEL-1447-v2 2018-07-24 22:06:08 +03:00
Loredana Crusoveanu 8baa17446d move mongodb ex 2018-07-24 21:47:40 +03:00
charlesgonzales f431a4c3ff add links (#4804)
* 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

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-07-24 19:21:55 +02:00
Loredana Crusoveanu fa954ebba7 move to reactive, extract mongodb ex 2018-07-23 23:31:28 +03:00
rozagerardo baab69a43a * Added changes for BAEL-1922 Enable CORS in Spring Webflux (#4724) 2018-07-19 19:11:57 +02:00
Dhawal Kapil b7120acfad BAEL-1814 Guide to Spring Webflux (#4450)
* BAEL-1814 Guide to Spring Webflux

-Added files for Employee reactive application
-Updated pom.xml for Spring Security

* BAEL-1814 Guide to Spring Webflux

-Added EmployeeControllerTest
-Updated method name in EmployeeController and corrected secured url in EmployeeWebSecurityConfig

* BAEL-1814 Guide to spring webflux

-Fixed security config, now only specific url prompts for authentication and not all endpoints
-Removed @WithMockUser as it is not needed now

* BAEL-1814 Guide To Webflux

-Feedback incorporation

* BAEL-1814 Spring Webflux Guide

-Formatted coded for EmployeeWebSocketHandler.

* Update and rename EmployeeControllerTest.java to EmployeeControllerUnitTest.java

* BAEL-1814 Guide to spring webflux

-Fixed EmployeeControllerUnitTest.java
2018-07-16 20:09:54 +02:00
Sanjay Patel cddf858c05 BAEL-5246: pom cleanup (#4620)
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project

* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud

* BAEL-5246: pom cleanup upto testing-modules/junit5

* BAEL-5246: pom cleanup - upto xstream

* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02:00
Loredana Crusoveanu a1dab9a874 refactor test 2018-07-09 20:49:02 +03:00
Tonnix 1e69e96e7b
Added test file for BAEL-1867 2018-07-09 13:25:02 +03:00
Tonnix 63e55f2730
Added source files for BAEL-1867 2018-07-09 13:23:56 +03:00