Commit Graph

1241 Commits

Author SHA1 Message Date
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