Commit Graph

126 Commits

Author SHA1 Message Date
kwoyke 7c2845bc79 Merge pull request #12185 from freelansam/JAVA-11792
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
sampadawagde aed8f9100b JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
anuragkumawat b4b9ba8b32 JAVA-8271 Lets try different jaxb2-maven-plugin version 2022-05-03 15:31:32 +05:30
Krzysiek 15867c393d Revert "JAVA-8271 Uncommenting spring-boot-keycloak module"
This reverts commit 05cdb533d7.
2022-05-03 10:38:57 +02:00
anuragkumawat 05cdb533d7 JAVA-8271 Uncommenting spring-boot-keycloak module 2022-04-29 23:19:37 +05:30
freelansam 4690807a09 JAVA-11420: Dissolve spring-boot-1 and spring-boot-2 inside (#12122)
spring-boot-modules
2022-04-28 22:45:45 +05:30
Sameer 4f6634745d Spring Boot Properties Migrator Demo (#11975)
* Spring Boot Properties Migrator Demo

* updated demo properties (#1)

Co-authored-by: s9m33r <no-reply>

* Article/bael 5446 (#2)

* updated demo properties

* formatting

Co-authored-by: s9m33r <no-reply>

Co-authored-by: s9m33r <no-reply>
2022-04-15 09:16:47 -05:00
freelansam 20762cfeb9 JAVA-10516: Revisit spring-boot module inside spring-boot-modules folder (#12038) 2022-04-15 14:57:20 +05:30
Jonathan Cook fe0f83b4a2 BAEL-5408 - Update Camel version in spring-boot-camel module (#11851)
* 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

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-02-22 12:16:38 -08:00
Muhammad Abdullah Azam Khan 74b2b2e910 Bael 5303 graphqlvs rest (#11715)
* GraphQL and REST Comparison

* Updating README

* Reformatting code
2022-02-22 09:28:27 +00:00
Krzysiek 8b161f8f55 JAVA-9880: Activate spring-boot-swagger module 2022-02-18 09:30:42 +01:00
Krzysiek a7765c6a19 JAVA-9880: Temporarily disable spring-boot-swagger module as it fails the builds 2022-02-16 13:42:23 +01:00
Ralf Ueberfuhr 9a8d9227b7 BAEL-5323: Spring Boot with multiple data sources (#11741)
* BAEL-5323: Spring Boot with multiple data sources

* BAEL-5323: small fixes

* BAEL-5323: fix test class

* BAEL-5323: Refactor configuration classes

* BAEL-5323: Set proeprty to private

* BAEL-5323: rename test class to follow naming conventions
2022-02-04 08:58:16 -08:00
Ralf Ueberfuhr 6bcc01f60a BAEL-5251: Spring Boot with Swagger UI and Keycloak-Integration (#11632) 2022-01-04 19:58:21 -06:00
davidmartinezbarua 6b6f1fcf1a Merge pull request #11564 from mladensavic94/master
Speed up Spring Boot Startup Time
2021-12-18 10:14:47 -03:00
Haroon Khan 1a59d99991 [JAVA-8377] Split spring-boot-testing module 2021-12-14 23:22:25 +00:00
sampadawagde 46007cd515 JAVA-8366: Split or move spring-boot-annotations module 2021-12-12 17:21:57 +05:30
Mladen Savic 247c2961a2 Speed up Spring Boot Startup Time 2021-12-07 16:12:55 +01:00
Krzysiek afe1cfae09 JAVA-8202: Move spring-boot-react to the heavy profile 2021-11-09 12:36:38 +01:00
Krzysiek 04f000b4ba JAVA-8269: Temporarily disable spring-boot-keycloak 2021-11-04 12:37:59 +01:00
chaos2418 9bbd34d45f JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
Dhawal Kapil 1ab0a19d25 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
Loredana Crusoveanu f777c86fcf rename project, format 2021-06-08 12:16:37 +03:00
sampadawagde 56d69f922b JAVA-2419: Move/rename module spring-boot-xml 2021-05-19 22:59:16 +05:30
sampadawagde 39352f251d JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3) 2021-05-13 22:47:40 +05:30
Greg 35cc00b59a Merge pull request #10603 from saleco/master
BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
2021-04-26 14:22:53 -04:00
Krzysztof Woyke 84deee0e1e JAVA-5190: Add spring-boot-disable-logging to the spring-boot-modules pom.xml 2021-04-21 14:49:07 +02:00
Krzysztof Woyke 089da70fb0 JAVA-4931: Cleanup surefire config 2021-03-29 15:22:10 +02:00
Sallo Szrajbman 14bf673677 BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App
Initial source module for the article
2021-03-28 17:00:33 +01:00
davidmartinezbarua b208e12340 Merge pull request #10448 from SimoneCusimano/BAEL-4688-RestAPI-JAX-RSandSpringWebMVC
[BAEL-4688] Rest API: JAX-RS and Spring Web MVC
2021-02-25 08:22:59 -03:00
Simone Cusimano dd0ef1d9c3 Convert to Maven project and add modules to parent 2021-02-15 19:35:32 +01:00
Amy DeGregorio 6c5c6fe317 BAEL-4331 (#10460)
* BAEL-4331

* Add an integration test
2021-02-08 18:11:25 -08:00
Krzysiek ba5343cab2 JAVA-3585: Use common commons-io.version property in all child modules 2021-01-07 20:42:57 +01:00
Kai Yuan 76778779dd mvn package vs springboot:repackage 2020-12-23 00:22:04 +01:00
Jonathan Cook f8853469cb Merge pull request #10232 from adinarolea/feature/BAEL-4687-customize-jackson-json-mapper
Feature/bael 4687 customize jackson json mapper
2020-12-22 08:18:13 +01:00
Adina Rolea c19b868d3b BAEL-4687: renamed project from jackson to data 2 2020-12-04 19:55:44 +02:00
Loredana Crusoveanu bd5891852c remove kotlin project from pom 2020-11-24 14:32:14 +02:00
Greg 7881b8e9c2 Merge pull request #10124 from hmdrzsharifi/master
BAEL-4330: DispatcherServlet and web.xml in Spring Boot
2020-11-13 13:17:11 -05:00
Adina Rolea 9b8455e829 BAEL-4687: added spring boot jackson configuration example 2020-10-27 15:47:40 +02:00
Sallo Szrajbman 731f7f8001 [BAEL-4173] Set JWT token with Spring Boot & Swagger UI (#10134)
* Hexagonal Architecture with Spring Boot example

* Set JWT token with Spring Boot & Swagger UI

* Revert "Hexagonal Architecture with Spring Boot example"

This reverts commit 412b8690

* [BEAL-4173]
Code identation fixes
README.md fixes

* [BEAL-4173]
Removing sout

* [BEAL-4173]
Fixing identation issue

* [BEAL-4173]
Fixing identation issue

* [BEAL-4173]
Removing HttpHeaders parameter (not needed)

* Update spring-boot-modules/spring-boot-swagger-jwt/src/main/java/com/baeldung/swaggerjwt/controller/ClientsRestController.java

Committing suggestion

Co-authored-by: KevinGilmore <kpg102@gmail.com>

Co-authored-by: KevinGilmore <kpg102@gmail.com>
2020-10-26 21:12:50 -05:00
sharifi b5e0e559e3 add new module to parent pom 2020-10-03 11:32:38 +03:30
Ronald Dehuysser 70203a988b [BAEL-4639] Running background jobs in Spring with JobRunr (#10089)
* [BAEL-4639] Running background jobs in Spring with JobRunr

* [BAEL-4639] Background jobs in Spring with JobRunr - update dependencies and readme

* [BAEL-4639] Background jobs in Spring with JobRunr - add required newline to application.properties

* [BAEL-4639] Background jobs in Spring with JobRunr - Make sure link is correct

* [BAEL-4639] Background jobs in Spring with JobRunr - Cleanup and LiveTest added

* [BAEL-4639] - Feedback

* [BAEL-4639] Update test with feedback
2020-09-26 14:14:11 -07:00
Sampada 9c5ed84bd4 JAVA-2422: Merge spring-groovy into spring-boot-groovy (#9970)
* JAVA-2422: Moved article to spring-boot-groovy

* JAVA-2422: removed module spring-groovy

* JAVA-2422: Moved spring-boot-groovy inside spring-boot-modules module

* JAVA-2422: Added entry to spring-boot-module's pom

* JAVA-2422: main pom changes for module movements

* JAVA-2422: Renamed test as it needs the app up and running

* JAVA-2422: Renamed test to live as it needs App to be running
2020-09-07 21:15:50 +05:30
Umang Budhwar 97252050f4 Added code for BAEL-4095 2020-08-23 17:36:23 +05:30
davidmartinezbarua 3f3bbe4a0d Merge pull request #9891 from Trixi-Turny/BAEL-4321-yaml-to-pojo
BAEL-4321 yaml config to map in pojo demo
2020-08-18 10:43:51 -03:00
Trixi Turny 4e9ce6e4cc BAEL-4321 yaml config to map in pojo demo 2020-08-18 09:32:12 +01:00
davidmartinezbarua 0d2ae486e1 Revert "BAEL-4321 demo app for yaml to pojo" 2020-08-17 11:52:28 -03:00
davidmartinezbarua 0391c81566 Merge pull request #9843 from Trixi-Turny/BAEL-4321-define-a-map-in-yaml-for-pojo
BAEL-4321 demo app for yaml to pojo
2020-08-17 10:35:56 -03:00
Trixi Turny 3233bd6adc BAEL-4321 add new module to pom 2020-08-17 12:41:09 +01:00
Greg 6aa7c57db6 Merge pull request #9518 from md-fork/master
BAEL-4083 - Using XML defined beans in a Spring Boot app
2020-08-02 13:14:08 -04:00