mikr
87f19ad21a
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-zuul-rate-limiting, hibernate-ogm, jpa-hibernate-cascade-type
2020-08-30 16:54:15 +02:00
mikr
d7e25cb6e9
Java-1462 Reduce logging - Modules core-java-io-2, spring-ejb-beans, spring-boot-security
2020-08-30 14:35:18 +02:00
Dhawal Kapil
48a9e4706f
Merge pull request #9935 from sampada07/JAVA-84
...
JAVA-84: Move articles out of spring-boot part 1
2020-08-30 12:14:13 +05:30
Dhawal Kapil
f35bd115f6
Merge pull request #9925 from sampada07/JAVA-33
...
JAVA-33: move all spring-... modules to Boot 2
2020-08-30 12:06:33 +05:30
Umang Budhwar
8c0f02237c
Merge pull request #6 from eugenp/master
...
Updating local repo
2020-08-30 11:58:31 +05:30
Umang Budhwar
e878b28d98
Splitted apiInfo to multiple lines.
2020-08-29 13:05:31 +05:30
sampadawagde
5749d7ad23
JAVA-84: Moved 1 article to spring-boot-testing
2020-08-28 17:57:38 +05:30
sampadawagde
52721a78d6
JAVA-84: Moved 3 articles to spring-boot-libraries
2020-08-28 17:56:09 +05:30
sampadawagde
544c366753
JAVA-84: Moved 1 article to spring-boot-di
2020-08-28 17:54:52 +05:30
Loredana Crusoveanu
2d26cd22b3
Merge pull request #9924 from kwoyke/JAVA-2398
...
JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0
2020-08-27 15:18:01 +03:00
Jonathan Cook
411cf3c843
Merge pull request #9888 from azhwani/BAEL-4244
...
BAEL-4244: What is purpose of @ConditionalOnProperty annotation?
2020-08-27 08:42:37 +02:00
sampadawagde
7b40f75cc9
JAVA-33: Moved spring-boot-camel to parent-boot-2
2020-08-26 17:04:08 +05:30
sampadawagde
7d3e128323
JAVA-33: Added comments in pom.xml with reason to not upgrade to boot-2
2020-08-26 17:02:39 +05:30
Krzysztof Woyke
00f82c34b6
JAVA-2398: Fix Spring Boot 2 integration with Swagger 3.0.0
2020-08-26 12:27:50 +02:00
Eric Martin
93587c1ee5
Merge pull request #9873 from maryarm/BAEL-4107
...
BAEL-4107: Spring MVC Async vs Spring WebFlux
2020-08-23 10:57:22 -05:00
Umang Budhwar
97252050f4
Added code for BAEL-4095
2020-08-23 17:36:23 +05:30
Tarun Jain
56fe1e809a
Merge remote-tracking branch 'upstream/master'
2020-08-22 23:31:14 +05:30
Tarun Jain
8febb192a3
BAEL-4404 | Added code to use CharacterEncodingFilter
2020-08-22 23:27:21 +05:30
Ricardo Caldas
16ae922c36
BAEL-4106 ( #9887 )
...
* BAEL-4106
application.yml vs application.properties for Spring Boot
* Update README.md
2020-08-22 09:45:22 +01:00
Jonathan Cook
0c657fdd79
Merge pull request #9868 from mona-mohamadinia/BAEL-4528
...
BAEL-4528: Custom Health Indicators in Spring Boot
2020-08-21 16:40:55 +02:00
johnA1331
8fb13070b6
Create README.md
2020-08-20 18:41:40 +08:00
johnA1331
ffa3a92ee5
Create README.md
2020-08-20 17:32:59 +08:00
Mona Mohamadinia
090404a08b
Added Tests
2020-08-19 13:13:46 +04:30
kwoyke
1ed8b7a2bf
BAEL-4430: Update the email regexp pattern ( #9893 )
2020-08-18 16:12:35 +02:00
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
Mona Mohamadinia
ba5f54d666
Fixed the Broken Test
2020-08-18 00:55:42 +04:30
davidmartinezbarua
0d2ae486e1
Revert "BAEL-4321 demo app for yaml to pojo"
2020-08-17 11:52:28 -03:00
azhwani
eac28eb90f
first commit
2020-08-17 15:12:50 +01: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
Amit Pandey
5c46488ac8
used standard parent pom ( #9885 )
2020-08-17 18:21:42 +05:30
Trixi Turny
3233bd6adc
BAEL-4321 add new module to pom
2020-08-17 12:41:09 +01:00
Amit Pandey
2bad67ff38
added modules in parent ( #9842 )
...
* added modules in parent
* commented failed modules in pom
2020-08-17 10:33:20 +05:30
Trixi Turny
130133d73b
BAEL-4321 fix leftover data package names
2020-08-15 15:39:01 +01:00
Trixi Turny
e399a6a8bc
BAEL-4321 fix package name in imports and convert tabs to spaces
2020-08-15 15:34:56 +01:00
Trixi Turny
3c44e7af20
BAEL-4321 fix indentation
2020-08-15 15:04:10 +01:00
Trixi Turny
2239446285
BAEL-4321 use properties module and delete ReadMe
2020-08-15 15:01:37 +01:00
maryarm
e36678d920
BAEL-4107: Spring MVC Async vs Spring WebFlux
2020-08-15 14:20:40 +02:00
Mona Mohamadinia
89ef54df80
Added a HttpCodeStatusMapper impl.
2020-08-14 03:26:35 +04:30
Mona Mohamadinia
850ace5f5e
Custom Health Indicators in Spring Boot
2020-08-14 03:02:52 +04:30
Loredana Crusoveanu
f055e59e61
Merge pull request #9856 from johnA1331/master
...
BAEL-27115 - github-related test fix (results: 03.08.2020)
2020-08-13 16:41:23 +03:00
Trixi Turny
b94d29a1cc
BAEL-4321 fix package name everywhere
2020-08-13 07:19:44 +01:00
Trixi Turny
7e1461c40a
BAEL-4321 fix package name
2020-08-12 22:00:11 +01:00
Trixi Turny
5b3ffa4424
BAEL-4321 correct parent in pom and follow test naming convention
2020-08-12 21:16:32 +01:00
Trixi Turny
dbe203e40a
BAEL-4321 move to new module and use BDD for test names
2020-08-12 19:22:31 +01:00
Eric Martin
d22422f8e2
Merge pull request #9839 from alimate/BAEL-4537
...
BAEL-4537: Improvement for Spring Boot Exit Codes
2020-08-11 23:53:31 -05:00
sampadawagde
b09abfc0bf
JAVA-1089: Move the OAuth related lesson code from
...
spring-boot-modules/spring-boot-security
2020-08-11 13:05:01 +05:30
johnA1331
03229bced1
Update README.md
2020-08-11 11:40:49 +08:00
Ali Dehghani
164957ad0a
Improvement for Spring Boot Exit Codes
2020-08-09 11:38:50 +04:30
Dhawal Kapil
dfb9af367f
Merge pull request #9811 from sampada07/JAVA-2297
...
JAVA-2297: Update "Spring Boot custom error page" article
2020-08-04 09:27:44 +05:30
sampadawagde
254319fb30
JAVA-2297: Update "Spring Boot custom error page" article
2020-08-02 23:17:57 +05:30
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
François Dupire
80091e154a
[JAVA-2276] Upgraded maven-assembly-plugin version to 3.3.0 ( #9801 )
2020-08-02 16:57:31 +05:30
amit.pandey
314910468f
used release repository
2020-08-02 03:47:35 +05:30
Krzysiek
c748e81723
JAVA-17: Move Running Setup Data on Startup in Spring into spring-boot-data
2020-07-31 22:02:44 +02:00
kwoyke
92b315a3a6
BAEL-3905: Mark test ctx as dirty after each test method ( #9784 )
2020-07-28 22:08:52 +02:00
kwoyke
0423536cf4
JAVA-2113: Split or move spring-resttemplate module ( #9753 )
...
* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2
* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2
* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2
* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3
* JAVA-2113: Fix the test
2020-07-28 09:31:54 +05:30
johnA1331
60ca1bc31b
Update README.md
2020-07-23 21:31:26 +08:00
Loredana Crusoveanu
7a75ba5c17
Merge pull request #9746 from johnA1331/master
...
BAEL-26336 github-related test fix (results: 18.07.2020)
2020-07-23 11:43:39 +03:00
sampadawagde
debf5ce3e8
JAVA-2155: changed package from org.baledung to com.baeldung
2020-07-22 15:23:01 +05:30
sampadawagde
6689cbd783
JAVA-2155: added properties alternative to spring security
2020-07-22 15:22:26 +05:30
sampadawagde
feb45774c3
JAVA-2155: Updated keycloak version to 10.0.2, and changed parent to
...
parent-boot-2
2020-07-22 15:21:43 +05:30
johnA1331
1e2440d85e
Update README.md
2020-07-21 21:33:35 +08:00
johnA1331
4d08a0b64f
Update README.MD
2020-07-21 21:01:53 +08:00
johnA1331
49ef33191c
Update README.md
2020-07-21 20:55:26 +08:00
François Dupire
2e118afd74
[JAVA-1670] Follow-up fixes ( #9725 )
...
* Removed junit-platform version overriding from spring-boot-client
* Removed junit version overriding from spring-boot-with-starter-parent
2020-07-19 18:08:02 +05:30
rpvilao
e65e8ffab3
Merge pull request #9641 from azhwani/yamlft
...
BAEL-4320: Mapping list in Yaml to list of objects in Spring Boot
2020-07-12 14:46:39 +01:00
amit.pandey
0716abb5e7
used properties defined in parent pom
2020-07-12 00:06:27 +05:30
azhwani
d0271aaf8e
quick fix
2020-07-09 13:16:27 +01:00
Josh Cummings
9c03e5a74d
Merge pull request #9627 from kwoyke/JAVA-1646
...
JAVA-1646: Remove overriden spring-boot.version property
2020-07-08 09:37:34 -06:00
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
azhwani
aeb1653c89
quick fix
2020-07-07 12:00:37 +01:00
azhwani
a1732d99a7
Create test classes
2020-07-04 11:58:20 +01:00
azhwani
8f99163df7
Update application.yml
2020-07-04 11:58:07 +01:00
azhwani
126233cf6c
Add ApplicationProps POJO
2020-07-04 11:57:59 +01:00
azhwani
ce80343050
Add YamlListApplication class
2020-07-04 11:57:52 +01:00
François Dupire
c946569125
[JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (first batch) ( #9629 )
...
* [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-modules
* Upgraded Maven Surefire Plugin version to 2.22.2
* Upgraded JUnit version to 5.6.2
* [JAVA-1670] Phasing upgrade - Inheriting form parent-boot-2
* Reverted JUnit version upgrade for now (will focus on parent/child relationships first)
* Changed parent pom of spring-boot-modules to parent-boot-2
* Upgraded JUnit version to 5.6.2 in spring-boot-modules
* [JAVA-1670] Phasing upgrade - Inheriting from spring-boot-modules instead of parent-boot-2 (first batch)
* Changed spring-boot parent
* Changed spring-boot-admin
* Deleted exclusions in spring-boot
* Changed spring-boot-angular
* Changed spring-boot-annotations
* Changed spring-boot-artifacts
* Changed spring-boot-autoconfiguration
* Changed spring-boot-basic-customization
* Changed spring-boot-bootstrap
* Changed spring-boot-client
* Changed spring-boot-config-jpa-error
* Changed spring-boot-ctx-fluent
* Changed spring-boot-deployment
* Changed spring-boot-di
* Changed spring-boot-ci-cd
* Changed spring-boot-custom-starter
* Changed spring-boot-crud
* Changed spring-boot-data
* Changed spring-boot-environment
* Changed spring-boot-exceptions
* Changed spring-boot-flowable
* Changed spring-boot-jasypt
* Changed spring-boot-keycloak
2020-07-03 14:21:51 +05:30
Krzysztof Woyke
52b41d9fc1
JAVA-1646: Remove overriden spring-boot.version property
2020-07-02 14:02:07 +02:00
François Dupire
1ff6672223
[JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-m… ( #9509 )
...
* [JAVA-1670] Upgraded JUnit and Maven Surefire Plugin in spring-boot-modules
* Upgraded Maven Surefire Plugin version to 2.22.2
* Upgraded JUnit version to 5.6.2
* [JAVA-1670] Phasing upgrade - Inheriting form parent-boot-2
* Reverted JUnit version upgrade for now (will focus on parent/child relationships first)
* Changed parent pom of spring-boot-modules to parent-boot-2
* Upgraded JUnit version to 5.6.2 in spring-boot-modules
2020-06-30 22:25:30 +05:30
Sampada
a135fa0998
JAVA-1555: Update "Spring Boot multi-module" article ( #9609 )
...
* JAVA-1555: Modified parent's pom to include new module
* JAVA-1555: Added missing module parent-multi-module
2020-06-30 22:11:42 +05:30
Azhwani
750bf1ad37
remove @propertysource ( #9612 )
...
Co-authored-by: azhwani <>
2020-06-29 14:13:53 -07:00
Marco Denisi
85c6772acf
Merge remote-tracking branch 'upstream/master'
2020-06-28 10:24:48 +02:00
Marco Denisi
c5f8489f1d
BAEL-4083 - add app integration test
2020-06-28 10:15:48 +02:00
Josh Cummings
d7c98c56db
Merge pull request #9535 from amit2103/JAVA-1830
...
Java 1830
2020-06-25 19:39:28 -06:00
Azhwani
8f2ff8a500
BAEL-4087: Inject a Map from a yaml file with Spring ( #9560 )
...
* Add server.yml
* Add MapFromYamlApplication.java
* Add YamlPropertySourceFactory.java
* Add ServerProperties.java
* Add MapFromYamlApplicationTests.java
* last commit
Co-authored-by: azhwani <>
2020-06-22 20:07:21 -07:00
Loredana Crusoveanu
68316251df
Merge branch 'master' into master
2020-06-22 10:58:31 +03:00
Eric Martin
2dd5aa5614
Merge pull request #9483 from michael-pratt/BAEL-4098
...
Add examples for BAEL-4098
2020-06-20 22:46:09 -05:00
Michael Pratt
2ac608dfd3
BAEL-4098: Add note about spring security
2020-06-20 12:33:30 -06:00
amit.pandey
36f15adbd7
extract version into properties tag & moved common properties in parent
2020-06-20 23:32:32 +05:30
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
eaf5935589
add slfj logger
2020-06-18 22:41:36 +02:00
marcodenisi
3cb402ced7
BAEL-4083 - removed sample with xml context-config
2020-06-18 17:58:25 +02:00
marcodenisi
333dad149f
BAEL-4083 - sample spring boot app with xml config and properties
2020-06-18 17:49:10 +02:00
johnA1331
2eb66f3430
Update README.md
2020-06-18 15:10:04 +08:00
johnA1331
0e6701c98a
Update README.md
2020-06-18 15:04:43 +08:00
johnA1331
53391ca641
Update README.md
2020-06-18 14:56:09 +08:00
johnA1331
f327465040
Update README.md
2020-06-18 13:38:59 +08:00
johnA1331
5ba1cd0b0f
Merge branch 'master' into master
2020-06-14 10:42:24 +08:00
Michael Pratt
f06b1f6296
Fix formatting
2020-06-13 12:33:48 -06:00
Carlos Cavero
edd28c1b43
BAEL-3756-Spring-YAML-vs-Properties ( #9482 )
...
* Remove Dockerfile because it is not longer needed in the article
* Add different YAML configurations and process into POJO
* Remove .dockerignore file because it is not longer needed in the article
* Add default Spring profile to test and force also in the Unit tests
2020-06-12 10:40:14 -07:00
Greg
6d6e62edeb
Merge pull request #9337 from kirill-vlasov/BAEL-3824
...
BAEL-3824 Circular view path exception
2020-06-11 18:58:58 -04:00
Michael Pratt
52bd7fb2b6
Add examples for BAEL-4098
2020-06-11 11:41:39 -06:00
Loredana Crusoveanu
37f48e86fc
Merge pull request #9196 from thomasturrell/patch-1
...
Fix controllers to use Post/Redirect/Get
2020-06-10 21:41:55 +03:00
Kirill Vlasov
f01c29efe0
BAEL-3824 code review fixes
2020-06-10 14:37:14 +05:00
kwoyke
c387fe5dd6
BAEL-3979: Get rid of the Spring Snapshots & Milestones repos ( #9434 )
2020-06-09 21:44:45 +02:00
johnA1331
96c0cf5ccb
Update README.md
2020-06-09 19:28:03 +08:00
johnA1331
c01d347828
Update README.md
2020-06-09 19:20:17 +08:00
johnA1331
f1c9f3ab9f
Update README.md
2020-06-09 17:55:19 +08:00
Josh Cummings
25661128ae
Merge pull request #9412 from chris9408/feature/BAEL-4070
...
BAEL-4070: Injecting List or Arrays from a Spring properties file
2020-06-08 21:08:02 -06:00
Cristian Rosu
c098ffa7e9
BAEL-4070: updated test names and parameter ordering + moved code to spring-boot-properties-2
2020-06-08 15:01:46 +03:00
Josh Cummings
357ecb0341
Merge pull request #9440 from kwoyke/JAVA-1782
...
JAVA-1782: Add byte-buddy dependency to the parent-boot-2
2020-06-06 13:41:27 -06:00
Eric Martin
676f32a246
Merge pull request #9398 from alimate/KTLN-46
...
KTLN-46: Using Retrieve instead of AwaitExchange
2020-06-05 17:45:12 -05:00
Krzysztof Woyke
b8a3dd7a68
JAVA-1782: Remove byte-buddy dep from parent-boot-2's children
2020-06-05 15:38:09 +02:00
Cristian Rosu
bc2c23ae9e
BAEL-4070: removed unnecessary curly brace, fixed test name
2020-06-04 12:18:03 +03: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
Cristian Rosu
dd5e1190fa
BAEL-4070: updated test names to match Baeldung's guidelines + makred test as Unit Test instead of Integration Test
2020-06-02 22:53:54 +03:00
Cristian Rosu
88a899a283
BAEL-4070: Injecting List or Arrays from a Spring properties file
2020-06-01 23:32:38 +03:00
Ali Dehghani
6b3b45923b
Using Retrieve instead of AwaitExchange
2020-05-30 21:58:48 +04:30
Carlos Cavero
6076d4da3b
BAEL-3756-YAML-for-Spring-DevOps ( #9368 )
...
* Add modifications to include the configuration for YAML and DevOps
* Clean the Dockerfile
* Modify the name of testing environment and include YAML tests
2020-05-28 15:02:11 -07:00
Krzysztof Woyke
771b415b87
JAVA-1641: Remove overriden spring-boot.version property
2020-05-27 13:48:16 +02:00
Jonathan Cook
745d71b127
Merge pull request #9279 from priyank-sriv/bael-3982
...
BAEL-3982 Rate Limiting Spring API using Bucket4j
2020-05-25 23:14:26 +02:00
Loredana Crusoveanu
9b36eac628
Merge pull request #9352 from amit2103/JAVA-1480
...
updated keyclock to latest version
2020-05-25 12:23:54 +03:00
Sampada
1fe51ed7c0
BAEL-3609: Improve article Documenting a Spring REST API Using OpenAPI ( #9334 )
...
3.0
2020-05-24 19:55:06 +02:00
amit.pandey
0a478423f6
removed version from spring security
2020-05-24 20:04:31 +05:30
amit.pandey
21d03e3e74
updated keyclock to latest version
2020-05-24 17:41:17 +05:30
priyank-sriv
e839798f0d
review comments - indentation in pom
2020-05-24 16:56:57 +05:30
priyank-sriv
b7c9e64982
review comments - indentation in pom
2020-05-24 16:55:06 +05:30
priyank-sriv
d76966dab7
review comments - indentation in pom
2020-05-24 16:53:24 +05:30
priyank-sriv
b2fac9be36
rebased
2020-05-24 16:44:20 +05:30
Kirill Vlasov
658835bfe8
BAEL-3824 Circular view path exception
2020-05-21 22:26:23 +05:00
priyank-sriv
8ecf039b6b
remove unused import
2020-05-21 22:53:20 +05:30
priyank-sriv
dd0a8e2d11
add tests
2020-05-21 17:36:25 +05:30
Josh Cummings
b3dd36cb24
Merge pull request #9330 from kwoyke/JAVA-1526
...
JAVA-1526: Split or move spring-boot-modules/spring-boot-properties module
2020-05-20 10:52:54 -06:00
Sampada
8b156e0289
BAEL-3493: sectioned off new properties specific to this article ( #9325 )
2020-05-20 08:21:55 -07:00
Krzysztof Woyke
adb8dd9fe2
JAVA-1526: Add pagination to the README files
2020-05-20 16:03:49 +02:00
Krzysztof Woyke
7c0fa2dbcf
JAVA-1526: Delete moved articles from spring-boot-properties
2020-05-20 15:58:43 +02:00
Krzysztof Woyke
304a6fb6cc
JAVA-1526: Copy three @Value related articles to spring-boot-properties-2
2020-05-20 15:51:11 +02:00
Krzysztof Woyke
c4101d7df7
JAVA-1526: Fix test configuration
2020-05-20 14:50:33 +02:00
Krzysztof Woyke
8afe64de3e
JAVA-1526: Remove spring-boot-json-properties from spring-boot-properties
2020-05-20 14:37:43 +02:00
Krzysztof Woyke
5ab3de4965
JAVA-1526: Copy spring-boot-json-properties to spring-boot-properties-2
2020-05-20 13:36:48 +02:00
Josh Cummings
3b10c3065e
Merge pull request #9314 from kwoyke/JAVA-1643
...
JAVA-1643: Align Spring Boot versions used in articles and in the repo
2020-05-19 19:44:48 -06:00
Josh Cummings
07576ef07b
Update README.md
...
Issue BAEL-3751
2020-05-19 19:24:45 -06:00
kwoyke
eb739e3ab2
BAEL-3745: Update spring-boot-modules pom.xml ( #9316 )
2020-05-19 22:30:01 +02:00
kwoyke
7bc07fdac9
BAEL-4069: Add example of using @Value with constructor/setter ( #9318 )
2020-05-19 21:59:55 +02:00
Josh Cummings
6654e97820
Merge pull request #9189 from lukaszrys/feature/BAEL-3751_ci_cd
...
Feature/bael 3751 ci cd
2020-05-18 21:57:18 -06:00
Krzysztof Woyke
4ab92fd3fc
JAVA-1643: Align Spring Boot versions used in articles and in the repo
2020-05-18 21:35:09 +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
kwoyke
832b32210c
BAEL-3745: Implement PropertySourceFactory to load YAML files (new module) ( #9307 )
2020-05-17 12:59:16 +02:00
priyank-sriv
8d79b7c5d6
unit test renamed
2020-05-16 17:20:15 +05:30
Dhawal Kapil
0a7e62c9d3
Merge pull request #9027 from dkapil/task/JAVA-991
...
JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
2020-05-16 13:35:34 +05:30
sasam0320
c72b2846d5
BAEL 3234 - Add missing code snippets ( #9285 )
2020-05-16 10:03:47 +02:00
Sampada
708e85ce38
BAEL-3493: Spring REST Docs vs OpenAPI ( #9295 )
2020-05-15 13:37:36 -07:00
priyank-sriv
faf562e821
add basic usage as test
2020-05-16 01:34:34 +05:30
Loredana Crusoveanu
b45a712f6a
Merge pull request #9276 from johnA1331/master
...
BAEL-24104 - add links to github-baeldung articles
2020-05-15 15:15:19 +03:00
priyank-sriv
f304437ed8
retry after secomds
2020-05-14 02:26:46 +05:30
priyank-sriv
911f840af5
some cleanup
2020-05-13 23:24:55 +05:30
priyank-sriv
34bbce7995
refactor to move pricing plan logic out into a separate class
2020-05-13 23:19:54 +05:30
sasam0320
020837fa2f
BAEL 3234 - Add missing code snippets from the Spring Properties article ( #9280 )
2020-05-13 11:09:41 +02:00
priyank-sriv
1b5a64c4a4
bucket4j spring boot starter
2020-05-13 01:59:03 +05:30
priyank-sriv
4e45b8f44e
spring mvc using interceptor
2020-05-13 01:58:40 +05:30
priyank-sriv
e8c383d10f
area api impl
2020-05-13 01:58:05 +05:30
priyank-sriv
167655d659
add bucket4j deps
2020-05-13 01:56:55 +05:30
johnA1331
58d3914002
Update README.md
2020-05-12 14:57:01 +08:00
johnA1331
7b80e93607
Merge branch 'master' into master
2020-05-07 11:05:00 +08:00
sasam0320
fb5b157ce4
Add missing code snippets ( #9228 )
2020-05-06 05:28:28 +02:00
johnA1331
01dc9eec8d
Create README.md
2020-05-05 17:03:15 +08:00
Eric Martin
e65cfc7bd0
Merge pull request #9179 from alimate/BAEL-3993
...
BAEL-3993: Added Trailing slash to Fix the Relative Path Bug
2020-04-30 21:44:05 -05:00
sampadawagde
aec4ed2d5c
JAVA-928: Migrate property-exp-default-config to parent-boot-2
2020-04-28 18:20:23 +05:30
Thomas Turrell-Croft
1077dc82a5
Fix tests to check for forward to index
2020-04-28 14:15:41 +02:00
Thomas Turrell-Croft
7241496289
Fix controllers to use Post/Redirect/Get
...
Forms should use Post/Redirect/Get pattern.
2020-04-27 18:44:09 +02:00
sampadawagde
e24cc4d7b0
JAVA-926: Upgraded spring boot version
2020-04-27 11:34:36 +05:30
Dhawal Kapil
5c73062dab
Merge pull request #9176 from sampada07/JAVA-913
...
JAVA-913: migrate parent-boot-1 articles to parent-boot-2
2020-04-26 13:04:01 +05:30
Ali Dehghani
b6996fbc05
Added Trailing slash to Fix the Relative Path Bug
2020-04-25 22:55:00 +04:30
sampadawagde
fab18f2126
JAVA-926: Migrate spring-boot-custom-starter to parent-boot-2
2020-04-25 18:12:08 +05:30
Eric Martin
ed8bdf0cb5
Merge pull request #9158 from johnA1331/master
...
github-related test fix - BAEL-23872
2020-04-23 19:34:01 -05:00
Mona Mohamadinia
28de9f4997
Added Log Group Sample ( #9112 )
2020-04-22 17:07:18 +01:00
johnA1331
8c151edb1e
Update README.md
2020-04-21 12:36:40 +08:00
Josh Cummings
43c715d949
Merge pull request #9133 from amit2103/JAVA-1278-1
...
Java 1278 1
2020-04-18 22:58:12 -06:00
amit.pandey
c540674c18
update source code to sync with article
2020-04-18 21:00:01 +05:30
amit.pandey
0f851a1d84
update source code to sync with article
2020-04-18 20:57:13 +05:30
Josh Cummings
748fa91464
Merge pull request #9083 from amit2103/JAVA-1192
...
Java 1192
2020-04-17 10:39:01 -06:00
Josh Cummings
7178f731f1
Merge pull request #8971 from patkorek/BAEL-3920
...
[BAEL-3920] Postman Collection to test GraphQL endpoints
2020-04-15 10:02:52 -06:00
Dhawal Kapil
87dcc4a600
Merge pull request #9073 from Maiklins/JAVA-1225-
...
Java-1225
2020-04-15 14:59:11 +05:30
amit.pandey
d76fdbbe14
Merge branch 'JAVA-1164' into JAVA-1192
2020-04-12 00:05:00 +05:30
amit.pandey
5b88ab42df
sync source code with article
2020-04-12 00:01:36 +05:30
mikr
a6e5f78a48
JAVA-1225 Add dependency to Hibernate Code
2020-04-10 23:59:34 +02:00
Kai Yuan
7e26a04973
springboot shedlock building fix
2020-04-10 09:24:15 +02:00
mikr
ad889f6bcd
JAVA-117 Standardize spring-boot-modules
2020-04-04 21:47:45 +02:00
mikr
641956f87d
JAVA-117 Standardize spring-boot-modules/spring-boot-gradle
2020-04-04 21:16:51 +02:00
mikr
2d0f2c171b
JAVA-117 Standardize spring-boot-modules/spring-boot-client
2020-04-04 20:40:09 +02:00
mikr
487d6b38fc
JAVA-117 Standardize spring-boot-modules/spring-boot
2020-04-04 20:24:48 +02:00
Dhawal Kapil
ca16e787e9
JAVA-991 Week 14 | Do we have any Spring Milestone/RC repos defined?
...
- Removed spring milestone/snapshots repositories from modules
2020-04-04 11:42:54 +05:30
patkorek
405831d3da
changed tabs to spaces
2020-03-31 07:36:44 +02:00
Mona Mohamadinia
1734250d97
Added the Static Resource Examples ( #8786 )
2020-03-30 18:14:37 +01:00
Eric Martin
e2cdccff28
Merge pull request #8974 from sk1418/master
...
[BAEL-3934]shedlock update
2020-03-29 18:52:16 -05:00
Kai Yuan
c6f71e7ac7
[BAEL-3934]shedlock update
2020-03-29 00:24:41 +01:00
Josh Cummings
eae0791dcb
Merge pull request #8917 from aurasphere/JAVA-22_spring_boot_rest_refactoring
...
[JAVA-22] Moved articles not in ebook from spring-boot-rest to spring…
2020-03-28 15:24:35 -06:00
Josh Cummings
898c7c0618
Merge pull request #8946 from aurasphere/JAVA-969_spring-boot-mvc-2-springfox
...
[JAVA-969] Added JCenter repository for missing springfox dependency
2020-03-28 01:32:13 -06:00
Josh Cummings
af3e4351df
Merge pull request #8972 from kwoyke/JAVA-1098
...
JAVA-1098: Add code for the Spring Boot Exit Codes
2020-03-28 00:46:46 -06:00
Donato Rimenti
c2c26425aa
[JAVA-969] Added JCenter repository for missing springfox dependency
2020-03-27 21:04:50 +01:00
Eric Martin
c52aab9879
Merge pull request #8945 from johnA1331/master
...
BAEL-23068
2020-03-27 12:38:58 -05:00
Konstantinos Karavitis
f03374a805
[BAEL-3913] Prevent Application / CommandLineRunner classes from executing during JUnit testing ( #8920 )
...
* kkaravitis@gmail.com hexagonal architecture in java
* Removed evaluation article code
* Removed evaluation article code
* [BAEL-3913] Initial commit for prevent commandline application runner execution during JUnit test article
* [BAEL-3913] Fixed broken lines format and reduced the test method names length
* [BAEL-3913] Fixed broken lines format
2020-03-26 17:57:09 +00:00
Krzysztof Woyke
071a86a223
JAVA-1098: Add code for the Spring Boot Exit Codes
2020-03-26 15:12:26 +01:00
patkorek
b7ea20cf99
Postman Collection to test GraphQL endpoints
2020-03-26 12:02:03 +01:00
johnA1331
c3976ffa90
Update README.MD
2020-03-24 14:53:24 +08:00
Donato Rimenti
609e2c5c1b
Merge remote-tracking branch 'upstream/master' into JAVA-22_spring_boot_rest_refactoring
2020-03-23 13:52:56 +01:00
johnA1331
f0373c1fbb
Delete README.md
2020-03-23 19:01:02 +08:00
johnA1331
102d8ee3a3
Delete README.md
2020-03-23 18:58:04 +08:00
johnA1331
89b01e2908
Update README.md
2020-03-23 18:53:56 +08:00
johnA1331
9240a08f5a
Delete README.md
2020-03-23 18:37:23 +08:00
johnA1331
54a4a3655e
Delete README.md
2020-03-23 18:29:09 +08:00
Loredana Crusoveanu
0ed7b7dbeb
Merge pull request #8933 from amit2103/JAVA-1007-2
...
pom formatting
2020-03-22 10:16:56 +02:00
Josh Cummings
09bbe12e42
Merge pull request #8929 from kwoyke/JAVA-86-DELETE
...
JAVA-86: Remove migrated code from old modules
2020-03-21 22:40:10 -06:00
Josh Cummings
63a14ce5ca
Merge pull request #8911 from kwoyke/JAVA-86
...
JAVA-86: Create spring-boot-basic-customization module
2020-03-21 22:37:25 -06:00
amit.pandey
ee8d7adb8e
formatted pom.xml file
2020-03-22 07:24:38 +05:30
Krzysiek
cd10d206da
JAVA-86: Remove spring-boot-favicon
2020-03-21 16:31:39 +01:00
Krzysiek
9c102b2b87
JAVA-86: Remove spring-boot-exit-codes
2020-03-21 16:27:30 +01:00
Krzysiek
a5ee0d6b6f
JAVA-86: Remove spring-boot-add-filter
2020-03-21 16:23:58 +01:00
Krzysiek
802d1d3b90
JAVA-86: Remove spring-boot-custom-error-page
2020-03-21 16:19:54 +01:00
Krzysiek
3f21f970b8
JAVA-86: Remove spring-boot-failure-analyzer
2020-03-21 16:13:59 +01:00
Krzysiek
4f8cb3cf37
JAVA-86: Remove spring-boot-custom-banners
2020-03-21 16:10:02 +01:00
Krzysiek
2129f59ee2
JAVA-86: Remove spring-boot-change-port
2020-03-21 16:06:29 +01:00
Krzysiek
1022c706a4
JAVA-1088: Move java-generating-barcodes-qr-codes into spring-boot-libraries module
2020-03-20 23:49:49 +01:00
Donato Rimenti
2261dd80d4
[JAVA-22] Moved articles not in ebook from spring-boot-rest to spring-boot-mvc-2
2020-03-19 19:39:47 +01:00
Krzysiek
a7e146e5d1
JAVA-86: Add spring-boot-basic-customization to the pom.xml
2020-03-18 21:04:46 +01:00
johnA1331
231a181804
Update README.md
2020-03-18 14:24:22 +08:00
johnA1331
0af09bf2c1
Update README.md
2020-03-18 13:36:41 +08:00
johnA1331
4616c3d389
Update README.md
2020-03-18 13:28:15 +08:00
johnA1331
18fdd2b6aa
Update README.md
2020-03-18 13:14:22 +08:00
johnA1331
2c04d86977
Update README.md
2020-03-18 12:28:35 +08:00
Loredana Crusoveanu
e072772bb6
Merge pull request #8899 from johnA1331/master
...
BAEL-23038
2020-03-17 16:01:51 +02:00
johnA1331
71b2a9308f
Update README.md
2020-03-17 19:10:55 +08:00
johnA1331
e478767d6a
Update README.md
2020-03-17 19:10:07 +08:00
Krzysiek
e8eba5fe3d
JAVA-86: spring-boot-favicon
2020-03-15 21:46:59 +01:00
Krzysiek
b19dbb9c20
JAVA-86: spring-boot-add-filter
2020-03-15 20:36:28 +01:00
Krzysiek
7b7f988f88
JAVA-86: spring-boot-main-class
2020-03-15 20:30:42 +01:00
Krzysiek
c79e927ddd
JAVA-86: Add tests for spring-boot-failure-analyzer
2020-03-15 20:19:33 +01:00
Krzysiek
e2b2efa72d
JAVA-86: Refactor spring-boot-custom-error-page
2020-03-15 20:10:28 +01:00
Krzysiek
9a4f4e47dc
JAVA-86: spring-boot-custom-error-page
2020-03-15 16:55:18 +01:00
Krzysiek
fff4be33f0
JAVA-86: spring-boot-failure-analyzer
2020-03-15 16:24:26 +01:00
Ashley Frieze
3750e28487
BAEL-3339 Remove unnecessary Spring Security Core dependency
2020-03-15 11:07:17 +00:00
Krzysiek
afcd5d23c5
JAVA-86: Migrate spring-boot-custom-banners
2020-03-15 11:32:12 +01:00
Krzysiek
2ce585c3ea
JAVA-86: Initial migration - spring-boot-change-port
2020-03-15 09:51:11 +01:00
Greg
a73eddb9ca
Merge pull request #8824 from glmartin/master
...
Move of BeanDefinitionOverrideException Code
2020-03-12 11:22:45 -04:00
Greg Martin
a597cb28ae
Removed maven wrappers
2020-03-12 11:11:32 -04:00
Roman
8be4255cbb
BAEL-3497 IntelliJ Cannot Resolve Spring Boot Configuration Properties ( #8775 )
...
Co-authored-by: Oskar <>
2020-03-11 18:43:43 +00:00
Eric Martin
335127f269
Merge pull request #8808 from johnA1331/master
...
github-related test fix - 18-02-2020
2020-03-09 20:49:51 -05:00
Mona Mohamadinia
a2488e4943
Bael 3653: Adding Pageable Support ( #8766 )
...
* Removed the commented code
* Upgrading the Spring Doc Version
* Adding the Pageable Example
In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
* Adding the Pageable Example
In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
2020-03-09 16:18:44 +00:00
Greg Martin
abf1f21041
added the spring-boot-exceptions to the spring-boot-modules pom.xml.
2020-03-08 16:24:37 -04:00