Commit Graph

1523 Commits

Author SHA1 Message Date
parthiv39731 c689513bb0 Merge branch 'eugenp:master' into PR-6910 2023-10-14 20:54:19 +05:30
edizor 0a186781d3 Create README.md
[skip ci]
2023-10-13 05:49:54 +08:00
edizor 7b8fdd352b Update README.md
[skip ci]
2023-10-13 05:49:16 +08:00
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 28ecebc3ac BAEL-7005
Moving the article to a new project because the old project had reached it's limit
2023-10-11 22:55:22 +05:30
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
parthiv39731 e6d8cc8998 Merge branch 'eugenp:master' into PR-6910 2023-10-11 10:34:08 +05:30
parthiv39731 e85d088d17 BAEL-6910
Spring Boot 3.1's ConnectionDetails abstraction
2023-10-11 00:03:46 +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
panos-kakos 5c9ed2e7b2 [JAVA-25959] Upgraded spring-doc version 2023-10-08 01:13:47 +03:00
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
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
panos-kakos 6beb78f9d4 [JAVA-22589] Added comment regarding the failure of test 2023-08-28 10:04:17 +03:00
panos-kakos b9e8f39c00 [JAVA-23099] Upgraded maven-war-plugin to latest version 2023-08-28 09:02:54 +03:00
panos-kakos 75f85380c5 [JAVA-23099] Upgraded maven-failsafe-plugin to latest version 2023-08-28 08:52:58 +03:00
panos-kakos 1ac88d18e3 [JAVA-23099] Upgraded maven-compiler-plugin to latest version 2023-08-28 08:48:54 +03:00
emanuel.trandafir 429ebba267 BAEL-6649: added module entry in parent pom 2023-08-25 13:59:22 +02:00
emanuel.trandafir 8532ae8aa9 BAEL-6649: code review #2 2023-08-25 13:55:50 +02:00
emanuel.trandafir d3b6ca6974 BAEL-6649: renamed package 2023-08-25 13:55:50 +02:00
emanueltrandafir1993 ca0c269ff8 BAEL-6649: testcontainers in sb 3.1 2023-08-25 13:55:50 +02:00
timis1 86cb1e4baa JAVA-23896 Clarify "Guide to @ConfigurationProperties in Spring Boot" article (#14642) 2023-08-25 11:21:50 +03:00
Loredana Crusoveanu 89fa14a69b Merge pull request #14651 from edizor/master
Update README
2023-08-25 10:18:29 +03:00
edizor 7717e647f6 Create README.md
[skip ci]
2023-08-24 21:52:03 +08:00
Ehsan Sasanianno 3a6ccd5816 java-24011: fix and enable jasypt submodule 2023-08-23 14:55:38 +02:00
Harry9656 11c984b995 Terminal BAEL-6520: Implement Telegram Bot using Spring-boot (#14595) 2023-08-22 17:58:22 +02:00
panos-kakos 287c8c41bd [JAVA-22589] Converted integration test to manual 2023-08-22 07:37:35 +03:00
Bipin kumar 7f13b86f3b JAVA-23450: changes made for Update spring-boot-documentation module (#14533) 2023-08-17 15:44:53 +03:00
anuragkumawat 65159d313a JAVA-19354 Potential issue in A Quick Guide to Using Keycloak With Spring Boot article (#14537) 2023-08-17 15:28:22 +03:00
parthiv39731 674b3d3453 BAEL-6801, Applied review comments (#14567)
* BAEL-6801
Validate string length with Java validation annotations

* Bael-6801, applied Review comments

* Bael-6801, applied Review comments, deleting the springboot implementation
2023-08-15 19:17:51 +02:00
Kasra Madadipouya e10a895ba0 Merge pull request #14549 from GaetanoPiazzolla/JAVA-24008-fix-test
JAVA-24008 | fix tests
2023-08-08 19:45:16 +02:00
parthiv39731 811df00130 BAEL-6801 (#14545)
Validate string length with Java validation annotations
2023-08-08 07:35:59 +02:00
GaetanoPiazzolla cd807d3e21 JAVA-24008 | fix tests 2023-08-07 20:44:56 +02:00
Kasra Madadipouya dba3518a56 JAVA-24005 disable failing (sub)-modules temporary (#14543) 2023-08-07 23:24:37 +05:30
Eugene Kovko 760825405a BAEL-6651: Embeddable Records in Hibernate 6 (#14516)
* BAEL-6651: Bumped Spring Boot version

* BAEL-6651: Replaced flaky test

* BAEL-6651: Embeddable example with tests
2023-08-04 19:39:09 +02:00
edizor a5a3428c24 Update README.md
[skip ci]
2023-08-02 21:02:48 +08:00
Dhawal Kapil 901e94d234 JAVA-18812 Disabled reuse forks option that was causing issue with SimpleTracer test (#14490) 2023-07-28 20:56:56 +03:00
lucaCambi77 a8001c3a8e Docker Compose Support in Spring Boot 3 [ BAEL-6648 ] (#14394)
* feat: spring boot docker compose support

* fix: add actuator

* fix: indent

* fix: remove optional

* fix: remove mongodb config

* fix: add non docker-compose profile

---------

Co-authored-by: Eric Martin <emart.tigers@gmail.com>
2023-07-27 21:51:14 -05:00
Kasra Madadipouya 24396a71c2 Merge pull request #14456 from anuragkumawat/JAVA-18117
JAVA-18117 Update spring-boot-keycloak-adapters module
2023-07-26 20:23:45 +02:00
collaboratewithakash 14c483d515 backlink added 2023-07-24 14:59:53 +05:30
anuragkumawat 53a1ef3168 JAVA-18117 Update spring-boot-keycloak-adapters module 2023-07-22 14:54:43 +05:30
Loredana Crusoveanu c55d386498 Merge branch 'master' into master 2023-07-20 16:30:42 +03:00
collaboratewithakash d88d2d3632 backlinks removed 2023-07-20 16:44:33 +05:30
panos-kakos f25c016cc2 [JAVA-22621] Clean up (#14433)
* [JAVA-22621] Clean up

* [JAVA-22621] Clean up
2023-07-19 17:43:21 +05:30
ACHRAF TAITAI 66ac6d8816 BAEL-6054: Postman - send multi-part data and json in the same request (#14430) 2023-07-17 21:55:25 +02:00
edizor 016367a43f Update README.md
[skip ci]
2023-07-13 20:29:08 +08:00
Kasra Madadipouya 3f76369a97 Merge pull request #14328 from panos-kakos/JAVA-14013
[JAVA-14013] Added example for LoggingSystem
2023-07-09 21:21:52 +02:00
Kasra Madadipouya a795391cbc Merge pull request #14323 from panos-kakos/JAVA-22589
Java 22589
2023-07-09 20:30:49 +02:00
Manfred ba1764fba1 BAEL-6670: Reading a JSP variable from JavaScript (#14337) 2023-07-09 08:54:38 +05:30
anuragkumawat 14ffda870b JAVA-21457 Add SpringFox module to spring-boot-modules pom (#14344)
* JAVA-21457 Add SpringFox module to spring-boot-modules pom

* JAVA-21460 Update articles URLs for new annotations
2023-07-05 23:10:52 +05:30
panos-kakos c305321a42 [JAVA-22589] Added @DirtiesContext and re-enabled test case 2023-07-03 17:15:45 +03:00
Bipin kumar c6a6279724 JAVA-22625: Changes made for module Q to S formatting the pom.xml (#14330) 2023-06-30 16:37:55 +05:30
panos-kakos b71e52fc8b [JAVA-14013] Added example for LoggingSystem 2023-06-29 18:36:48 +03:00
timis1 cd6661e117 JAVA-100003 Removed apis from Kong
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-29 11:26:08 +03:00
panos-kakos 2485d25140 [JAVA-22589] Disabled test case 2023-06-29 00:18:06 +03:00
anuragkumawat 44179d2187 Java 21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to spring-boot-swagger-springfox module (#14310)
* JAVA-21460 Upgrade spring-boot-swagger-jwt modules to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger-2 module to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger module to use SpringDoc in place of SpringFox

* JAVA-21460 Move code from spring-boot-swagger & spring-boot-swagger-2 to  spring-boot-swagger-springfox module

* JAVA-21457 Upgrade spring-security-web-rest to use SpringDoc in place of SpringFox
2023-06-28 10:13:24 +05:30
panos-kakos 862de9617b [JAVA-22589] Clean up 2023-06-27 11:43:54 +03:00
anuragkumawat bac109cdc8 JAVA-21460 Upgrade spring-boot-swagger-jwt modules to use SpringDoc in place of SpringFox (#14296)
* JAVA-21460 Upgrade spring-boot-swagger-jwt modules to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger-2 module to use SpringDoc in place of SpringFox

* JAVA-21460 Upgrade spring-boot-swagger module to use SpringDoc in place of SpringFox
2023-06-25 17:00:13 +05:30
Tapan Avasthi c54937de56 BAEL-6532: Define main class when using multiple profiles in a Spring Boot project (#14267)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-06-23 21:10:42 -05:00
anuragkumawat 462cfaf980 JAVA-21298 Fix failing tests in spring-boot-testing module (#14289) 2023-06-23 14:03:16 +05:30
timis1 b39cee5e7a Java 20405 Align module names, folder names and artifact id - Week 18 - 2023 (moved-7) (#14290)
* JAVA-20405 Align name for spring-boot-aws

* JAVA-20405 Align module name for spring-boot-3-url-matching

* JAVA-20405 Align module name for core-java-streams-collect

* JAVA-20405 Align module name for dummy-surefire-junit47

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-06-23 13:15:40 +05:30
Gaetano Piazzolla a6052bde93 JAVA-22236 | adding new submodule due to too much articles in the same submodule. (#14286) 2023-06-22 20:23:01 +05:30
panos-kakos 4ad0de6842 [JAVA-22160] Upgraded resilience4j-spring-boot2 dependency version + … (#14207) 2023-06-19 15:39:08 +03:00
Harry9656 43fc8b38ea JAVA-6350: Add comments for SpringDoc v2 compatible with Spring Boot 3 (#13989) 2023-06-18 12:54:06 +02:00
Gaetano Piazzolla 4c825d6311 JAVA-22180 | fixed test with simple annotations. (#14225) 2023-06-15 09:39:55 +05:30
anuragkumawat 76161790b4 JAVA-21454 Upgrade spring-boot-libraries-2 to use SpringDoc in place of SpringFox (#14214) 2023-06-11 13:26:10 +05:30
anuragkumawat a16589e87a JAVA-21455 Move SpringFox code out of spring-boot-mvc to spring-boot-mvc-legacy (#14212) 2023-06-11 13:17:27 +05:30
ACHRAF TAITAI 18baf2eed6 replace the securityContext (#14202) 2023-06-10 18:47:47 +02:00
anuragkumawat 3f9bddc9ab JAVA-21456 Upgrade spring-boot-mvc-4 to use SpringDoc in place of SpringFox (#14139)
* JAVA-21456 Upgrade spring-boot-mvc-4 to use SpringDoc in place of SpringFox

* JAVA-21456 Replace no longer needed ModelAttribute with RequestBody

* JAVA-21456 Review comments changes

* JAVA-21456 Formatting changes pom

* JAVA-21456 Correct formatting pom
2023-06-06 09:30:56 +05:30
davidmartinezbarua 5103f90fb5 Merge pull request #14156 from thibaultfaure/improvement/BAEL-6469
BAEL-6469 Code for the @Value Annotation Support on records in Spring…
2023-06-05 14:12:15 -03:00
Loredana Crusoveanu 2c0482c409 Merge branch 'master' into master 2023-06-02 16:23:25 +03:00
edizor cb316df0f2 Update README.md
[skip ci]
2023-06-02 09:12:34 +08:00
edizor 1c21a5a221 Create README.md
[skip ci]
2023-06-02 08:43:47 +08:00
thibault.faure 38c71c91bb BAEL-6469 Code for the @Value Annotation Support on records in Spring improvement 2023-06-01 09:40:52 +02:00
collaboratewithakash 2a30552561 backlink updated 2023-05-31 17:17:50 +05:30
collaboratewithakash a0ed49e3fd backlink updated 2023-05-30 17:41:02 +05:30
collaboratewithakash 3d013aa16d backlink updated 2023-05-27 15:43:10 +05:30
collaboratewithakash 31e63d3ab5 backlink added 2023-05-27 15:41:27 +05:30
Bipin kumar 74686f60a0 JAVA-21189: changes made for formatting modules starting from S (#14106) 2023-05-24 19:37:51 +05:30
Vini f4ab6b7edd Merge pull request #14014 from zahikhan/master
Fix formatting issues, refactor the profiles word in the properties.
2023-05-22 14:47:15 +02:00
Loredana Crusoveanu 2a2ac8d27f Merge pull request #14090 from eugenp/lor6-patch-2
Update README.md
2023-05-22 10:00:36 +03:00
Loredana Crusoveanu 3fb8e179ed Update README.md 2023-05-22 09:52:15 +03:00
Loredana Crusoveanu 88aa259dfb Update README.md 2023-05-22 09:51:26 +03:00
grzegorz@musial.tk ec5cddc78b BAEL-6250: refactor: Move to spring-caching-2 since spring-caching is full 2023-05-21 22:07:09 +02:00
Muhammad Asif f255c01d80 BAEL-6094 (#14043)
* Inital Commit for BAEL-6094

* Added the test

* Updated the test
2023-05-20 10:22:20 +02:00
edizor 0f7a00193b Update README.md
[skip ci]
2023-05-17 20:16:47 +08:00
Zahid Khan a3acf733da Merge branch 'eugenp:master' into master 2023-05-15 11:48:09 +05:30
Zahid Khan d8a3dd3d71 Fix formatting issues, refactor the `profiles` word in the properties. 2023-05-15 11:47:43 +05:30
edizor 52e8c27f86 Update README.md
[skip ci]
2023-05-11 23:39:19 +08:00
Gaetano Piazzolla b5fd6ce5c4 BAEL-6444 | Removed copyright commit (#13987) 2023-05-10 08:13:28 -07:00
Grzegorz Musiał a36b4d88b7 BAEL-6250: Example code for Get All Caffeine Cache Keys article (#13806) 2023-05-10 13:38:19 +02:00
Gaetano Piazzolla 579ba7726f BAEL-6444 | Added P6Spy logging in spring boot observation module. (#13965)
* BAEL-6444 | Added P6Spy logging in spring boot observation module.

* BAEL-6444 | Added Find with name query and custom log format now working

* BAEL-6444 | Formatting

* BAEL-6444 | Renaming junit files

* BAEL-6444 | Added start class

* BAEL-6444 | Actualized code with Article

* BAEL-6444 | Actualized code with Article

* BAEL-6444 | redded commit()

* BAEL-6444 | BDD naming strategy
2023-05-08 08:29:52 -07:00
Zahid Khan eb9815b6d6 Match prefix same as draft. 2023-05-08 11:51:30 +05:30
Zahid Khan 3aa158b872 Remove Comments and update prefix. 2023-05-07 22:49:07 +05:30
Zahid Khan 36a88aebe9 Merge branch 'eugenp:master' into master 2023-05-07 22:46:19 +05:30
edizor 7720c03dbf Update README.md
[skip ci]
2023-05-05 23:37:21 +08:00
edizor ab1964f166 Update README.md
[skip ci]
2023-05-05 21:48:48 +08:00
Zahid Khan e68a846239 Merge branch 'eugenp:master' into master 2023-05-04 19:55:08 +05:30
anuragkumawat f5910afe6f JAVA-18113 Update spring-boot-swagger-keycloak module (#13506)
* JAVA-18113 Update spring-boot-swagger-keycloak module
2023-05-03 11:58:43 +03:00
panos-kakos 0a808899e9 [JAVA-20457] Upgraded springdoc version (#13872) 2023-05-02 10:41:49 +03:00
Dhawal Kapil d21eeb25cb JAVA-20931 Commented out spring-boot-3 for now because of JDK 19 requirement (#13936) 2023-05-02 01:34:11 +05:30
Loredana Crusoveanu 2d2c842d2f Merge pull request #13920 from edizor/master
Update README
2023-04-30 11:23:00 +03:00
panos-kakos 5973029834 [JAVA-18185] Upgrade groovy version (#13926) 2023-04-29 15:47:44 +05:30
edizor 03a6eec3c4 Update README.md 2023-04-28 21:32:04 +08:00
edizor 1a33906814 Update README.md
[skip ci]
2023-04-28 21:31:20 +08:00
Vini b2f2af9407 Merge pull request #13895 from achraftt/BAEL-6303
BAEL-6303: Encode passwords with Spring Boot CLI
2023-04-28 15:01:01 +02:00
Gaetano Piazzolla e3cc8abadb BAEL-6085 - Working with Virtual Threads in Spring 6 (#13896)
* BAEL-6085 - Working with Virtual Threads in Spring 6

* BAEL-6085 - jmeter test

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Virtual Thread Spring 6

* BAEL-6085 | Java 19 for compiling and executing

* BAEL-6085 | Java 19 prop

* BAEL-6085 | Java 19 prop

* BAEL-6085 | Java 19 prop
2023-04-26 14:36:54 -07:00
doodoroma 3c29c79dc8 Merge pull request #13857 from abh1navv/BAEL-6355
BAEL-6355 - OpenAI API with Spring Boot
2023-04-26 21:19:14 +02:00
Bipin kumar 8f5aff6073 JAVA-18299 : Changes made for adding json view example fot hiding req… (#13829)
* JAVA-18299 : Changes made for adding json view example fot hiding request feilds in swagger

* JAVA-18299: Changes made for adding new example for JsonView Support in swagger hiding field

* JAVA-18299: Changes made for adding new example for JsonView Support in swagger hiding field

* JAVA-18299: Changes made for removing extra boiler plate code

* JAVA-18299: Changes made to incorporate review comments
2023-04-26 12:28:12 +05:30
Zahid Khan 7675b0c48d Add Kebab casing 2023-04-26 10:47:56 +05:30
Adrian Bob c11605cc61 Update bulkhead test (#13836) 2023-04-24 19:32:49 +02:00
achraftt 2efc27170d BAEL-6303: Encode passwords with Spring Boot CLI 2023-04-23 18:59:19 +02:00
Abhinav Pandey c4ccc31008 BAEL-6355 - OpenAI API with Spring Boot - review comment incorporated 2023-04-23 14:02:10 +05:30
anuragkumawat e94486a78d JAVA-19019 Potential issue in Ahead of Time Optimizations in Spring 6 article (#13888)
* JAVA-19019  Potential issue in Ahead of Time Optimizations in Spring 6 article

* JAVA-19019 Potential issue in Ahead of Time Optimizations in Spring 6 article
2023-04-23 13:19:00 +05:30
Hamid Reza Sharifi ad6ed2cb14 Bael 6361: Introduction to Spring Modulith (#13891) 2023-04-22 22:03:54 +02:00
edizor 804ec426d1 Update README.md
[skip ci]
2023-04-20 17:43:02 +08:00
edizor a9e15abf6b Update README.md
[skip ci]
2023-04-20 17:34:22 +08:00
edizor 28afd5133a Update README.md
[skip ci]
2023-04-20 17:24:21 +08:00
Loredana Crusoveanu b01a849724 Merge pull request #13842 from edizor/master
Update README
2023-04-18 13:31:26 +03:00
Abhinav Pandey 8d5f39b720 BAEL-6355 - OpenAI API with Spring Boot 2023-04-17 23:33:07 +05:30
Azhwani 737430655c BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type (#13753) 2023-04-16 18:32:18 +02:00
anuragkumawat 3d278ff7a9 Java 19533 fix failing integration test (#13835)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix failing integration test
2023-04-14 19:12:08 +05:30
edizor d49b588e04 Update README.md
[skip ci]
2023-04-14 17:10:41 +08:00
edizor 3bcae7f37a Update README.md
[skip ci]
2023-04-14 16:47:31 +08:00
Adrian Bob 7a426829cb Add logging for bulkhead test (#13834) 2023-04-13 18:25:49 +02:00
timis1 fae3e80186 JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … (#13670)
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
anuragkumawat 0d360a264b Java 19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13824)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)

* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
2023-04-12 07:24:52 +05:30
Łukasz Włodkowski 2765db78ae [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. (#13632)
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.

* [BAEL-6165] Add other types of secrets as example

* [BAEL-6165] externalize version to properties

* [BTL-6165] create UserController

---------

Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Alex Tighe 0ac00ad389 BAEL-6229: loading multiple yaml files in spring boot (#13724)
* BAEL-6229: committing new example for loading multiple yaml configuration files

* BAEL-6229: updating README.md

* BAEL-6229: adding example one code, commented out

* Revert "BAEL-6229: updating README.md"

This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.

* BAEL-6229: adding comments around commented out code for first example.
2023-04-11 19:15:40 +01:00
Tapan Avasthi e8d8611e6e BAEL-5027: Use BuildProperties bean for getting build information (#13794)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-10 17:56:04 -05:00
Loredana Crusoveanu 44b59b1ace Merge pull request #13788 from edizor/master
Update README
2023-04-09 10:29:33 +03:00
panos-kakos 43b744f7cb [JAVA-18185] Downgrade to groovy 3 for spock (#13783) 2023-04-09 08:31:05 +05:30
edizor 7c5ceb42b6 Update README.md
[skip ci]
2023-04-07 23:53:48 +08:00
Adrian Bob 745e372844 BAEL-6071: Resilience4j events endpoints (#13697)
* Add project for Resilience4j Events Endpoints article

* Update README

* Add spring-boot-resilience4j module

* Renamed test class to meet constraints

* Update package structure

* Added formatting

* Replaces .parallel() with Executor

* Updated concurrent calls for bulkhead test
2023-04-04 15:49:54 +02:00
Viktor Ardelean d21e03938e BAEL-6093 add spring boot 3 url matching code sample (#13744) 2023-04-02 14:00:58 -07:00
AttilaUhrin ecad53efac [BAEL-6161] Add example code for article. (#13651)
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
2023-03-31 07:53:12 +05:30
anuragkumawat 6212b272fc JAVA-19547 Move articles from spring-core-2 module to spring-boot modules (#13730) 2023-03-30 22:00:57 +05:30
anuragkumawat e310fe84da Move articles from spring-core-6 module to other spring-boot modules (#13722)
* Move articles from spring-core-6 module to other spring-boot modules

* JAVA-19559 Move articles from spring-core-6 module to other spring-boot-3 modules

* JAVA-19559 Minor spacing change

* JAVA-19559 Revert  Minor spacing change
2023-03-30 21:53:07 +05:30
anuragkumawat a50d41a8ce JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module (#13711)
* JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module

* JAVA-19555 Move articles from spring-core module to spring-boot-annotations-2 module
2023-03-26 23:55:47 +05:30
edizor 41f28aee20 Update README.md
[skip ci]
2023-03-24 16:51:52 +08:00
edizor 9bd65c88cf Update README.md
[skip ci]
2023-03-24 16:21:36 +08:00
edizor 17c13fb484 Update README.md
[skip ci]
2023-03-24 16:18:21 +08:00
cesarevalenti90 6a2d723155 BAEL-6255 - Run a Spring Boot application in AWS Lambda (#13629)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-03-23 20:43:34 +00:00
panos-kakos 78cb526cf0 [JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile (#13678)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-23 09:08:51 +05:30
anuragkumawat 1bca2d5d68 JAVA-19544 Move Spring @Primary Annotation article from spring-core-2 module to spring-boot-annotations-2 module (#13687) 2023-03-22 21:28:27 +05:30
Eugen b2accf8773 Merge pull request #13675 from edizor/master
Update README
2023-03-21 21:17:45 +02:00
sdhiray7 d40d696e99 BAEL-5321: Change Swagger UI URL prefix (#13288)
* Initial commit for Object copy in Java

* review comments commit for Object copy in Java

* Initial commit for parseInt vs valueOf java

* Review comments commit for parseInt vs valueOf java

* Modify readme

* review comments

* build failure

* build failure retry

* build failure retry remove parseInt(java.lang.String,int,int,int)

* build failure add comment

* change examples

* review comments

* review comments 2

* review comments 3

* Initial commit for get current stacktrace

* Remove old files

* Name updates

* Jenkins error

* changes to file name

* Review comments

* Create unit test file

* Remove unnecessary files

* Update package name

* BAEL-5321 Initial commit

* BAEL-5321 Initial commit 2

* [BAEL-5321] review comments

* [BAEL-5321] constructor

* [BAEL-5321] inline
2023-03-19 11:20:37 +01:00
edizor b16e7bfc2a Merge branch 'eugenp:master' into master 2023-03-19 02:04:52 +08:00
Abhinav Pandey 22bd0db1bf BAEL-6157 - Using records with JPA (#13626)
* BAEL-6157 - Using records with JPA

* BAEL-6157 - Changing test class name

* BAEL-6157 - Changing test class name

* BAEL-6157 - Adding start-class to module
2023-03-17 09:36:56 -07:00
edizor 3eb2ffef4e Create README.md
[skip ci]
2023-03-17 00:53:24 +08:00
edizor 7fb86be223 Update README.md
[skip ci]
2023-03-17 00:29:23 +08:00
Sameer 350a3c3575 Bael 4779 (#13465)
* first commit for Spring Data Redis TTL

* BAEL-4779: Removed incorrect module

* removed mvn wrapper

* Reduced wait time to check expiration

* J17 -> J11

* spring boot redis added to JDK 9 and above profile

* pulled latest from master

* restored from master

* resolved from master

* Update pom.xml

* Update pom.xml

* using Collections api available in J15

* updated Integration test class name

---------

Co-authored-by: s9m33r <no-reply>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-03-14 16:44:31 -07:00
davidmartinezbarua 768a7800ba Merge pull request #13558 from pedrolopes9-7/BAEL-6224
BAEL-6224: API First-Development in Spring Boot
2023-03-10 15:18:53 -03:00
Tapan Avasthi 99bdd0c2fe BAEL-5721: Configure Redis Container Using DynamicPropertySource Annotation (#13585)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-03-09 21:07:31 -06:00
edizor 56a30aea2a Update README.md
[skip ci]
2023-03-04 11:13:57 +08:00
edizor 762ce81aaf Create README.md
[skip ci]
2023-03-04 10:56:06 +08:00
pedrolopes9-7 99951e3dc2 fix file location 2023-02-28 20:19:00 -03:00
pedrolopes9-7 1af21053f1 adding yml file and generator 2023-02-28 20:02:41 -03:00
anuragkumawat da08a21266 JAVA-18103 Revert properties file name to fix integration test (#13555) 2023-02-28 23:38:13 +05:30
Cesare 31ab20f33e reformat TodosController 2023-02-28 10:09:51 +01:00
cesarevalenti90 1a60cdbf0d Merge branch 'eugenp:master' into master 2023-02-28 10:06:11 +01:00
Loredana Crusoveanu b0d37999dd Merge pull request #13483 from anuragkumawat/JAVA-18103
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-27 09:45:56 +02:00
timis1 45790055ba JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… (#13457)
* JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-modules (conti-1)

* JAVA-13870 Making spring boot as the parent for spring-caching and spring caching-2

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:31:26 +05:30
anuragkumawat f3a236c77c JAVA-17766 Fix references to parents - Week 6 - 2023 (moved-2) (#13536) 2023-02-26 16:49:13 +05:30
edizor c7bba3900e Update README.md
[skip ci]
2023-02-24 19:37:14 +08:00
timis1 a04d35a6d8 JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409)
* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules

* JAVA-2420 Migrate spring-boot-camel to spring-apache camel

* JAVA-2420 Update README.md file

* JAVA-2420 Remove spring-boot-camel

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-20 23:36:57 +05:30
anuragkumawat 92ce5ae35d JAVA-18103 Rename method name 2023-02-20 23:13:48 +05:30
anuragkumawat 4d03829a98 JAVA-18103 Update Code as per review comments 2023-02-20 22:33:43 +05:30
Cesare ef6752a198 BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3 -fix test naming 2023-02-19 16:19:46 +01:00
cesarevalenti90 04d70801ec Merge branch 'eugenp:master' into master 2023-02-19 16:06:45 +01:00
Anastasios Ioannidis b62ce9f58e JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
edizor 1f2fcf593c Update README.md
[skip ci]
2023-02-17 18:52:43 +08:00
thibaultfaure 8890de875d BAEL-5288 Code for the Map Date Types With openapi generator article (#13467)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-02-16 19:16:55 -06:00
anuragkumawat 47184dc06d JAVA-18103 Update spring-boot-keycloak-2 module 2023-02-15 23:00:12 +05:30
Ralf Ueberfuhr e4214237da BAEL-6097: Pitfalls on Testing with Spring Boot (#13441)
* BAEL-6097: Create project

* BAEL-6097: Implement sample code and tests with custom test slices

* BAEL-6097: Fix application-test.yml

* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test
2023-02-13 22:28:13 -08:00
Daniel Strmecki c311ca5ad3 Feature/bael 6101 singleton (#13325)
* BAEL-6101: singleton bean and pattern example

* BAEL-6101: change package

* BAEL-6101: refactor

* BAEL-6101: refactor

* BAEL-6101: PR comment fix
2023-02-13 19:41:29 +00:00
anuragkumawat 706c611e99 JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (#13322) 2023-02-03 23:20:38 +05:30
Loredana Crusoveanu 03aa2d8920 Merge pull request #13416 from edizor/master
Update README
2023-02-03 17:32:16 +02:00
timis1 edba3b292b JAVA-17281 GitHub Issue: Read only Spring Boot App- NoUniqueBeanDefinitionException: No qualifying bean of type available: expected single matching bean but found 2 (#13394)
Co-authored-by: n <noreplay@yahoo.com>
2023-02-02 23:15:55 +05:30
edizor f230853409 Update README.md
[skip ci]
2023-02-02 23:10:18 +08:00
edizor dfd175c5c8 Update README.md
[skip ci]
2023-02-02 22:34:44 +08:00
Loredana Crusoveanu e07a0205c2 downgrade jaxb plugin 2023-02-02 16:20:16 +02:00
Loredana Crusoveanu 51058e940b match boot version, update path 2023-02-02 14:25:53 +02:00
Loredana Crusoveanu dba7084dbf update path to xml file 2023-02-02 11:03:11 +02:00
Cesare 9f8926d2aa BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3 2023-01-31 23:14:47 +01:00
davidmartinezbarua 09d1eb4e8c Merge pull request #13230 from hmdrzsharifi/BAEL-2862
Bael-2862: Update Spring Http Logging Article
2023-01-31 17:11:50 -03:00
Loredana Crusoveanu 38b983f705 JAVA-14471 remove extra dependency, set start class, upgrade 2023-01-31 12:58:44 +02:00
Loredana Crusoveanu 9ceb2e8e56 Merge pull request #13313 from anuragkumawat/java-14471
JAVA-14471 Remove remaining code for moved articles
2023-01-30 12:10:27 +02:00
edizor 0e6cfe9909 Update README.md
[skip ci]
2023-01-26 15:52:21 +08:00
cesarevalenti90 3cba49e6bc BAEL-6088 - Ahead of Time Optimizations in Spring 6 (#13311)
* BAEL-6057 - Implementing Retry In Kafka Consumer

(moved code example to new module)

* BAEL-6057 - Implementing Retry In Kafka Consumer

(fix on README.md)

* BAEL-6088 - Ahead of Time Optimizations in Spring 6

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-25 17:35:49 +01:00
Hamid Reza Sharifi 8f620b2281 Bael 6011: Spring Boot Logback and Log4j2 Extensions (#13327) 2023-01-23 15:44:23 +01:00
anuragkumawat 7936998b97 JAVA-14471 Remove remaining code for moved articles 2023-01-19 23:43:03 +05:30
anuragkumawat aa53dde127 JAVA-14179 Potential issue in Keycloak Integration - OAuth article (#13305) 2023-01-19 21:36:54 +05:30
davidmartinezbarua 618f549b0e Merge pull request #13256 from etrandafir93/features/BAEL-6058-extracting_request_header
BAEL-6058: extracting request header
2023-01-19 12:00:47 -03:00
etrandafir93 a844943283 BAEL-6058: fixed formatting for line continuation 2023-01-19 09:59:49 +01:00
emanueltrandafir1993 77d6a987a8 BAEL-6058: renamed test class 2023-01-17 20:47:07 +01:00
anuragkumawat a53ee3f0cb JAVA-14471 Update Keycloak articles - deprecated client adapters 2023-01-15 14:21:58 +05:30
edizor 27066cafa9 Create README.md
[skip ci]
2023-01-11 14:46:12 +08:00
emanueltrandafir1993 e9e7aace31 BAEL-6058: extracting request header 2023-01-08 16:59:46 +01:00
Daniel Strmecki 84a93ffbd4 Feature/bael 5756 choose api (#13227)
* BAEL-5756: Rest controller

* BAEL-5756: GraphQL controller (without tests)

* BAEL-5756: Fix GraphQL test

* BAEL-5756: Fix GraphQL test 2

* BAEL-5756: GRPC working

* BAEL-5756: GRPC with Spring Boot

* BAEL-5756: Books proto service

* BAEL-5756: Fix grpc integration test

* BAEL-5756: Refactor

* BAEL-5756: Revert some changes

* BAEL-5756: Fix integration tests port issue between gRPC and GraphQL

* BAEL-5756: Fix pom merge issue

* BAEL-5756: Fix typo
2023-01-03 13:52:58 +00:00
h_sharifi 311f190327 #BAEL-2862: add request wrapper & filter 2023-01-02 14:13:48 +03:30
h_sharifi e188b24dbb #BAEL-2862: remove unused class 2023-01-02 14:13:11 +03:30
h_sharifi f23e73e5d3 #BAEL-2862: remove extra space 2023-01-02 14:12:57 +03:30
h_sharifi c22c1a9cab #BAEL-2862: remove Spring related class 2023-01-02 14:12:36 +03:30
h_sharifi 32763ab63d #BAEL-2862: update test case 2023-01-02 14:12:00 +03:30
h_sharifi 9b206922fd #BAEL-2862: remove interceptor 2023-01-02 14:11:40 +03:30
h_sharifi d251343e2e #BAEL-2862: add log level for CommonsRequestLoggingFilter 2023-01-02 14:10:57 +03:30
h_sharifi b4ad1e9f2d #BAEL-2862: remove SecurityAutoConfiguration class and extra annotation 2023-01-02 13:33:43 +03:30
Ralf Ueberfuhr 40249f907c BAEL-5867: Micrometer Observability API with Spring Boot 3 (#13180)
* BAEL-5867: Create project and create first usage main method

* BAEL-5867: Use Observation API in Boot

* BAEL-5867: Refactoring and testing

* BAEL-5867: Add tracing

* BAEL-5867: Remove notes and add project as a module to the aggregator

* BAEL-5867: Fix pmd rules violation
2022-12-28 21:47:49 +01:00
collaboratewithakash 3e429428a7 backlink added 2022-12-24 13:22:01 +05:30
Loredana Crusoveanu 9215eee368 Merge pull request #13184 from edizor/master
Update README
2022-12-23 16:39:32 +02:00
freelansam f5131d9ad0 JAVA-15822: Which sub-modules aren't being built (#13153)
* JAVA-15822: Which sub-modules aren't being built

* JAVA-15822: build error

* JAVA-15822: build error

* modified comment for gcp-firebase
2022-12-23 00:33:54 +05:30
edizor 5a3d675ff7 Update README.md
[skip ci]
2022-12-22 22:17:45 +08:00
freelansam 456652e02b JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
Bogdan Cardoş ba7371baac BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin (#13049)
* BAEL-5617 Handle classes with the same name in Java

code samples

* BAEL-5617 Handle classes with the same name in Java

update project module

* BAEL-5754 Convert a List of String to a comma-separated String

code samples

* BAEL-5754 update unit test class name

* BAEL-5754 update unit test methods naming

* BAEL-5754 update tests order so to reflect the article

* BAEL-5754 align code to article

* BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin
2022-12-17 15:44:23 +00:00
Loredana Crusoveanu 897a98ada4 Merge pull request #13145 from edizor/master
Update README
2022-12-10 15:50:02 +02:00
kwoyke 141c85a5b4 Merge pull request #13071 from ehsansasanian/java-15229-update-bucket4j-version
update bucket4j version in spring-boot-libraries module
2022-12-10 13:02:13 +01:00
edizor 002051b590 Create README.md
[skip ci]
2022-12-08 15:24:05 +08:00
edizor 7fd529781c Update README.md
[skip ci]
2022-12-07 19:35:24 +08:00
Harry9656 fd623cb9f8 [JAVA-5805]: Logging to Graylog with Spring Boot Update (#12934)
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-12-05 17:35:30 +00:00
davidmartinezbarua efeabcc945 Merge pull request #12861 from brokenhardisk/master
BAEL-5715 Updated Code
2022-12-05 10:05:40 -03:00
davidmartinezbarua bb57868ec9 Merge pull request #13093 from hmdrzsharifi/BAEL-5948
Bael 5948: Running Spring Boot Application with Embedded Camunda Engine
2022-12-04 13:13:02 -03:00
Daniel Strmecki 0f3c81c248 Feature/bael 5756 choose api (#13055)
* BAEL-5756: Rest controller

* BAEL-5756: GraphQL controller (without tests)

* BAEL-5756: Fix GraphQL test

* BAEL-5756: Fix GraphQL test 2

* BAEL-5756: GRPC working

* BAEL-5756: GRPC with Spring Boot

* BAEL-5756: Books proto service

* BAEL-5756: Fix grpc integration test

* BAEL-5756: Refactor

* BAEL-5756: Revert some changes
2022-12-03 15:00:24 +00:00
h_sharifi 010163e541 #BAEL-5948:rename module name from spring-boot-libraries-3 to spring-boot-process-automation 2022-12-03 10:28:19 +03:30
h_sharifi 16a81bf9f9 #BAEL-5948:rename module name in parent pom 2022-12-03 10:27:08 +03:30
edizor b6db71aebb Update README.md
[skip ci]
2022-11-30 07:28:56 +08:00
Azhwani 30eccf2ae8 BAEL-5978: Case Insensitive Enum Mapping in Spring Boot (#13061)
* BAEL-5978: Case Insensitive Enum Mapping in Spring Boot

* Move code to a new module: spring-boot-request-params
2022-11-27 15:50:55 +01:00
Ralf Ueberfuhr b82aabffc0 BAEL 5951: Update Spring Boot 3 Version from release candidate to release version (#13091)
* Update Spring Boot, Spring Native and Native Maven Plugin versions

* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints

* BAEL-5951: Configure POMs and add Swagger UI runtime hints

* BAEL-5951: Remove Swagger UI runtime hints

* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)

* BAEL-5951: Add tests

* BAEL-5951: Fix tests (PMD naming conventions)

* BAEL-5951: Update from Spring Boot version 3.0.0-RC1 to 3.0.0 (release)
2022-11-27 10:58:07 +01:00
h_sharifi b46712fa14 #BAEL-5948:add sample loan process 2022-11-27 10:50:56 +03:30
h_sharifi e3f229f61d #BAEL-5948:add main source code 2022-11-27 10:50:29 +03:30
h_sharifi 68c5a730eb #BAEL-5948:add gitignore file 2022-11-27 10:50:05 +03:30
h_sharifi 9ac3f4ffea #BAEL-5948:add new maven module 2022-11-27 10:49:48 +03:30
edizor 8978bd34d5 Update README.md
[skip ci]
2022-11-25 15:15:31 +08:00
Ralf Ueberfuhr b913e47c13 BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints (#13047)
* Update Spring Boot, Spring Native and Native Maven Plugin versions

* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints

* BAEL-5951: Configure POMs and add Swagger UI runtime hints

* BAEL-5951: Remove Swagger UI runtime hints

* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)

* BAEL-5951: Add tests

* BAEL-5951: Fix tests (PMD naming conventions)
2022-11-24 09:47:54 +01:00
Ehsan Sasanianno bf057db224 update bucket4j version in spring-boot-libraries 2022-11-19 17:11:59 +01:00
Tapan Avasthi f9e34aa9f1 BAEL-5854: Toggle Endpoints at Runtime with Spring Boot (#13014)
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-11-17 20:19:32 -06:00
freelansam 5bfbf38f59 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
Loredana Crusoveanu 2055285698 Update README.md 2022-11-13 18:03:56 +02:00
edizor 0981b8fb4f Update README.md
[skip ci]
2022-11-11 09:50:59 +08:00
collaboratewithakash 66604fcc83 Update README.md 2022-11-05 17:27:41 +05:30
Jonathan Cook 90812f01ee BAEL-5236 - Apache Camel Exception Handling (#12973)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

* BAEL-4756 - Mockito MockSettings

* BAEL-4756 - Mockito MockSettings - fix spelling

* BAEL-2674 - Upgrade the Okhttp article

* BAEL-4204 - Adding Interceptors in OkHTTP

* BAEL-4836 - Mocking Static Methods with Mockito

* BAEL-4205 - A Guide to Events in OkHTTP

* BAEL-5408 - Update Camel version in spring-boot-camel module

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5234 - Apache Camel Routes Testing in Spring Boot

* BAEL-5237 - Apache Camel Conditional Routing

* BAEL-5236 - Apache Camel Exception Handling

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-11-03 09:40:26 -07:00