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 |
Kai Yuan
|
3eeb5c7d2b
|
read user input (#11946)
* read user input
* rename the unittest class
|
2022-03-27 11:24:31 -05:00 |
anuragkumawat
|
1377f718eb
|
JAVA-10922 Fix RestTemplateBasicLiveTest in spring-resttemplate module
|
2022-03-27 10:55:35 +05:30 |
vaibhav007jain
|
c9637e95fd
|
BAEL-5463: added code for for-each loop in Java. (#11960)
|
2022-03-27 09:03:29 +05:30 |
Dhawal Kapil
|
95919f4a6d
|
JAVA-10378 Updated url for https://www.baeldung.com/httpclient-connection-management in README.md
|
2022-03-26 22:25:43 +05:30 |
Dhawal Kapil
|
b69b16801e
|
JAVA-10378 Refactored, cleaned-up HttpClientConnectionManagementLiveTest to be inline with the live article
|
2022-03-26 22:21:18 +05:30 |
anuragkumawat
|
a410e2e4a6
|
JAVA-10082 Removing unused property
|
2022-03-26 14:59:41 +05:30 |
anuragkumawat
|
e57b05c025
|
JAVA-10082 Create new module hibernate-annotations-2 from spring-hibernate-5 module
|
2022-03-26 14:52:38 +05:30 |
Greg Martin
|
4a887226a1
|
Merge pull request #11755 from JoannaaKL/master
BAEL-5304
|
2022-03-25 13:51:03 -04:00 |
etrandafir93
|
bcb342693c
|
BAEL-5465: removed link from readme, reordered tests (#11977)
|
2022-03-25 09:09:52 -07:00 |
Kapil Khandelwal
|
b541fce0a5
|
BAEL-5372: A Guide to Upsert in MongoDB (#11974)
|
2022-03-24 15:57:57 -07:00 |
kwoyke
|
2e7d2c2650
|
Merge pull request #11961 from dkapil/master
JAVA-10377 Moved code for spring-response-header article to spring-re…
|
2022-03-24 14:46:06 +01:00 |
Loredana Crusoveanu
|
25e8d5d199
|
Merge pull request #11972 from Asjad-J/master
Updated README.md on spring-boot-testing and spring-boot-testing-2
|
2022-03-24 10:11:59 +02:00 |
Asjad J
|
6003125569
|
Updated README.md
Moved over https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext from spring-boot-testing
|
2022-03-24 11:36:20 +05:00 |
Asjad J
|
a026580eed
|
Updated README.md
Moved https://www.baeldung.com/spring-junit-failed-to-load-applicationcontext to spring-boot-testing-2
|
2022-03-24 11:36:03 +05:00 |
Kapil Khandelwal
|
ffe4390ed8
|
BAEL-5398: Bulk Update of Documents in MongoDB with Java (#11963)
|
2022-03-23 14:10:32 -07:00 |
Loredana Crusoveanu
|
87ae31b74b
|
Merge pull request #11967 from johnA1331/master
BAEL-50999 - add links to github-baeldung articles - Week 12 - 2022
|
2022-03-23 21:36:19 +02:00 |
doodoroma
|
269a13d4fa
|
Merge pull request #11917 from ulisseslima/master
BAEL 5403 - Import Data to MongoDB from Json File using Java
|
2022-03-23 18:47:39 +01:00 |
johnA1331
|
fc49f07cc1
|
Update README.md
|
2022-03-24 00:09:04 +08:00 |
johnA1331
|
d09205d6fa
|
Update README.md
|
2022-03-24 00:07:25 +08:00 |
johnA1331
|
6e2b15f5d7
|
Update README.md
|
2022-03-24 00:06:02 +08:00 |
johnA1331
|
3cadc58b03
|
Update README.md
|
2022-03-24 00:03:36 +08:00 |
davidmartinezbarua
|
a74cb5c13e
|
Merge pull request #11927 from kpentaris/resultset-count
Example code for Get the Number of Rows in a ResultSet
|
2022-03-23 11:37:13 -03:00 |
Dhawal Kapil
|
7b880dd135
|
JAVA-10377 Removed @RunWith as there is no specific configuration class needed to run this test
|
2022-03-23 08:39:37 +05:30 |
Dhawal Kapil
|
ec6ff84766
|
JAVA-10377 Moved code for spring-response-header article to spring-rest-http
|
2022-03-23 08:33:59 +05:30 |
Ulisses Lima
|
e5c34a56c2
|
https://jira.baeldung.com/browse/BAEL-5403
Editor Review changes:
* reverted SpringBootPersistenceApplication.java
* created SpringBootJsonConvertFileApplication.java in article package:
com.baeldung.boot.json.convertfile
|
2022-03-22 19:27:49 -03:00 |
Ulisses Lima
|
ec403bd427
|
Merge branch 'eugenp:master' into master
|
2022-03-22 18:04:53 -03:00 |
kwoyke
|
0776871206
|
Merge pull request #11957 from dkapil/task/JAVA-10592
JAVA-10592 Updated Mockito Version
|
2022-03-22 18:10:05 +01:00 |
etrandafir93
|
4ab85e1ccc
|
BAEL-5465: tests for subtracting days from date (#11954)
* BAEL-5465: tests for subtracting days from date
* BAEL-5465: upated readme
|
2022-03-22 08:59:07 -07:00 |
Dhawal Kapil
|
084b7f1557
|
JAVA-10592 Updated Mockito Version
|
2022-03-22 19:10:52 +05:30 |
kwoyke
|
8f7a2b7662
|
JAVA-9857: Remove overriden spring-boot.version property (#11956)
|
2022-03-22 18:24:59 +05:30 |
kwoyke
|
a68449c486
|
Merge pull request #11939 from hkhan/JAVA-8146-update-artifact-versions
[JAVA-8146] Update artifact versions
|
2022-03-22 12:17:42 +01:00 |
doodoroma
|
73aca0d801
|
Merge pull request #11869 from victorsempere/feature/BAEL-4626
BAEL-4626
|
2022-03-22 10:39:25 +01:00 |
kwoyke
|
5b71a51278
|
Merge pull request #11955 from kwoyke/JAVA-10236
JAVA-10236: Fix a typo
|
2022-03-22 10:13:53 +01:00 |
PentaKon
|
6810dd9c66
|
Change log statements to assert statements on test app
|
2022-03-22 11:06:23 +02:00 |
Krzysiek
|
f7420526f4
|
JAVA-10236: Fix a typo
|
2022-03-22 10:01:46 +01:00 |
kwoyke
|
57c79c3d32
|
Merge pull request #11953 from Attila96/bugfix/bael-5373_tests
[BAEL-5373] Fix integration tests
|
2022-03-22 09:57:39 +01:00 |
Attila Uhrin
|
79857f04ae
|
Fix integration tests.
|
2022-03-21 17:43:35 +01:00 |
kwoyke
|
fd06322ba5
|
Merge pull request #11941 from hkhan/JAVA-10500-investigate-springdoc-buildtime
[JAVA-10500] Investigate and reduce springdoc build time
|
2022-03-21 10:26:20 +01:00 |
Azhwani
|
2e4b518c4b
|
improve split string using pattern (#11945)
|
2022-03-20 09:19:29 -05:00 |