Loredana Crusoveanu
dd2ecbb9ee
Merge pull request #10452 from rozagerardo/rozagerardo/JAVA-4311_improve-spring-5-weblcient-article
...
[JAVA-4311] Improve "Spring Webclient" article
2021-01-28 10:38:54 +02:00
Loredana Crusoveanu
683d9cd2f4
Merge pull request #10454 from johnA1331/master
...
BAEL-31915 - add links to github-baeldung articles
2021-01-28 09:45:18 +02:00
johnA1331
a65de428fd
Update README.md
2021-01-28 01:26:15 +08:00
johnA1331
7634f6a6bd
Update README.md
2021-01-28 01:23:32 +08:00
johnA1331
fe2aab7fb9
Update README.md
2021-01-28 01:21:00 +08:00
johnA1331
b6570de637
Update README.md
2021-01-28 01:11:32 +08:00
Gerardo Roza
047dfdef25
split integration test into different test scenarios, one for each step in the webclient process
2021-01-27 12:28:41 -03:00
Gerardo Roza
c477f22f27
modified url override example, to use the client3 (the one defining the baseUrl)
2021-01-26 18:17:17 -03:00
Gerardo Roza
0f668a63b9
renamed headersSpec to match article
2021-01-26 17:53:48 -03:00
Gerardo Roza
32f3528575
added more common exchangeToMono example for article
2021-01-26 17:41:44 -03:00
Gerardo Roza
d87cd065aa
cleaned WebClient. definition for spec, for consistency and simplicity
2021-01-26 16:31:14 -03:00
Gerardo Roza
f8ca77bc71
fixed and improved reactive tests not getting verified
2021-01-26 16:05:31 -03:00
Gerardo Roza
384b89d3ea
added response timeout to timeout configuration
2021-01-26 12:57:49 -03:00
Yavuz Tas
609c4db4fb
BAEL-3828 Where Should @Service Annotation Be Kept? ( #10430 )
...
* BAEL-3828 add code samples and tests for the article
* BAEL-3828 fix maven test folder structure and test executions
* BAEL-3828 fix indentation in continuation lines
2021-01-26 09:10:30 -06:00
Umang Budhwar
b018825dc4
BAEL-4710 - Hiding endpoints using @Hidden ( #10431 )
...
* Added code for checking if a class is abstract or not.
* Renamed test name as per review comments.
* BAEL-4695 - Added code to evaluate math expressions.
* BAEL-4695 - Added test case for math function.
* BAEL-4695 Added consistent examples and entry in parent pom.
* BAEL-4695 - Added more examples
* BAEL-4710 - Hiding endpoints using @Hidden
2021-01-26 09:06:04 -06:00
Usman Mohyuddin
e8569d56b0
add file for constantpool ( #10442 )
...
* Create ConstantPool.java
add file for constantpool
* update the module with most relevant
update the module with most relevant
2021-01-25 15:09:58 -08:00
Gerardo Roza
615322468e
made tests assertions non-blocking
2021-01-25 12:26:37 -03:00
Gerardo Roza
a37812ce04
added additional scenario using bodyValue method
2021-01-25 11:44:44 -03:00
Gerardo Roza
0cda08a95e
replaced existing scenario to use an alternative body method
2021-01-25 11:41:57 -03:00
Gerardo Roza
cfe47f772a
fixed rest of tests
2021-01-25 11:37:12 -03:00
Loredana Crusoveanu
de4c624e7e
Merge pull request #10444 from sampada07/JAVA-4012
...
JAVA-4012: Split or move spring-data-mongodb module
2021-01-25 11:10:03 +02:00
Gerardo Roza
84737e1056
added Foo for post Object scenario, removed Subscriber::onComplete scenario, fixed some other errors in examples
2021-01-24 17:41:34 -03:00
Gerardo Roza
2bc7dbc708
added and ordered tests in WebClientIntegrationTest to match article - test not passing (reusing specs)
2021-01-24 15:18:58 -03:00
sampadawagde
992a33fe7d
JAVA-4012: clean-up
2021-01-24 23:46:39 +05:30
sampadawagde
0fe1563388
JAVA-4012: Moved 1 article from spring-data-mongodb to
...
spring-boot-persistence-mongodb
2021-01-24 23:40:00 +05:30
Gerardo Roza
725465b0b6
disabled security for WebClient codebase application
2021-01-23 12:41:13 -03:00
Gerardo Roza
3e5a1f3e50
added endpoints to test functionality properly
2021-01-23 12:40:28 -03:00
Gerardo Roza
0de9172dc6
Moved spring-5-webclient example code to new test class, to verify everything is working as expected
2021-01-23 11:38:41 -03:00
Loredana Crusoveanu
27dfd5ca5a
Merge pull request #10439 from rozagerardo/rozagerardo/JAVA-4284_Fix-issues-in-spring-5-weblcient-article
...
[JAVA-4284] Fix issues in "Spring Webclient" article
2021-01-23 10:14:53 +02:00
Jonathan Cook
9144660a72
BAEL-4756 - Mockito MockSettings - fix spelling ( #10438 )
...
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2021-01-23 07:08:50 +01:00
Gerardo Roza
30f0c13ef6
added context test for new WebClientApplication
2021-01-22 12:48:34 -03:00
Gerardo Roza
1b78d4be31
fixed and improved WebClient integration test
2021-01-22 12:33:54 -03:00
Gerardo Roza
814369e38c
added exchange and retrieve examples as in teh article, updated due to deprecation
2021-01-22 10:49:47 -03:00
Gerardo Roza
10318d1145
updated inserter3 as in article
2021-01-22 10:29:15 -03:00
Daniel Strmecki
d90c7fed48
BAEL-4644: Small test to check Java JIT compiler performances vs C++ … ( #10412 )
...
* BAEL-4644: Small test to check Java JIT compiler performances vs C++ and JS
* BAEL-4644: Remove CSV with performance test results
* Revert "BAEL-4644: Remove CSV with performance test results"
This reverts commit a69c9667
2021-01-22 07:53:02 +00:00
Gerardo Roza
e6ab521b61
added LinkedMultiValueMap usage for inserter declaration, as in article
2021-01-21 14:57:06 -03:00
Gerardo Roza
1f7e0f06b6
updated timeout logic due to deprecation
2021-01-21 14:25:30 -03:00
Gerardo Roza
dd60782928
Added timeout WebClient configuration, as in article
2021-01-21 12:44:06 -03:00
Gerardo Roza
52d458c05f
formatted WebClientController class
2021-01-21 12:43:26 -03:00
Gerardo Roza
14506a542d
removed unused reactor-spring version property
2021-01-21 11:50:55 -03:00
Gerardo Roza
5b1e597978
Updated deprecated BodyInserters.fromObject method, in favor of BodyInserters.fromValue
2021-01-21 11:47:41 -03:00
Loredana Crusoveanu
26c646f6fc
Merge pull request #10437 from rozagerardo/rozagerardo/JAVA-3721_Update-articles-for-2.4.0--articles-using-profiles-2
...
[JAVA-3721] Update articles for 2.4.0 - modules using spring.profiles.* properties - part 2
2021-01-21 10:21:32 +02:00
Loredana Crusoveanu
2d0d20d577
Merge pull request #10436 from sampada07/JAVA-4012
...
JAVA-4012: Split or move spring-data-mongodb module
2021-01-21 10:11:40 +02:00
Loredana Crusoveanu
ecd41e977c
Merge pull request #10435 from johnA1331/master
...
BAEL-31914 - add links to github-baeldung articles
2021-01-21 10:04:42 +02:00
sampadawagde
a679b19978
JAVA-4012: removed entry for article
2021-01-20 22:39:36 +05:30
sampadawagde
52c492f679
JAVA-4012: README changes
2021-01-20 22:32:54 +05:30
sampadawagde
c5a57eb065
JAVA-4012: Moved 1 article to spring-boot-persistence-mongodb
2021-01-20 22:31:35 +05:30
Gerardo Roza
59e4bd9811
updated deprecation: HandlerInterceptorAdapter class -> HandlerInterceptor interface
2021-01-20 12:37:10 -03:00
johnA1331
c3f92c8b38
Create README.md
2021-01-20 22:50:15 +08:00
johnA1331
f7f017037f
Update README.md
2021-01-20 22:46:34 +08:00