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
amit.pandey
0716abb5e7
used properties defined in parent pom
2020-07-12 00:06:27 +05:30
François Dupire
5cc83c631b
[JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (second batch) ( #9666 )
...
* Imported junit bom before spring-boot-dependencies bom with correct version
* Changed spring-boot-libraries
* Changed spring-boot-mvc
* Changed spring-boot-mvc-2
* Added and changed spring-boot-mvc-3
* Added and changed spring-boot-mvc-birt
* Added and changed spring-boot-nashorn
* Changed spring-boot-parent and its submodules
* Changed spring-boot-performance
* Changed spring-boot-properties
* Changed spring-boot-properties-2
* Changed spring-boot-runtime and its sub-modules
* Changed spring-boot-security
* Changed spring-boot-springdoc
* Changed spring-boot-testing
* Changed spring-boot-vue
2020-07-08 08:30:05 +05:30
Loredana Crusoveanu
7ab2f437ee
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
Marco Denisi
85c6772acf
Merge remote-tracking branch 'upstream/master'
2020-06-28 10:24:48 +02:00
Mona Mohamadinia
6fdcc3f45e
Bael 4149: Liveness and Readiness probes in Spring Boot 2.3 ( #9484 )
...
* Added Liveness and Readiness Samples
* Added the Missing Files
2020-06-19 16:05:28 +01:00
marcodenisi
333dad149f
BAEL-4083 - sample spring boot app with xml config and properties
2020-06-18 17:49:10 +02:00
Yavuz Tas
078481781f
Module for BAEL-3280 ( #9329 )
...
* Module for BAEL-3280
* update comment to make it more clear
* remove .gitignore file
* remove name tag
* fix typo
* change module name to a generic one
* add module to parent
2020-06-03 07:59:42 -05:00
kwoyke
eb739e3ab2
BAEL-3745: Update spring-boot-modules pom.xml ( #9316 )
2020-05-19 22:30:01 +02:00
Lukasz Rys
34bdc3f6cd
[BAEL-3751]: Move spring-boot-ci-cd module under spring-boot-modules
2020-05-17 13:10:44 +02:00
Krzysiek
a7e146e5d1
JAVA-86: Add spring-boot-basic-customization to the pom.xml
2020-03-18 21:04:46 +01:00
Greg Martin
abf1f21041
added the spring-boot-exceptions to the spring-boot-modules pom.xml.
2020-03-08 16:24:37 -04:00
mikr
f96fa40ac2
Java-125 Move Spring Boot Parent to Spring Boot Modules
2020-02-22 20:08:14 +01:00
dupirefr
ddb928e2d1
* Moving articles from README as well
...
* Fixed pom.xml whitespaces
2020-02-17 07:30:41 +01:00
dupirefr
6cd76fbd61
* Moved annotations articles to new spring-boot-annotations module
2020-02-17 07:25:28 +01:00
Dhawal Kapil
1c5597e481
Merge pull request #8648 from kwoyke/BAEL-20886
...
BAEL-20886: Move spring-boot-security into spring-boot-modules
2020-02-10 20:34:26 +05:30
Loredana Crusoveanu
c4ca9fc8d6
Merge pull request #8673 from kwoyke/BAEL-20881-fix
...
BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix)
2020-02-08 01:11:40 +02:00
Krzysiek
f77c90f06e
Merge branch 'master' into BAEL-20886
2020-02-07 21:43:20 +01:00
Krzysiek
a7960112eb
BAEL-20867: Move spring-boot-di into spring-boot-modules (fix)
2020-02-06 22:29:32 +01:00
Krzysiek
d42d266583
BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix)
2020-02-06 22:19:54 +01:00
mikr
06161e1bae
BAEL-20869 Move remaining spring boot modules
2020-02-02 20:44:54 +01:00
Loredana Crusoveanu
39ea8b9a91
Merge pull request #8622 from Maiklins/BAEL-20863-move-spring-boot-ctx-fluent
...
BAEL-20863 move spring boot ctx fluent
2020-02-02 12:05:21 +02:00
mikr
f9a386854f
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20873-move-spring-boot-kotlin
...
Conflicts:
spring-boot-modules/pom.xml
2020-02-01 16:42:36 +01:00
Maiklins
52f0dd4068
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-02-01 16:28:56 +01:00
Loredana Crusoveanu
e4b74cda31
Merge branch 'master' into BAEL-20862
2020-02-01 00:12:30 +02:00
Loredana Crusoveanu
8c0e362b3e
Merge pull request #8653 from kwoyke/BAEL-20875
...
BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules
2020-02-01 00:10:32 +02:00
Loredana Crusoveanu
5786461053
Merge pull request #8632 from Maiklins/BAEL-20879-move-spring-boot-nashorn
...
BAEL-20879 move spring boot nashorn
2020-02-01 00:05:08 +02:00
Loredana Crusoveanu
00d5cb6d90
Merge pull request #8603 from Maiklins/BAEL-20858-move-spring-boot-camel
...
BAEL-20858 move spring boot camel
2020-02-01 00:03:38 +02:00
kwoyke
d55081bd7a
BAEL-3809: Ensure tables are dropped in proper order ( #8640 )
2020-01-31 21:48:23 +01:00
Krzysztof Woyke
cce61b0d53
BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules
2020-01-31 08:38:03 +01:00
Maiklins
b952ffecca
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-01-31 00:04:03 +01:00
Krzysiek
3c5d496023
BAEL-20862: Move spring-boot-crud into spring-boot-modules
2020-01-30 21:53:43 +01:00
Loredana Crusoveanu
d96df4326e
Merge branch 'master' into BAEL-20858-move-spring-boot-camel
2020-01-30 21:57:32 +02:00
Loredana Crusoveanu
d3dab6b518
Merge pull request #8625 from Maiklins/BAEL-20870-move-spring-boot-gradle
...
BAEL-20870 move spring boot gradle
2020-01-30 21:53:52 +02:00
Loredana Crusoveanu
e892e00dca
Merge pull request #8624 from Maiklins/BAEL-20864-move-spring-boot-customstarter
...
BAEL-20864 move spring boot customstarter
2020-01-30 21:50:48 +02:00
Loredana Crusoveanu
a1f0f8a7f3
Merge pull request #8619 from Maiklins/BAEL-20856-move-spring-boot-autoconfiguration
...
Bael-20856 move spring boot autoconfiguration
2020-01-30 21:34:45 +02:00
Maiklins
d8de7991c7
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-01-30 10:49:42 +01:00
mikr
9bad22e92a
BAEL-20870 Move Spring Boot Gradle Module (update pom)
2020-01-30 10:46:04 +01:00
Maiklins
991e098702
Merge branch 'master' into BAEL-20864-move-spring-boot-customstarter
2020-01-30 10:36:36 +01:00
Krzysztof Woyke
a5e51972ec
BAEL-20886: Move spring-boot-security into spring-boot-modules
2020-01-30 10:02:25 +01:00
Loredana Crusoveanu
edc39bfffd
Merge pull request #8626 from kwoyke/BAEL-19751
...
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-30 00:58:21 +02:00
Maiklins
eed6c84c0b
Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent
2020-01-29 22:26:35 +01:00
Loredana Crusoveanu
6b4c367438
Merge pull request #8639 from kwoyke/BAEL-20881
...
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 23:03:23 +02:00
Loredana Crusoveanu
f38e666af4
Merge branch 'master' into BAEL-20873-move-spring-boot-kotlin
2020-01-29 22:16:05 +02:00
Loredana Crusoveanu
bd1fd82850
Merge pull request #8630 from Maiklins/BAEL-20872-move-sprig-boot-keycloak
...
BAEL-20872 move sprig boot keycloak
2020-01-29 22:08:18 +02:00
Loredana Crusoveanu
150b01b8ac
Merge pull request #8604 from Maiklins/BAEL-20887-move-spring-boot-spring-doc
...
BAEL-20887 move spring boot spring doc
2020-01-29 22:03:35 +02:00
kwoyke
f61ef578ba
Merge branch 'master' into BAEL-19751
2020-01-29 19:59:07 +01:00
Krzysztof Woyke
f5d8ee2e4b
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 09:19:07 +01:00
kwoyke
577bdf4631
BAEL-2914: Immutable @ConfigurationProperties binding ( #8623 )
2020-01-29 07:06:48 +01:00
mikr
822608eba2
BAEL-20879 Move Spring Boot Nashorn Module
2020-01-28 22:08:47 +01:00
Loredana Crusoveanu
22c3abfc3a
Merge pull request #8621 from kwoyke/BAEL-20867
...
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 22:51:21 +02:00
Loredana Crusoveanu
63a0600bdf
Merge branch 'master' into BAEL-20856-move-spring-boot-autoconfiguration
2020-01-28 22:47:58 +02:00
mikr
7182ace443
BAEL-20872 Move Spring Boot Key Cloak Module
2020-01-28 21:41:44 +01:00
mikr
bce1991983
BAEL-20863 Move Spring Boot CTX Fluent module
2020-01-28 21:15:54 +01:00
Krzysztof Woyke
50d36f15cf
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-28 14:02:15 +01:00
mikr
4aa1b13a62
BAEL-20864 Move Spring Boot Custom Starter Module
2020-01-28 13:26:07 +01:00
Krzysztof Woyke
253d1d1912
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 09:54:05 +01:00
mikr
f243ad531c
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20858-move-spring-boot-camel
...
Conflicts:
spring-boot-modules/pom.xml
2020-01-28 09:24:23 +01:00
mikr
9a59bec20d
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20856-move-spring-boot-autoconfiguration
...
Conflicts:
spring-boot-modules/pom.xml
2020-01-27 23:14:56 +01:00
mikr
488d7675ef
BAEL-20856 Move Spring Boot Autorconfiguration module
2020-01-27 23:12:28 +01:00
mikr
d447545aca
Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20855-move-spring-boot-artifacts
...
Conflicts:
spring-boot-modules/pom.xml
2020-01-27 23:07:20 +01:00
Loredana Crusoveanu
5ae283d5cf
Merge branch 'master' into BAEL-20887-move-spring-boot-spring-doc
2020-01-27 23:41:30 +02:00
Loredana Crusoveanu
6db249ff98
Merge pull request #8598 from Maiklins/BAEL-20888-move-spring-boot-testing
...
BAEL-20888 move spring boot testing
2020-01-27 23:37:48 +02:00
Loredana Crusoveanu
21daeef51d
Merge pull request #8601 from Maiklins/BAEL-20865-move-spring-boot-data
...
BAEL-20865 move spring boot data
2020-01-27 22:03:58 +02:00
Loredana Crusoveanu
eabf765522
Merge branch 'master' into BAEL-20888-move-spring-boot-testing
2020-01-27 22:03:22 +02:00
mikr
ade8ffb8ce
BAEL-20873 Move Spring Boot Kotlin module to Spring Boot modules
2020-01-27 16:59:16 +01:00
mikr
690fb244b2
BAEL-20855 Move Spring Boot Artifacts module to Spring Boot modules
2020-01-27 07:36:10 +01:00
mikr
ccc5107bcd
BAEL-20887 Move Spring Boot Springdoc module to Spring Boot modules
2020-01-27 00:27:24 +01:00
mikr
78c3a210a0
BAEL-20858 Move Spring Boot Properties module to Spring Boot modules
2020-01-27 00:19:57 +01:00
mikr
31e161ce81
BAEL-20882 Move Spring Boot Properties module to Spring Boot modules
2020-01-26 23:58:19 +01:00
mikr
9e359d1bbd
BAEL-20865 Move Spring Boot Data module to Spring Boot modules
2020-01-26 23:51:19 +01:00
mikr
36e7e0698c
BAEL-20888 Move Spring Boot Testing to Spring Boot Modules
2020-01-26 23:09:20 +01:00
Loredana Crusoveanu
a12dab086a
Merge branch 'master' into BAEL-20889-move-spring-boot-vue
2020-01-26 20:27:14 +02:00
mikr
fbebd2c978
BAEL-20889 move spring-boot-vue
2020-01-26 17:18:35 +01:00
mikr
23473c2970
BAEL-20877 Move Spring Boot MVC Birt
2020-01-26 17:06:40 +01:00
mikr
aedf239a32
BAEL-20884 Revert move of spring-boot-rest module
2020-01-24 21:33:30 +01:00
mikr
65b8a95943
BAEL-20884 Move Spring Boot Rest to Spring Boot Modules
2020-01-21 10:43:27 +01:00