Commit Graph

35 Commits

Author SHA1 Message Date
panos-kakos cd85eb8b0b [JAVA-27620] (#15396)
* [JAVA-27620]

* [JAVA-27620]

* [JAVA-27620] Comment spring-boot-3-2 module
2023-12-13 21:04:35 +01:00
panos-kakos 7dbd9cf9f6 [JAVA-26774] 2023-11-12 08:00:42 +02:00
panos-kakos 47f7b926e6 [JAVA-26774] Upgraded mapstruct library to latest version 2023-11-12 07:32:39 +02:00
edizor fc2cf6cfac Update README.md
[skip ci]
2023-10-29 07:18:49 +08:00
parthiv39731 c97860452f BAEL-6910
revert back changes from spring-boot-3
2023-10-14 21:59:02 +05:30
parthiv39731 e6d8cc8998 Merge branch 'eugenp:master' into PR-6910 2023-10-11 10:34:08 +05:30
mdabrowski-eu ff6d3e7393 BAEL-6911 fix dependencies issues, add missing snipets (#14935) 2023-10-09 13:33:39 +02: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
parthiv39731 2934a2c1b0 BAEL-6910, Spring Boot 3.1's ConnectionDetails abstraction 2023-10-02 23:42:50 +05:30
mdabrowski-eu 2ed008decc BAEL-6911 A Guide to RestClient in Spring Boot (#14893) 2023-10-02 13:53:53 +02:00
panos-kakos 5b4b808a18 [JAVA-24377] Clean up 2023-09-03 09:18:10 +03: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
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
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
panos-kakos f25c016cc2 [JAVA-22621] Clean up (#14433)
* [JAVA-22621] Clean up

* [JAVA-22621] Clean up
2023-07-19 17:43:21 +05:30
edizor ab1964f166 Update README.md
[skip ci]
2023-05-05 21:48:48 +08: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
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
edizor 9bd65c88cf Update README.md
[skip ci]
2023-03-24 16:21:36 +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 56a30aea2a Update README.md
[skip ci]
2023-03-04 11:13:57 +08:00
Cesare 31ab20f33e reformat TodosController 2023-02-28 10:09:51 +01:00
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
edizor 1f2fcf593c Update README.md
[skip ci]
2023-02-17 18:52:43 +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
Cesare 9f8926d2aa BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3 2023-01-31 23:14:47 +01:00
freelansam 456652e02b JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
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
collaboratewithakash 85d6618c15 Update README.md 2022-09-23 16:11:33 +05:30
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
freelansam 23f33d32fe JAVA-13826: Align module names, folder names and artifact id (#12601) 2022-08-19 12:04:58 +05:30
Asjad J 169f3c756f Created README.md
added link back to the article: https://www.baeldung.com/spring-boot-3-spring-6-new
2022-08-10 09:19:50 +05:00
Ralf Ueberfuhr 33c18f2cd5 BAEL-5630: Spring Boot 3 Sample (#12449)
* BAEL-5630: Spring Boot 3 Sample

* BAEL-5630: Reorganize project in Maven profiles

* BAEL-5630: Upgrade Maven PMD plugin version

* BAEL-5630: Rename tests to follow naming conventions
2022-07-28 21:04:26 +02:00