Commit Graph

46 Commits

Author SHA1 Message Date
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
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
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
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 71c247b0c9 move security code 2018-08-17 13:18:09 +03:00
Krzysztof Majewski 711a352d7f merge 2018-08-10 09:31:34 +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 12989ac228 fix readme files 2018-07-25 07:22:41 +03: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
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
rozagerardo 3786d4e1b1 * Added code for BAEL-1972 (#4632) 2018-07-08 10:40:02 +02:00
Bruno Mattos Torrão c7b2aded99 BAEL-1325 - Spring Data Reactive Repositories with MongoDB (#4373)
* refactor: use StepVerifier

* refactor: use test observer
2018-06-03 08:47:42 +02:00
Grzegorz Piwowarek fb04fc4588 BAEL-1325 (#4272)
* NatsClient refactor

* add: mongodb reactive repositories

* fix: test names

* fix: test names

* fix: test running on maven

* fix: test name

* fix: test class names

* Rename tests
2018-05-21 07:37:44 +02:00
Fabio Pereira 5e822b2896 refactoring packages and using generics 2018-04-18 23:14:58 -03:00
Fabio Pereira 79ba95812b refactoring test names 2018-04-09 21:53:45 -03:00
Fabio Pereira f871b4e1fe changing classes of maven module 2018-04-02 21:57:53 -03:00
Loredana Crusoveanu f089ea0ddd update to boot 2 release 2018-03-19 23:26:05 +02:00
Grzegorz Piwowarek 955a2e7e18 Reactive exception handling 2018-01-27 06:52:34 +01:00
felipeazv c38de161c6 removing verbose comment 2018-01-22 22:28:02 +01:00
felipeazv 3e5ac1de94 BAEL-1475: code formatting 2018-01-22 22:09:57 +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
Loredana Crusoveanu 7420aa7f6f move actuator 2 to spring-5-reactive 2018-01-13 18:18:41 +02:00
Doha2012 f6f8f8debe move url matching (#3326)
* make sure modules using java8

* move url matching code
2018-01-02 13:33:37 +02:00
Eugen Paraschiv 471ed5d992 new client project, general cleanup, testing work 2017-12-13 18:59:17 +02:00
Eugen Paraschiv c68acf03d9 flux generating data on interval 2017-12-13 15:56:37 +02:00
Eugen Paraschiv df8b6bea54 reactive work 2017-12-13 15:15:46 +02:00
Eugen Paraschiv cee5dcf7b2 adding new module 2017-12-13 14:08:18 +02:00