Commit Graph

294 Commits

Author SHA1 Message Date
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
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
KevinGilmore 231b8ada5b
BAEL-2577: update README (#6295)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article
2019-02-06 20:22:19 -06: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
charlesgonzales b07afa2c4e
Update README.MD 2018-12-20 22:16:26 +08:00
amit2103 d9ac59cd13 [BAEL-10127] - Added code for modelmapper article 2018-12-16 16:37:45 +05:30
Loredana 95b1a9b158 fix test names, missing templates 2018-12-09 20:36:56 +02:00
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
geroza a2ceb57dd1 Migrated modules to use parent-boot with version spring-boot 2.1 2018-12-09 11:10:19 -02:00
Loredana Crusoveanu 0e5df58ec5
Merge pull request #5836 from rozagerardo/geroza/BAEL-10843_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-1
BAEL-10843 | Upgrade set of modules to use boot 2.1 - part 1
2018-12-07 22:21:33 +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
geroza 6ced126022 created parent-boot-2 copy, and point all projects to that new temporary parent pom 2018-12-01 17:37:34 -02: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 37181fab1e
Merge pull request #5717 from amit2103/BAEL-10135
Bael 10135
2018-11-18 21:45:06 +02:00
Loredana Crusoveanu 6465696439
Merge pull request #5713 from eugenp/lor6-patch-4
Update README.MD
2018-11-18 17:17:36 +02:00
Loredana Crusoveanu fb4e046edf
Merge pull request #5714 from eugenp/lor6-patch-5
Update demo.properties
2018-11-18 17:17:23 +02:00
amit2103 1bf085c64b Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-10135 2018-11-18 18:06:01 +05:30
amit2103 7baa99bc34 [BAEL-10135] - Updated graphql code with latest version 2018-11-18 18:05:41 +05:30
Loredana Crusoveanu 89fb5f39b8
Update exception.properties 2018-11-17 22:13:40 +02:00
Loredana Crusoveanu d10c8d012b
Update demo.properties 2018-11-17 22:12:53 +02:00
Loredana Crusoveanu f9ae5001c1
Update README.MD 2018-11-17 22:12:10 +02:00
geroza e4c7f7e72e minor estetic changes 2018-11-17 01:55:14 -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
Loredana 4c3a0d7f1f move graylog ex 2018-10-26 23:25:49 +03:00
Dhawal Kapil 8c361330f1 BAEL-9709 Fix start of Boot projects with parent-boot-2 parent
-Added placeholder {start-class} tag in parent-boot-2's spring-boot-maven-plugin so that any child that has a {start-class} automatically is benefited from this plugin and wil help that child class to run
-Fix startup issues of few spring boot 2 projects
2018-10-26 23:56:07 +05:30
charlesgonzales fc13924962 Bi-monthly fix (BAEL-9663) (#5523)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2018-10-23 01:57:41 -07:00
KevinGilmore 8caaf77556
BAEL-2200 and BAEL-2287 README updates (#5487)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles

* Add links back to articles

* BAEL-1795: Update README

* BAEL-1901 and BAEL-1555 add links back to article

* BAEL-2026 add link back to article

* BAEL-2029: add link back to article

* BAEL-1898: Add link back to article

* BAEL-2102 and BAEL-2131 Add links back to articles

* BAEL-2132 Add link back to article

* BAEL-1980: add link back to article

* BAEL-2200: Display auto-configuration report in Spring Boot

* BAEL-2253: Add link back to article

* BAEL-2200 BAEL-2287 Add links back to articles
2018-10-18 21:55:28 -05:00
Michael Pratt b343e82095 Initial graylog + spring boot demo (#5299)
* Initial graylog + spring boot demo

* Move Graylog demo into existing spring-boot module
2018-10-01 05:57:59 +02:00
charlesgonzales 4cbc8d0bac To add/fix links (Team Jira BAEL-9015) (#5332)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-27 09:09:58 +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
Rokon Uddin Ahmed fccf56fdc2 BAEL-8287 (#5180)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-09-07 13:56:13 +03:00
vizsoro 692e1cbecf moving between packages 2018-09-06 11:30:23 +02:00
Loredana Crusoveanu 1484597cb1 update links 2018-09-02 19:18:58 +03: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
sachin fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
Loredana Crusoveanu 32f2daa7f2
Merge pull request #4964 from dkapil/story/BAEL-7636
BAEL-7636 Add the missing plugin versions in the tutorial repo
2018-08-21 08:33:37 +03:00
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
Dhawal Kapil 847c9e9edd Merge branch 'master' of https://github.com/eugenp/tutorials into story/BAEL-7636 2018-08-19 22:59:08 +05:30
myluckagain 351f2bc98c BAEL-2072 (#4983)
* BAEL-2072

* rename
2018-08-19 09:36:54 +02:00
Dhawal Kapil 856ca42d23 BAEL-7636 Add the missing plugin versions in the tutorial repo
-Added missing plugin versions
2018-08-14 13:34:45 +05:30
Adrian Precub e80c93b72b BAEL-2039: chaos monkey for spring boot (#4889) 2018-08-10 06:40:47 +02:00
Dhawal Kapil e7485a1813 Task/bael 8020 (#4919)
* BAEL-8020 Fix surefire configs of spring-5 projects

-Removed surefire configurations from spring-5 projects

* BAEL-8020 Fix surefire configs of spring-5 projects

-Fixed surefire and junit configuration of spring-5-** projects
-Fixed mavensurefire plugin to execute JUnit5 tests BAEL-8125

* BAEL-8020 Fix sure fire configs in spring5 project

-Fixed dependency for junit-5

* BAEL-8020 Fix sure fire configs in spring5 project

-Fixed dependency for junit5-migration

* BAEL-8020 Fix surefire configs

-Updated maven war plugin to 3.0.0

* BAEL-8020 Fix surefire configs

-Upgraded surefire custom logger api version to 2.21.0 for all child projects

* BAEL-8020

-Deleted empty test SpringBootMvcApplicationTests.java in spring-boot-mvc.
-Renamed SpringBootMvcApplicationTests.java correct in spring-boot-vue

* BAEL-8020 Fix surfire configs

-Added junit vintage dependency to run junit4 tests
2018-08-09 19:13:44 +03:00