Commit Graph

11102 Commits

Author SHA1 Message Date
Dhawal Kapil 8b63e6d7f4 BAEL-10829 Clean up the parent pom of the tutorials project (#5911)
- Moved jhipster and java-mongodb modules to heavy profiles
2018-12-13 11:23:14 -08:00
markoprevisic 7a23ac4f53 BAEL-2351 fixed integration tests 2018-12-13 15:12:23 +01:00
Ali Dehghani 92c7248a57 Added two tests for time difference calculation in terms of seconds! 2018-12-13 16:33:18 +03:30
pandachris be9cc27f7d
Merge pull request #11 from pandachris/BAEL-2283
Removed references to "wind" in sample code
2018-12-13 15:42:51 +07:00
clininger ac049837d9 Removed references to "wind" in sample code 2018-12-13 15:38:53 +07:00
Dhawal Kapil 25854b89a8 BAEL-10829 Cleanup parent pom.xml (#5907)
* BAEL-10829 Cleanup parent pom.xml

- Removed geotools module causing build to hang
- Removed -q parameter from travis to see full logs while building

* BAEL-10829 reverting -q flag in travis

* BAEL-10829 Commented restx module due to failing tests
2018-12-13 00:15:02 -08:00
eric-martin 08eabaf2b8 BAEL-2068: Using hibernate-c3p0 2018-12-12 22:46:45 -06:00
Paul van Gool 5525c12776 BAEL-1049: Re-merge changes. (#5895)
* BAEL-1049: Re-merge changes.

* Change to re-trigger build

* Change to re-trigger the build

* Change to re-trigger build

* Change to re-trigger build
2018-12-12 14:20:14 -08:00
Surapaneni Venkata Kiran cb7e515723 BAEL-2421
* Changes for http://jira.baeldung.com/browse/BAEL-2421

* fixed formatting

* Merged the test and main classes as per the suggestion.

* Merged the source code with tests.
2018-12-12 11:19:45 -08:00
geroza 1ad6d9c872 Deleted temporary parent-boot module using spring-boot 2.0.x 2018-12-12 10:26:07 -02:00
amdegregorio 3a3bf6c816 Merge remote-tracking branch 'upstream/master' 2018-12-12 06:34:13 -05:00
amdegregorio 2e6a5a3510 removed eval article code 2018-12-12 06:32:57 -05:00
geroza 9ee33c151f migrated modules to parent-boot-2 with spring-boot 2.1:
spring-session/spring-session-jdbc
spring-vault
spring-webflux-amqp
vaadin
vavr
2018-12-12 09:29:23 -02:00
geroza 99dd82d2ff Migrated modules to parent-boot-2 usign spring-boot 2.1:
spring-mvc-forms-thymeleaf
spring-rest
spring-rest-angular
spring-rest-query-language
spring-rest-shell
spring-rest-simple
spring-rest-template
spring-resttemplate
spring-security-mvc-boot
spring-security-openid
spring-security-sso
spring-security-thymeleaf
2018-12-12 09:29:23 -02:00
Kacper 743949afe6 testing with StepVerifier (#5673)
* testing with StepVerifier

* Test publisher
2018-12-12 04:15:04 -06:00
markoprevisic 7e3e9db288 BAEL-2351 cleanup 2018-12-12 08:17:25 +01:00
markoprevisic 1d8c78ff34 Merge branch 'master' of https://github.com/mprevisic/tutorials 2018-12-12 08:15:32 +01:00
Javier 366cb9a0bc BAEL-2412
Add limit values when dealing with floats (min, max, NaN).
2018-12-12 06:41:39 +01:00
Javier f69d154862 BAEL-2412
New example showing that the empty string can be deserialized into a char.
2018-12-12 06:30:01 +01:00
Javier 089162e91c BAEL-2412
Add new code examples when deserializing real numbers to discrete number types.
2018-12-12 06:12:12 +01:00
Javier 24bd4644ff BAEL-2412
Add example of deserialization of a double whose precission is too high.
2018-12-12 06:01:38 +01:00
Javier bc1a22babc BAEL-2412
Remove custom serializer and deserializer for converting byte into a string of
bits.
2018-12-12 05:46:16 +01:00
Krzysztof Majewski 9c9e32aa7c Guide to ShedLock with Spring
Issue: BAEL-2360
2018-12-11 21:44:11 -07:00
KevinGilmore 652a7a3f46
BAEL-2174 update README.md (#5901)
* 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
2018-12-11 20:43:13 -06:00
Loredana Crusoveanu 1b643c26fb
Merge pull request #5900 from eugenp/BAEL-1253
add code for jgrapht image gen
2018-12-11 22:52:51 +02:00
Loredana cfab18ae96 add code for jgrapht image gen 2018-12-11 22:46:08 +02:00
Ganesh Pagade 98d74af44a added shebang file 2018-12-11 22:47:56 +05:30
Eugen Paraschiv 5afdce78ea quick compilation fix 2018-12-11 09:52:10 +02:00
Eric Martin 3bec6f7eff
Merge pull request #5813 from earth001/BAEL-2333a
BAEL-2333 Sample code
2018-12-10 23:13:43 -06:00
mprevisic 3e685aa12d BAEL-2351 programmatically restart spring boot application 2018-12-11 01:30:10 +01:00
j-bennett 7ddcb76c09 Persist a JSON object using Hibernate
Issue: BAEL-2353
2018-12-10 16:27:48 -07:00
Daniel Barrigas e51a0d0428 Spring Boot Actuator + Kubernetes
Issue: BAEL-2356
2018-12-10 14:42:28 -07:00
Seun Matt 5dec6f7006 added example code for BAEL-2418 (#5882)
* 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

* added example code for BAEL-2418
2018-12-10 10:07:29 -08:00
Dhawal Kapil 36decb42b9 Task/bael 10829 (#5844)
* BAEL-10829 Clean up the parent pom of the tutorials project

- Cleaned up projects list for default-first and integration-lite-first profiles

* BAEL-10829 Fixing unit test in JGit

* BAEL-10829 Clean up the parent pom of the tutorials project

-Updated modules list for default-second and integration-lite-second profiles

* BAEL-10829 Fixed repository for structurizr libraries and api changes done in StructurizrSimple to incorporate new version
2018-12-10 09:37:46 -08:00
Wosin 22d22c7c4e BAEL-1039: Introduction to Derive4J (#5845) 2018-12-09 22:26:28 +01:00
Loredana Crusoveanu 8e18c03c40
Merge pull request #5855 from pandachris/master
BAEL-2283
2018-12-09 22:10:50 +02:00
Loredana Crusoveanu ec7283cb81
Merge pull request #5876 from the-java-guy/master
BAEL-2343
2018-12-09 21:20:12 +02:00
Loredana Crusoveanu a42b156ae3
Merge pull request #5881 from eugenp/BAEL-10844-v2
fix test names, missing templates
2018-12-09 21:13:40 +02:00
Loredana 95b1a9b158 fix test names, missing templates 2018-12-09 20:36:56 +02:00
Loredana Crusoveanu bae846571a
Merge pull request #5874 from rozagerardo/geroza/BAEL-10844_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-2
[BAEL-10844] | Upgrade set of modules to use boot 2.1 - part 2
2018-12-09 20:13:30 +02:00
Loredana Crusoveanu 5aff05828b
Merge pull request #5875 from amit2103/BAEL-9643
[BAEL-9643] - Added missing code in the properties article
2018-12-09 18:56:10 +02:00
pandachris d151552b65
Merge pull request #10 from pandachris/BAEL-2283
test spacing
2018-12-09 23:19:32 +07:00
clininger 2b1d02ce1d test spacing 2018-12-09 23:18:30 +07:00
pandachris d80ab0b85f
Merge pull request #9 from pandachris/BAEL-2283
Removed unnecessary line
2018-12-09 23:10:39 +07:00
clininger cbdd31a183 Removed unnecessary line 2018-12-09 23:08:41 +07:00
pandachris bbdc8abc14
Merge pull request #8 from pandachris/BAEL-2283
BAEL-2283
2018-12-09 23:04:20 +07:00
clininger 24bc616dd2 test name changes; fixed test assertions; POM modules added 2018-12-09 22:59:58 +07:00
Tritty 138b22a7dd Files associates with BAEL-2343 2018-12-09 20:55:51 +05:30
amit2103 7073c4a3e5 [BAEL-9643] - Added missing code in the properties article 2018-12-09 20:16:50 +05:30
pandachris e00bfcf21d
Merge pull request #7 from pandachris/master
merge from master
2018-12-09 21:35:32 +07:00