Commit Graph

8536 Commits

Author SHA1 Message Date
johnA1331 776a59d89d Update README.md 2022-04-05 19:38:29 +08:00
johnA1331 8eb4c96fca Update README.md 2022-04-05 19:33:43 +08:00
Loredana Crusoveanu 1c2c3ff091 Merge pull request #12021 from Asjad-J/master
Updated README.md
2022-04-05 13:58:49 +03:00
Asjad J 6e9cbd29d3 Updated README.md
Added link back to the article: https://www.baeldung.com/mongodb-get-value-by-key-name
2022-04-05 08:52:44 +05:00
Asjad J 1e66b4fc57 Updated README.md
Added link back to the article: https://www.baeldung.com/spring-security-map-authorities-jwt
2022-04-05 08:46:33 +05:00
Asjad J d44c898b58 Created/Updated README.md
Added link back to the article: https://www.baeldung.com/java-feign-send-soap
2022-04-05 08:42:27 +05:00
Parikshit Murria 9759513bf9 BAEL-5417 - implements vs extends (#12011) 2022-04-04 21:02:42 +02:00
ACHRAF TAITAI f8a69008e1 BAEL-3435 - Improve article "Guide to Spring Cloud Stream with Kafka, Apache Avro and Confluent Schema Registry" (#11998) 2022-04-04 20:48:45 +02:00
priya-soni dbbc6a6a1d BAEL-5329 Hide a Request Field in Swagger UI (#11992)
* BAEL-5329 Hide a Request Field in Swagger UI

* Updated indentation
2022-04-04 20:44:28 +02:00
kwoyke 81d49cdfd2 Merge pull request #12006 from hkhan/JAVA-11186-split-mongodb-module
[JAVA-11186] Split java-mongodb module
2022-04-04 19:07:26 +02:00
kwoyke 0358d4498d Merge pull request #12014 from freelansam/master
fixed typo
2022-04-04 14:48:03 +02:00
kwoyke ec1c82abb5 Merge pull request #12018 from hkhan/JAVA-10626-move-jta-module
[JAVA-10626] Move jta module to spring-persistence
2022-04-04 12:56:14 +02:00
kwoyke 9652c01402 Merge pull request #12010 from hkhan/JAVA-10627-remove-structurizr-module
[JAVA-10627] Move structurizr module to libraries-3
2022-04-04 10:10:41 +02:00
kwoyke d28d3f54ce Merge pull request #12001 from hkhan/JAVA-8147-update-debugging-reactive-streams
[JAVA-8147] Update and cleanup code for debugging reactive streams
2022-04-04 10:05:13 +02:00
Haroon Khan 5580ebcd98 [JAVA-10626] Move jta module to spring-persistence 2022-04-03 23:12:29 +01:00
KevinGilmore f345f997a8 BAEL-5386: add link back to article (#12015) 2022-04-03 08:49:33 -05:00
sampadawagde e6bbac2a78 fixed typo 2022-04-03 16:54:01 +05:30
Haroon Khan a170fff67a [JAVA-10627] Move structurizr module to libraries-3 2022-04-02 11:52:07 +01:00
Kapil Khandelwal 007271ec3b BAEL-5357: Retrieve a Value from MongoDB by Its Key Name (#12005) 2022-04-01 14:31:23 -07:00
Haroon Khan 113d4f1824 [JAVA-11186] Split java-mongodb module 2022-04-01 22:26:34 +01:00
Haroon Khan b33baa0512 [JAVA-8147] Update and cleanup code for debugging reactive streams 2022-04-01 13:17:58 +01:00
Azhwani b1c60e9093 BAEL-5386: Format Instant to String in Java (#11970)
* first commit

* remove extra spaces

* add the requested changes
2022-03-31 20:04:10 -05:00
Loredana Crusoveanu 2dd4d435ab Merge pull request #11995 from kwoyke/JAVA-10238-2
JAVA-10238-2: Run jobrunr dashboard on random port
2022-03-31 15:13:44 +03:00
Krzysiek 6b89f0d2f2 JAVA-10238-2: Run jobrunr dashboard on random port 2022-03-31 11:17:24 +02:00
Loredana Crusoveanu 9d19866681 Merge pull request #11993 from johnA1331/master
BAEL-51513 - add links to github-baeldung articles - Week 13 - 2022
2022-03-31 10:23:39 +03:00
johnA1331 90448ef4ad Create README.md 2022-03-31 14:04:45 +08:00
johnA1331 5ec7677a21 Create README.md 2022-03-31 14:01:49 +08:00
johnA1331 5550a58a43 Update README.md 2022-03-31 13:59:24 +08:00
johnA1331 b558c9fca4 Update README.md 2022-03-31 13:59:04 +08:00
johnA1331 0a2f8431b3 Update README.md 2022-03-31 13:58:12 +08:00
johnA1331 202c6e3fad Update README.md 2022-03-31 13:55:31 +08:00
johnA1331 614002bebf Update README.md 2022-03-31 13:54:28 +08:00
johnA1331 fd2b2c41a5 Update README.md 2022-03-31 13:52:47 +08:00
johnA1331 871d806242 Update README.md 2022-03-31 13:51:11 +08:00
johnA1331 0f2f185443 Update README.md 2022-03-31 13:48:05 +08:00
johnA1331 4affc4906c Update README.md 2022-03-31 13:46:23 +08:00
johnA1331 f5be3c8fed Update README.md 2022-03-31 13:44:26 +08:00
johnA1331 5b7362578e Update README.md 2022-03-31 13:41:58 +08:00
johnA1331 3a271415eb Update README.md 2022-03-31 13:39:46 +08:00
psevestre 81e22da07c [BAEL-5259] Spring Security - Map Authorities from JWT (#11990)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5259] simple test case

* [BAEL-5259] DSL-based rewrite

* [BAEL-5259] Code formatting

* [BAEL-5259] Test case naming

* WIP: Article code

* [BAEL-5259] Tests

* [BAEL-5259] Tests
2022-03-30 22:04:02 -07:00
kwoyke 2cda833322 Merge pull request #11989 from anuragkumawat/JAVA-9809
JAVA-9809 Update tests in spring-resttemplate module
2022-03-30 10:47:38 +02:00
Michael Pratt 1df8b146ba Add sample code for API prefix article (#11959)
* Add sample code for API prefix article

* Update README.md
2022-03-29 20:04:34 -05:00
anuragkumawat f89cbffe9d Fix for pact test and use Junit5 insead of Hamcrest library 2022-03-29 21:04:18 +05:30
anuragkumawat c2e38da0fb JAVA-9809 Update tests in spring-resttemplate module 2022-03-29 20:36:29 +05:30
kwoyke bc6269085c Merge pull request #11981 from dkapil/task/JAVA-10378
JAVA-10378 Refactored, cleaned-up HttpClientConnectionManagementLiveT…
2022-03-29 13:48:37 +02:00
kwoyke 3f3376d8d2 Merge pull request #11982 from anuragkumawat/JAVA-9809
JAVA-10922 Fix RestTemplateBasicLiveTest in spring-resttemplate module
2022-03-28 21:18:59 +02:00
kwoyke e5272e09ad Merge pull request #11980 from anuragkumawat/master
JAVA-10082 Create new module hibernate-annotations-2 from spring-hibernate-5 module
2022-03-28 21:00:45 +02:00
Bhaskara 8f2cc51af4 BAEL-5298 (#11965)
* BAEL-5298

* Renamed the tests

* Changed the Parent to parent-boot-2

Co-authored-by: Bhaskara Navuluri <bhaskara.navuluri@hpe.com>
2022-03-28 08:15:16 -07:00
Kai Yuan 0c229c433f add SetDiff for BAEL-5464 article (#11969)
* add SetDiff for BAEL-5464 article

* rename the method
2022-03-27 20:16:58 -05:00
lucaCambi77 f27e8e8dd9 [ BAEL-5405 ] Logging MongoDB Queries with Spring Boot (#11952)
* feat: spring data mongodb logging

* fix: PMD

* fix: typo

* fix: move to main logging

* fix: add manual config
2022-03-27 20:06:14 -05:00