Commit Graph

1251 Commits

Author SHA1 Message Date
davidmartinezbarua 59e7dd737f Merge pull request #14946 from parthiv39731/PR-7005
BAEL-7005
2023-10-12 15:49:34 -03:00
edizor 21df4c28e8 Update README.md
[skip ci]
2023-10-12 05:02:10 +08:00
parthiv39731 dd509bfa62 Merge remote-tracking branch 'origin/PR-7005' into PR-7005 2023-10-11 22:44:01 +05:30
parthiv39731 f1669336a8 BAEL-7005
Moving the article to a new project because the old project had reached it's limit
2023-10-11 22:43:12 +05:30
davidmartinezbarua e79194f622 Merge pull request #14706 from etrandafir93/features/BAEL-6923-add_comments_about_docker_env
BAEL-6923: added comments about docker env
2023-10-11 11:44:14 -03:00
parthiv39731 49f51d1f56 Merge branch 'eugenp:master' into PR-7005 2023-10-11 14:14:00 +05:30
parthiv39731 b3894f1e85 Merge remote-tracking branch 'origin/PR-7005' into PR-7005 2023-10-11 14:08:42 +05:30
parthiv39731 1f14b2366e BAEL-7005
Moving the article to a new project because the old project had reached it's limit
2023-10-11 14:05:40 +05:30
Gaetano Piazzolla 03a3587560 JAVA-25157 | minor fixes (#14915) 2023-10-11 13:34:44 +05:30
timis1 91b80094fc JAVA-25517 Upgrade spring-boot-bootstrap to Spring Boot 3 (#14896) 2023-10-10 13:02:45 +03:00
mdabrowski-eu ff6d3e7393 BAEL-6911 fix dependencies issues, add missing snipets (#14935) 2023-10-09 13:33:39 +02:00
Loredana Crusoveanu 428ec8cc6f Merge branch 'master' into master 2023-10-06 14:22:48 +03:00
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
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
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
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
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
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
edizor a9a27d0127 Update README.md
[skip ci]
2023-09-01 19:18:18 +08:00
gaepi efdb71e05e JAVA-23096 | renamed tests to live tests 2023-08-30 10:40:32 +02:00
Bipin kumar 921ad80d3c JAVA-24381:Changes made for fixing pom indentation for modules starts S to Z (#14645) 2023-08-28 18:30:09 +03:00
Kasra Madadipouya 8b174ad61a Merge pull request #14637 from panos-kakos/JAVA-22589
[JAVA-22589] Converted integration test to manual
2023-08-28 17:23:59 +02:00