Niket Agrawal
|
78d0fa3656
|
Updated Junits
|
2023-10-07 22:47:58 +05:30 |
|
Niket Agrawal
|
2958b275f7
|
Merge remote-tracking branch 'upstream/master' into feature/BAEL-6695-BooleanValidation
|
2023-10-07 22:35:50 +05:30 |
|
anuragkumawat
|
92a8290fc8
|
JAVA-25489 Upgrade to Spring Boot 3
|
2023-10-07 13:52:12 +05:30 |
|
Loredana Crusoveanu
|
428ec8cc6f
|
Merge branch 'master' into master
|
2023-10-06 14:22:48 +03:00 |
|
Maiklins
|
7854c7336b
|
Remove double underscores from test names
|
2023-10-05 23:54:24 +02:00 |
|
Niket Agrawal
|
505301d390
|
Review Comments
|
2023-10-05 19:09:19 +05:30 |
|
edizor
|
fb0ff7be49
|
Create README.md
[skip ci]
|
2023-10-05 19:29:36 +08:00 |
|
panos-kakos
|
888734d760
|
[JAVA-25518] Upgraded spring-boot-mvc-4 module to spring boot 3 (#14860)
|
2023-10-05 14:12:33 +03:00 |
|
panos-kakos
|
12809e524b
|
[JAVA-25516] Upgraded spring-boot-actuator module to spring boot 3 (#14874)
* [JAVA-25516] Upgraded spring-boot-actuator module to spring boot 3
* [JAVA-25516] Fixed issue related to actuator security
|
2023-10-05 11:54:51 +03:00 |
|
Niket Agrawal
|
3ffb002aa2
|
POM Indentation
|
2023-10-05 11:56:36 +05:30 |
|
Niket Agrawal
|
601ec56453
|
Merge remote-tracking branch 'upstream/master' into feature/BAEL-6695-BooleanValidation
|
2023-10-05 11:47:33 +05:30 |
|
Maiklins
|
7c6b5ac3de
|
Merge pull request #14806 from balasr21/master
BAEL-5889: Added implementation for Spy and SpyBean difference
|
2023-10-04 18:14:59 +02:00 |
|
Loredana Crusoveanu
|
31c0b5929f
|
Merge pull request #14495 from timonback/chore/update-to-springwolf-0.13.0
[BAEL-6529] Update Springwolf version to 0.13.0
|
2023-10-04 16:04:05 +03:00 |
|
parthiv39731
|
73e512f433
|
Merge remote-tracking branch 'origin/PR-6910' into PR-6910
# Conflicts:
# spring-boot-modules/spring-boot-3/pom.xml
|
2023-10-03 21:16:17 +05:30 |
|
Somnath Musib
|
b52e2cc3d1
|
BAEL-6527 GraalVM Native Image Docker Image (#14835)
* BAEL-6527 GraalVM Native Image Docker Image
* BAEL-6527 GraalVM Native Image Docker Image
|
2023-10-02 15:07:18 -07:00 |
|
parthiv39731
|
2934a2c1b0
|
BAEL-6910, Spring Boot 3.1's ConnectionDetails abstraction
|
2023-10-02 23:42:50 +05:30 |
|
anuragkumawat
|
40c5ed0c6f
|
JAVA-24378 Fix references to parents - Week 35 - 2023 (#14852)
|
2023-10-02 20:37:36 +03:00 |
|
mdabrowski-eu
|
2ed008decc
|
BAEL-6911 A Guide to RestClient in Spring Boot (#14893)
|
2023-10-02 13:53:53 +02:00 |
|
balasr3
|
f324a50165
|
BAEL-5889: Updated with review comment to add another method inside @Spy which is served through a mock to demonstrate partial mock condition
|
2023-10-01 07:18:05 +05:30 |
|
balasr3
|
14f336cf1a
|
BAEL-5889: Removed unnecessary change
|
2023-10-01 07:18:05 +05:30 |
|
balasr3
|
88ea37c981
|
BAEL-5889: Added code for Spy and SpyBean difference implementation
|
2023-10-01 07:18:05 +05:30 |
|
edizor
|
21ae31a8ef
|
Update README.md
[skip ci]
|
2023-09-29 23:23:11 +08:00 |
|
Bipin kumar
|
058119dfea
|
JAVA-23380: Removing empty spring.factories file (#14842)
|
2023-09-27 13:34:34 +03:00 |
|
Niket Agrawal
|
74c42deb4e
|
Merge remote-tracking branch 'upstream/master' into feature/BAEL-6695-BooleanValidation
|
2023-09-26 18:54:18 +05:30 |
|
Niket Agrawal
|
00671fd084
|
Review Comments
|
2023-09-26 18:53:59 +05:30 |
|
Niket Agrawal
|
96ff2a982a
|
Updated Test case
|
2023-09-24 02:08:16 +05:30 |
|
Niket Agrawal
|
c8c573899f
|
Review comments
|
2023-09-24 01:20:56 +05:30 |
|
davidmartinezbarua
|
82c4b59059
|
Merge pull request #14790 from parthiv39731/PR-7005
BAEL 7005
|
2023-09-22 15:27:06 -03:00 |
|
edizor
|
ca1a5c36ac
|
Update README.md
[skip ci]
|
2023-09-21 21:03:33 +08:00 |
|
Bipin kumar
|
e842b87ec5
|
JAVA-23380: Changes made for upgrading sprint-boot-autoconfiguration … (#14769)
|
2023-09-21 12:52:42 +03:00 |
|
Kasra Madadipouya
|
3164e3c325
|
Merge pull request #14749 from panos-kakos/JAVA-24600
[JAVA-24600]
|
2023-09-20 13:35:34 +02:00 |
|
Alexander Molochko
|
52d10c1c4a
|
BAEL-6866: Securing Spring Boot 3 Applications with SSL Bundles (#14725)
* BAEL-6866: Securing Spring Boot 3 Applications with SSL Bundles
* [bael-6866] Fix review issues
|
2023-09-20 08:49:31 +05:30 |
|
parthiv39731
|
5f018b3186
|
BAEL-7005, Difference Between permitAll() and anonymous() in Spring Security
|
2023-09-19 09:49:03 -07:00 |
|
panos-kakos
|
808502520e
|
[JAVA-24600] Upgraded jasypt version to 3.0.5
|
2023-09-19 12:11:51 +03:00 |
|
parthiv39731
|
0507b0417e
|
Merge remote-tracking branch 'origin/PR-7005' into PR-7005
|
2023-09-18 21:00:07 -07:00 |
|
parthiv39731
|
d6cd33fec7
|
BAEL-7005, Difference Between permitAll() and anonymous() in Spring Security
|
2023-09-18 20:59:43 -07:00 |
|
Gaetano Piazzolla
|
88139c2a9d
|
JAVA-21833 | updated parent (#14782)
|
2023-09-18 13:30:51 +05:30 |
|
Niket Agrawal
|
c07c35882f
|
Removing unused ExceptionHandler
|
2023-09-17 23:10:10 +05:30 |
|
Niket Agrawal
|
6300c41290
|
BAEL-6695 Boolean Validation in Spring Boot
BAEL-6695 Boolean Validation in Spring Boot
|
2023-09-17 22:36:14 +05:30 |
|
Bipin kumar
|
76f7964c96
|
JAVA-24677: Changes made for add sub-modules in parents (#14690)
|
2023-09-13 12:28:47 +03:00 |
|
panos-kakos
|
949572f93b
|
[JAVA-24600]
|
2023-09-11 12:23:34 +03:00 |
|
Bipin kumar
|
9748166751
|
JAVA-23291: adding missed modules in pom.xml (#14614)
|
2023-09-07 18:47:37 +03:00 |
|
Kasra Madadipouya
|
d602c636cf
|
Merge pull request #14713 from panos-kakos/JAVA-24663
[JAVA-24663]
|
2023-09-06 18:19:09 +02:00 |
|
Timon Back
|
68b78c845c
|
Update asyncapi.json
|
2023-09-05 08:16:27 +02:00 |
|
Timon Back
|
c7d0b46531
|
[BAEL-6529] Update Springwolf version to 0.14.0
|
2023-09-04 22:02:38 +02:00 |
|
David Müller
|
982401a329
|
[BAEL-6529] Update Springwolf version to 0.13.0
Co-authored-by: Timon Back <timon.back+git@gmail.com>
|
2023-09-04 21:42:05 +02:00 |
|
Loredana Crusoveanu
|
dcf2685179
|
Merge pull request #14691 from edizor/master
Update README
|
2023-09-04 09:41:35 +03:00 |
|
panos-kakos
|
cabe111699
|
[JAVA-24663]
|
2023-09-04 07:39:51 +03:00 |
|
emanuel.trandafir
|
4e77570581
|
BAEL-6923: added comments about docker env
|
2023-09-03 14:45:27 +02:00 |
|
panos-kakos
|
5b4b808a18
|
[JAVA-24377] Clean up
|
2023-09-03 09:18:10 +03:00 |
|