8576 Commits

Author SHA1 Message Date
anuragkumawat
0ad2fa5412 JAVA-8859 2022-04-11 21:53:04 +05:30
Haroon Khan
4ad546c702 [JAVA-11226] Fix and update Hibernate OneToMany code (#12031) 2022-04-11 20:25:30 +05:30
kwoyke
813b27588e Merge pull request #12027 from hkhan/JAVA-10446-investigate-openfeign-failure
[JAVA-10446] Convert Feign-OAuth2 unit test to manual test
2022-04-11 09:16:33 +02:00
kwoyke
05cc448212 Merge pull request #12036 from hkhan/JAVA-11283-fix-url-live-test
[JAVA-11283] Fix and cleanup live test for HttpClient URL expansion
2022-04-11 09:10:48 +02:00
kwoyke
d535eefb84 Merge pull request #12032 from anuragkumawat/master
JAVA-8372 Split or move spring-boot-data module
2022-04-11 08:58:20 +02:00
lucaCambi77
d0e3eebb12 BAEL-5400 - Return Only Specific Fields for a Query in Spring Data MongoDB (#11991)
* feat: field projection spring data mongodb

* fix: use available ports

* fix: typo

* fix: add abstraction

* fix: avoid blank lines
2022-04-10 09:19:13 -05:00
Daniel Strmecki
ca824c47d9 Feature/bael 5393 closable http client (#12009)
* BAEL-5393: Inital commit

* BAEL-5393: Update tests

* BAEL-5393: Revert comment
2022-04-09 21:12:31 -05:00
Kai Yuan
ee1bc18e04 filesize in humanreadable format (#12012) 2022-04-09 21:02:29 -05:00
davidmartinezbarua
3ddf3023c9 Merge pull request #11968 from christian-german/master
BAEL-5431 - BootstrapMode for JPA Repositories
2022-04-09 21:07:16 -03:00
Haroon Khan
2712a77d08 [JAVA-11283] Fix and cleanup live test for HttpClient URL expansion 2022-04-09 12:01:45 +01:00
Vlad Fernoaga
bb7d2a5d55 How does spring singleton beans serve concurrent requests (#11987)
* add service base structure
- controllers & services & sanity check tests

* finalize code

* reformat continues lines with 2 spaces

* reformat continues lines with 2 spaces
2022-04-09 08:59:33 +05:30
anuragkumawat
dfad1122a4 JAVA-8372 Split or move spring-boot-data module 2022-04-08 21:06:02 +05:30
Haroon Khan
15323bddf0 [JAVA-10446] Convert Feign-OAuth2 unit test to manual test 2022-04-08 15:11:49 +01:00
kwoyke
4bcb36ff41 Merge pull request #12022 from anuragkumawat/master
JAVA-8360 Split or move spring-5-security module
2022-04-06 14:34:34 +02:00
sebx59
8cb2197c85 BAEL-4674 - Basic Authentication in JMeter (#11882)
* BAEL-4674 - Basic Authentication in JMeter

Test plans & resources for article Basic Authentication in JMeter
Server classes to test basic auth against local server

* handled comments

* updated following feedback

Co-authored-by: Sebastien HARDEMAN <sebastien.hardeman@groupe-mma.fr>
2022-04-06 13:15:10 +01:00
kwoyke
eb4fd208af Merge pull request #12003 from hkhan/JAVA-11196-split-httpclient-module
[JAVA-11196] Split httpclient module
2022-04-06 14:08:20 +02:00
kwoyke
db29759c69 Merge branch 'master' into JAVA-11196-split-httpclient-module 2022-04-06 14:00:30 +02:00
Loredana Crusoveanu
85a986d957 Merge pull request #12023 from johnA1331/master
BAEL-51955 - Main - github-related test fixes - 03.04.2022
2022-04-05 19:45:12 +03:00
johnA1331
c7065537ee Update README.md 2022-04-06 00:26:14 +08:00
johnA1331
131ef76309 Update README.md 2022-04-06 00:22:28 +08:00
johnA1331
21b37a4346 Update README.md 2022-04-06 00:16:19 +08:00
johnA1331
4d6d1bf6fa Update README.md 2022-04-05 23:26:50 +08:00
johnA1331
eaf16d4e99 Update README.md 2022-04-05 22:55:00 +08:00
johnA1331
0d08ee67ad Update README.md 2022-04-05 20:19:17 +08:00
johnA1331
33eb2bad8e Update README.md 2022-04-05 20:16:14 +08:00
johnA1331
7e4b7a1127 Update README.md 2022-04-05 20:13:51 +08:00
johnA1331
d36b55e353 Update README.md 2022-04-05 20:11:25 +08:00
johnA1331
83518bc95e Update README.md 2022-04-05 20:10:03 +08:00
johnA1331
cd4813666b Update README.md 2022-04-05 20:07:20 +08:00
johnA1331
6e5744c2cf Update README.md 2022-04-05 20:04:11 +08:00
johnA1331
f1d79a2aee Update README.md 2022-04-05 20:01:22 +08:00
johnA1331
66047a7c01 Update README.md 2022-04-05 19:57:40 +08:00
kwoyke
68d6f99f7c Merge pull request #12008 from hkhan/JAVA-10431-investigate-openfeing-failure
[JAVA-10431] Use Wiremock to fix intermittent test failures
2022-04-05 13:56:34 +02:00
johnA1331
df5ed73ad6 Update README.md 2022-04-05 19:50:02 +08:00
johnA1331
06ce4256f6 Update README.md 2022-04-05 19:45:54 +08:00
johnA1331
20dee22964 Update README.md 2022-04-05 19:41:06 +08:00
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
anuragkumawat
bacd580822 JAVA-8360 Split or move spring-5-security module 2022-04-05 14:08:25 +05:30
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
Haroon Khan
53421889e3 [JAVA-10431] Use Wiremock to fix intermittent test failures 2022-04-04 20:23:04 +01: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