129 Commits

Author SHA1 Message Date
kwoyke
8470ca7c5b BAEL-2926 Guide to @EnableConfigurationProperties (#7186) 2019-06-25 06:07:26 +02:00
kwoyke
d5ba7790ef BAEL-2855 Add a new section in ConfigurationProperties article (#6808) 2019-04-24 20:02:04 +02:00
amit2103
789c6695df [BAEL-14089] - Moved code for Entity to DTO article 2019-04-14 00:49:30 +05:30
letcodespeak
b9d34bfc7a BAEL-2569 (#6679)
* BAEL-2569 : EnvironmentPostProcessor in Spring Boot

* BAEL-2569 add test

* BAEL-2569 update test

* BAEL-2569  refactoring the class PriceCalculationEnvironmentPostProcessor

* BAEL-2569: changes to class PriceCalculationEnvironmentPostProcessor

* BAEL-2569 move code to spring-boot-ops module
2019-04-07 08:51:00 -07:00
Loredana
baf08e07c8 fix boot validation test 2019-03-31 14:34:03 +03:00
Loredana
b94dedadd5 move code to mongodb module 2019-03-27 22:21:01 +02:00
letcodespeak
c9ac3be4c5 BAEL-2569 : EnvironmentPostProcessor in Spring Boot (#6479)
* BAEL-2569 : EnvironmentPostProcessor in Spring Boot

* BAEL-2569 add test

* BAEL-2569 update test
2019-03-12 21:58:13 -07:00
Marko Previsic
e6fc0bd94d [BAEL-2533] Formatting JSON Dates in Spring Boot (#6313)
* [BAEL-2533] formatting json date output in spring boot

* [BAEL-2533] removed unused import
2019-02-10 19:22:34 -08:00
Alejandro Gervasio
f3faf9234e Initial Commit (#6202) 2019-01-27 21:27:43 -06:00
pcoates33
8ccec9a413 BAEL-2510 Add nested properties section (#6212)
Add nested properties section to ConfigurationProperties article.
2019-01-27 07:55:25 +01:00
geroza
832a3dc176 Fixed deprecation usage in spring-boot 2018-12-22 10:38:25 -02:00
amit2103
d9ac59cd13 [BAEL-10127] - Added code for modelmapper article 2018-12-16 16:37:45 +05:30
geroza
bad04601be * migrated the following modules:
spring-boot
spring-boot-autoconfiguration
spring-boot-bootstrap
spring-boot-client
spring-boot-ctx-fluent
spring-boot-disable-console-logging
spring-boot-jasypt
spring-boot-mvc
spring-boot-ops
spring-boot-vue
spring-cloud/spring-cloud-vault
spring-data-rest
2018-12-09 11:10:19 -02:00
Seun Matt
dcf28dd166 refactor the spring boot persistence mongodb module (#5829)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions

* refactor the spring boot persistence mongodb module

* remove redundant example code

* declared the spring boot persistence module in the root pom

* fixed issue with non-imported file
2018-12-03 08:03:41 -08:00
Seun Matt
7719b2e30a example code for BAEL-1961 (#5781)
* added example code for BAEL-2366

* moved example code for BAEL-2366

* example code for BAEL-1961

* moved example code into integration test

* updated the test assertions
2018-11-26 08:20:11 -08:00
Loredana Crusoveanu
c7015ee68b
Merge pull request #5727 from rozagerardo/geroza/BAEL-9523_migrate-modules-to-parent-boot-2
[BAEL-9524] spring-boot | migrating to parent-boot-2 - further fixes
2018-11-19 22:55:52 +02:00
geroza
31825c7b3b Fixed one other scenario not working properly 2018-11-18 19:29:38 -02:00
Loredana Crusoveanu
89fb5f39b8
Update exception.properties 2018-11-17 22:13:40 +02:00
geroza
de37cc8af1 Fixed LiveTests for migration of spring-boot module to Spring Boot 2 2018-11-17 01:14:10 -02:00
geroza
47735dcd70 Fixed issues due to parent-boot-2 migration (migration to Spring-boot 2):
* Configured Hiberante 5 correctly
* Configured Git plugin correctly
* Changed hibernate methods to comply with new method naming conventions
* Removed and replaced deprecated properties
* Updated Actuator test to use new response structure
* Using random port in Mongo integration test, to avoid clashing with a potential instance using the mongo default port
2018-11-16 14:34:48 -02:00
Tom Hombergs
89fbcce41d
Merge pull request #5085 from Vizsoro/spring-boot-json-properties
loading json props
2018-09-08 08:03:36 +02:00
vizsoro
692e1cbecf moving between packages 2018-09-06 11:30:23 +02:00
dupirefr
b5a2fea255 [BAEL-2048] Spring Data JPA Java 8 support article 2018-09-02 10:23:46 +02:00
vizsoro
ae8efcd328 editorial review 2018-08-30 22:14:36 +02:00
vizsoro
9ab810aba1 loading json props 2018-08-27 13:19:18 +02:00
amit2103
c7f95c2c65 [BAEL-8473] - Moved articles from spring-boot module to new spring-boot-client module 2018-08-26 15:10:50 +05:30
amit2103
28d74a520f [BAEL-8416] - Moved code from spring-boot to spring-boot-persistence module for persistence specific articles 2018-08-21 00:45:33 +05:30
Loredana Crusoveanu
14ad816b7d re-add code for type conversion article 2018-07-29 18:12:48 +03:00
amit2103
ec4a0a5b94 [BAEL-7609] - Fixed spring-boot integration tests 2018-07-29 18:32:39 +05:30
Tom Hombergs
cab2e3593d
Merge pull request #4682 from priyeshmashelkar/master
BAEL-1907 Moved code from spring-boot to testing-modules/mockito
2018-07-11 21:00:19 +02:00
priyeshmashelkar
178aa88296 Moved code from spring-boot to testing-modules/mockito 2018-07-06 12:46:26 +01:00
Mike Wojtyna
5515220308 Add BAEL-1919 embedded MongoDB test samples (#4580) 2018-07-03 23:31:56 +01:00
Tom Hombergs
add380d17a
Merge pull request #4611 from priyeshmashelkar/master
BAEL-1907 Mockito @Mock vs @MockBean vs Mockio.mock()
2018-07-03 09:08:06 +02:00
abialas
97bddd2a20 BAEL-1924 (#4590)
* Revert "BAEL-1924 (#4573)"

This reverts commit b1b34e2fcad274cbe91737b2a6d1fbfbffb62ea6.

* BAEL-1924 move code to new spring-boot-persistence module

* BAEL-1924 add new spring-boot-persistence module
2018-06-30 10:12:01 -07:00
Priyesh Mashelkar
0c1cee1a0b Please enter the commit message for your changes. Lines starting
Added test classes for article
2018-06-29 01:16:37 +01:00
abialas
b1b34e2fca BAEL-1924 (#4573)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api

* BAEL-1567 fix optional

* BAEL-1679 add query annotation jpa spring data

* BAEL-1679 added new junits

* BAEL-1679 use assertJ, use givenWhenThen naming convention

* BAEL-1679 move query annotation examples to persistence modules

* BAEL-1679 fix formatting

* BAEL-659 add junits for repositories

* BAEL-659 add one junit

* BAEL-659 remove one duplicated dependency

* BAEL-659 fix test class name

* BAEL-1924 add import many files
2018-06-26 14:54:11 -07:00
Eric Goebelbecker
6e94f0343c BAEL-1800 (#4377)
* BAEL-1800 - Code for http://www.baeldung.com/spring-boot-starters and http://www.baeldung.com/spring-mvc-custom-data-binder

* BAEL-1800 - Code for http://www.baeldung.com/maven-webjars and http://www.baeldung.com/deployable-fat-jar-spring-boot

* BAEL-1800 - Code for http://www.baeldung.com/spring-boot-shutdown

* BAEL-1800 - Code for http://www.baeldung.com/spring-boot-shutdown

* BAEL-1800 - Code for http://www.baeldung.com/spring-boot-dependency-management-custom-parent
2018-05-30 19:34:01 -07:00
Amit Pandey
73935e65f2 Bael 5374 (#4298)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names

* [BAEL-5374] - Fix test names
2018-05-20 21:51:59 +04:00
amit2103
a6c5f89093 [Bael 6514] - Fixed missing usage (#4284)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking

* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking

* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
2018-05-19 06:10:29 -05:00
amit2103
110d3891c4 Bael 6514 (#4281)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
2018-05-19 03:46:18 -05:00
Eugen Paraschiv
cf76e12635 using the Spring MVC testing support properly 2018-05-14 15:56:52 +03:00
Loredana Crusoveanu
6fdd23bd3d fix boot project 2018-05-10 21:08:56 +03:00
Loredana Crusoveanu
b4d4d4ec08 upgrade spring-boot project, extract auto-config, remove security 2018-05-06 21:19:41 +03:00
abialas
7b92a38bed BAEL-1679 (#4149)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api

* BAEL-1567 fix optional

* BAEL-1679 add query annotation jpa spring data

* BAEL-1679 added new junits

* BAEL-1679 use assertJ, use givenWhenThen naming convention

* BAEL-1679 move query annotation examples to persistence modules

* BAEL-1679 fix formatting
2018-05-01 20:42:52 -05:00
Loredana Crusoveanu
f514212ceb
Merge pull request #4070 from enpy303/master
A Quick Intro to the SpringBootServletInitializer
2018-04-27 13:58:35 +03:00
abialas
274745e3bb BAEL-1679 (#3959)
* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api

* BAEL-1567 fix optional

* BAEL-1679 add query annotation jpa spring data

* BAEL-1679 added new junits

* BAEL-1679 use assertJ, use givenWhenThen naming convention
2018-04-23 20:58:19 -05:00
enpy303
ea7aae3c0f WarInitializerApplication formatting fixes 2018-04-23 17:16:27 +02:00
enpy303
2ae3be56f1 WarInitializerApplication 2018-04-23 17:10:37 +02:00
Mher Baghinyan
19fb7ef5a2 Bael 1625 (#3831)
* shutdown boot app

* test the ctx.close()

* application shutdown test

* BAEL-1625

* /shutdown endpoint test

* bring back the closeApplication

* @Ignore shutdown endpoint test
2018-04-02 07:56:55 +02:00
Eugen Paraschiv
8d633d6402 formatting work 2018-03-04 17:53:14 +02:00