47 Commits

Author SHA1 Message Date
Juan Moreno
f50fc2a9fd Move src to spring-testing module (#6375) 2019-02-20 21:50:34 -06:00
Juan Moreno
312f633d15 BAEL-2490 Code samples (#6211)
* Added initial samples

* Added initial samples

* Awaitility updated
2019-02-09 22:54:51 -06:00
geroza
8eb95df40b migrated the following modules:
* azure
* jib
* spring-5
* spring-5-data-reactive
2018-12-02 12:46:28 -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
sachin
fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
Tom Hombergs
cb9e1f29b5 added code example using HikariCP in Boot 1.x and 2.x (#5007)
* added code example using HikariCP in Boot 1.x and 2.x

* code formatting
2018-08-20 22:43:50 +02:00
Loredana Crusoveanu
ba77029082 remove reactive ex 2018-07-23 22:40:47 +03:00
Amit Pandey
2e683411e2 Bael 4461 2 (#4409)
* Deleted md file as a conflict

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Ignore empty TC

* Fix Spring 5 tests
2018-06-05 13:35:55 +02:00
Amit Pandey
9245ba0925 Bael 6729 (#4389)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Added README

* [BAEL-6729] - Spring modules needs a spring parent

* [BAEL-6729] - Spring modules needs a spring parent
2018-06-02 16:44:15 +02:00
linhvovn
64cadbffeb [tlinh2110] BAEL 1684 Init (#3937) 2018-04-10 18:33:50 +02:00
Chris Oberle
84080c9e95 BAEL-1533 - Making a Spring MVC Form Remember Values 2018-03-10 07:06:26 -05:00
Eugen Paraschiv
5fd8e4293e cleanup work for tests 2018-03-04 17:52:56 +02:00
Chris Oberle
95f0340318 BAEL-1533 Making a Spring MVC Form Remember Values
- add example code
- update pom dependency to spring boot starter 2.0.0.RC2
- update import in SpringApplicationException
2018-02-24 15:59:23 -05:00
Loredana Crusoveanu
7420aa7f6f move actuator 2 to spring-5-reactive 2018-01-13 18:18:41 +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
Loredana Crusoveanu
fa2e225d63 add requested changes 2018-01-08 21:13:31 +02:00
Loredana Crusoveanu
630acd7959 formatting, add tests 2018-01-07 17:09:37 +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
Marcos Lopez Gonzalez
d10a8d7f47 spring junit config (#3124) 2017-11-29 09:53:43 +01:00
Sergey Petunin
8dcc6cb106 BAEL-1311: Spring Security 5 - Security for Reactive Applications (#3056) 2017-11-17 19:41:59 +01:00
Marcos Lopez Gonzalez
1c543f8f86 BAEL-1233 - Enabled Annotation in Spring 5 Testing (#3031)
* tests with enabled annotations

* rollback pom

* formatting
2017-11-14 09:14:01 -08:00
juan
75630b6c54 Update for article BAEL-1121 2017-11-10 00:53:43 -03:00
juan
db6811406c Minor format changes. 2017-10-08 23:59:55 -03:00
juan
4c6e4c19a6 Update Person class to use property "id" like identifier. 2017-09-30 18:17:38 -03:00
juan
bbe925b373 Merge remote-tracking branch 'upstream/master' 2017-09-13 23:49:43 -03:00
juan
911ca0f125 Merge remote-tracking branch 'upstream/master' into earth001_BAEL-1121 2017-09-13 23:14:33 -03:00
juan
7bfc50e924 BAEL-1121
Sample code, tests and dependencies for Spring5-JsonB article.
2017-09-13 23:03:44 -03:00
eugenp
0f22f7b82a formatting work 2017-09-13 14:41:03 +03:00
lor6
0b85b0a466 functional bean registration test (#2503) 2017-08-27 13:20:31 +02:00
Andrew
806c17b41b BAEL-878 [2] (#2194)
* code snippets for the `Java 9 Stream API improvements` article

* code snippets for the `Java 9 Stream API improvements` article [2 attempt]

* removed the first attempt

* the Spring 5 WebClient

* delted stream features test

* HttpMediaTypeNotAcceptableExceptionExampleController [0]

* reactive web client service was removed

* new WebClient

* new WebClient [2]
2017-07-03 08:35:38 +02:00
Grzegorz Piwowarek
87049b63f4 Build opt 22 06 (#2132)
* Drools reformat

* Further refactor

* Further refactor

* Refactor
2017-06-22 15:52:05 +02:00
Mansi
91b0efccd2 BAEL-944 Exploring the Spring MVC URL Matching Improvements (#1954)
* Example Code For Evaluation Article

This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"

* Added unit tests

* Minor changes to application context

* Removed code committed for evaluation article

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Code Formatting and solving build issue

* BAEL-944 Resolving build issue due to change in Spring version

* BAEL-944 Resolving build issue

* BAEL-944 Formatting code

* BAEL-944 Moving tests to correct package

* BAEL-944 Moving tests to correct package

* BAEL-944 Replacing @RequestMapping by @GetMapping

* BAEL-944 Remove unnecessary attribute name, "value" in annotations
2017-06-20 20:00:10 -05:00
Doha2012
48cd6f876f Fix test names (#1853)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue

* fix test names
2017-05-15 11:35:14 -05:00
pivovarit
40621d6bd7 Update tests 2017-05-05 17:53:59 +02:00
lor6
e72744dbd0 compile functional test (#1788) 2017-05-05 17:35:44 +02:00
Grzegorz Piwowarek
30df1541a1 Spring 5 reff (#1786)
* Fix Spring5 snippets

* Refactor Spring 5 samples

* Refactor Spring 5 samples

* Enable Spring5
2017-05-05 16:26:25 +02:00
eugenp
55dc9a7a9a spring 5 work 2017-04-27 15:50:11 +03:00
Thangtq211
e32c6e5f38 BAEL-635 Overview of Spring 5 (#1633)
* Overview of Spring 5

* Overview of Spring 5

* BAEL-635 Formatting
2017-04-11 15:27:30 +02:00
Tian Baoqiang
d3e57d38a6 #BAEL-636 (#1468)
* jira #BAEL-636

* remove redundant dependency spring-boot-starter-reactive
2017-03-26 18:23:28 +02:00
Grzegorz Piwowarek
e693c47019 Delete README.md (#1440) 2017-03-19 20:02:29 +01:00
mariiakulik
22b5c4924b Create README.md (#1434) 2017-03-19 08:33:49 +01:00
Tian Baoqiang
64ec368139 #BAEL-505 (#1337)
* #BAEL-505 Concurrent Test in Spring 5

* add pom description

* add spring-5 module to main pom
2017-03-09 19:38:07 +01:00
eugenp
c7c3d822d9 testing work with JUnit 5 2017-02-24 18:04:53 +02:00
eugenp
f64e24e6de fully working version of Spring 5 project 2017-02-24 14:08:44 +02:00
eugenp
07876a2855 work on initial state of the spring 5 project 2017-02-24 13:57:32 +02:00
eugenp
9f10890501 initial commit of spring 5 project 2017-02-24 13:50:46 +02:00