osser-sam
459b664e9f
JAVA-4012: fix failing test ( #10455 )
2021-02-03 01:16:00 +05:30
osser-sam
b8a9318b55
JAVA-4277: Fix tests in spring-resttemplate module ( #10447 )
...
* JAVA-4277: Fix tests in spring-resttemplate module
* JAVA-4277: Moved article from spring-resttemplate to
spring-resttemplate-2
2021-02-03 01:12:29 +05:30
Jonathan Cook
c38bdb7958
BAEL-2674 - Upgrade the Okhttp article ( #10462 )
...
* 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
* BAEL-2674 - Upgrade the Okhttp article
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int >
2021-02-01 08:44:05 -08:00
sampada07
695bd40b3f
BAEL-3820: Multiple submit button to a Form ( #10457 )
2021-01-31 09:39:23 -08:00
Jonathan Cook
51b6942066
Merge pull request #10443 from dstr89/feature/BAEL-4535-overriding-compareTo
...
Feature/bael 4535 overriding compare to
2021-01-31 16:42:48 +01:00
Jonathan Cook
79420a97c8
Merge pull request #10429 from azhwani/BAEL-4739
...
BAEL-4739: Spring RestTemplate Exception
2021-01-31 16:13:28 +01:00
Eric Martin
fb7c87b738
Merge pull request #10411 from Trixi-Turny/BAEL-4748
...
BAEL-4748 implement UserConsumerService with webClient and write Unit…
2021-01-30 21:03:31 -06:00
Eric Martin
2913e08f71
Merge pull request #10446 from SmartyAnsh/BAEL-4499-bad-practices-with-sync
...
BAEL-4499 - Synchronization bad practice and solution example
2021-01-30 20:50:13 -06:00
Eric Martin
93278eb138
Merge pull request #10440 from sk1418/BAEL-2517_unchecked_conversion
...
BAEL-2517
2021-01-28 20:15:21 -06:00
dvyshd
ab0b2df9e4
BAEL-4719 - Using the Map.Entry Java Class ( #10428 )
...
* BAEL-4719
Using the Map.Entry Java Class
* BAEL-4719
Using the Map.Entry Java Class
* BAEL-4719
Change description
* BAEL-4719
Feedback from first draft
2021-01-28 23:53:49 +00:00
Loredana Crusoveanu
a478360382
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
0154401014
Merge pull request #10454 from johnA1331/master
...
BAEL-31915 - add links to github-baeldung articles
2021-01-28 09:45:18 +02:00
johnA1331
a28ae5bd16
Update README.md
2021-01-28 01:26:15 +08:00
johnA1331
7f57c8f699
Update README.md
2021-01-28 01:23:32 +08:00
johnA1331
56a55beff3
Update README.md
2021-01-28 01:21:00 +08:00
johnA1331
0942b841b2
Update README.md
2021-01-28 01:11:32 +08:00
Gerardo Roza
28f47b4726
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
3c8f9302f9
modified url override example, to use the client3 (the one defining the baseUrl)
2021-01-26 18:17:17 -03:00
Gerardo Roza
a6956f11cd
renamed headersSpec to match article
2021-01-26 17:53:48 -03:00
Gerardo Roza
2073a63c85
added more common exchangeToMono example for article
2021-01-26 17:41:44 -03:00
Gerardo Roza
23f8b0a2f6
cleaned WebClient. definition for spec, for consistency and simplicity
2021-01-26 16:31:14 -03:00
Gerardo Roza
0685e73b81
fixed and improved reactive tests not getting verified
2021-01-26 16:05:31 -03:00
Gerardo Roza
7ff287a305
added response timeout to timeout configuration
2021-01-26 12:57:49 -03:00
Yavuz Tas
8c25833fd5
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
0a79116b7a
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
2ac6c37055
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
56f4375c1f
made tests assertions non-blocking
2021-01-25 12:26:37 -03:00
Gerardo Roza
8b624f5e96
added additional scenario using bodyValue method
2021-01-25 11:44:44 -03:00
Gerardo Roza
a2239a217d
replaced existing scenario to use an alternative body method
2021-01-25 11:41:57 -03:00
Gerardo Roza
0e0559233d
fixed rest of tests
2021-01-25 11:37:12 -03:00
Anshul BANSAL
5a706ec297
BAEL-4499 - Synchronization bad practice and solution example
2021-01-25 12:29:01 +02:00
Loredana Crusoveanu
93ced9cace
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
b50c366348
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
2359c5386e
added and ordered tests in WebClientIntegrationTest to match article - test not passing (reusing specs)
2021-01-24 15:18:58 -03:00
sampadawagde
cea15211c5
JAVA-4012: clean-up
2021-01-24 23:46:39 +05:30
sampadawagde
60d5767261
JAVA-4012: Moved 1 article from spring-data-mongodb to
...
spring-boot-persistence-mongodb
2021-01-24 23:40:00 +05:30
Daniel Strmecki
cba9eedc71
BASE-4535: Update examples for overriding compareTo
2021-01-24 16:37:24 +01:00
Daniel Strmecki
e8c7c55bd3
BASE-4535: Example for overriding compareTo
2021-01-24 12:33:05 +01:00
Gerardo Roza
1884aba8a6
disabled security for WebClient codebase application
2021-01-23 12:41:13 -03:00
Gerardo Roza
c6e986f2c2
added endpoints to test functionality properly
2021-01-23 12:40:28 -03:00
Gerardo Roza
8968cd2b9c
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
Trixi Turny
f3b5ce5ffd
BAEL-4748 update examples with favouriteBook
2021-01-23 12:56:18 +00:00
Trixi Turny
33f10482e6
MASH-4748 fix Reader object and url with WebClient
2021-01-23 11:25:11 +00:00
Trixi Turny
86730184ae
BAEL-4748 change user to reader and address to favouriteBooks
2021-01-23 11:19:30 +00:00
Loredana Crusoveanu
cb4611c4f7
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
a319fc8931
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
Kent@lhind.hp.g5
dfc8ecf896
BAEL-2517
2021-01-22 19:57:34 +01:00
Gerardo Roza
3389b3bba7
added context test for new WebClientApplication
2021-01-22 12:48:34 -03:00
Gerardo Roza
363378ed37
fixed and improved WebClient integration test
2021-01-22 12:33:54 -03:00
Gerardo Roza
fb46a4d75b
added exchange and retrieve examples as in teh article, updated due to deprecation
2021-01-22 10:49:47 -03:00