Commit Graph

15393 Commits

Author SHA1 Message Date
Alessio Stalla b3a46b828d #BAEL-17527 add README descriptions (#7964) 2019-10-09 19:34:51 +03:00
Josh Cummings 804384fe3c
Merge pull request #7970 from den314/master
BAEL-3155 splitting up spring-all module
2019-10-09 10:14:17 -06:00
Josh Cummings 4b62fb6cef
Merge pull request #7916 from catalin-burcea/BAEL-16642
[BAEL-16642] Split or move guava-collections module
2019-10-09 09:40:15 -06:00
Josh Cummings 8d940062ca
Merge pull request #7963 from catalin-burcea/BAEL-15996
[BAEL-15996] Move articles out of core-java-lang part 2
2019-10-09 09:27:57 -06:00
Alessio Stalla 34cae4c258 #BAEL-17526 add README descriptions (#7959) 2019-10-09 17:46:09 +03:00
Alessio Stalla 36da8820a0 #BAEL-17524 add README descriptions (#7957) 2019-10-09 17:45:39 +03:00
Josh Cummings d801f7c38f
Merge pull request #7940 from alessiostalla/BAEL-17522
#BAEL-17522 add README descriptions
2019-10-09 08:28:14 -06:00
fejera ea44e53119 #7979 - fixed link 2019-10-09 15:06:56 +02:00
Erik Pragt 5cffe22228
Merge pull request #7973 from Thabo08/java-file-class-demo
java-file-class demo code
2019-10-08 08:24:26 +11:00
Yavuz Tas c73001019c PR-BAEL-2816 (#7733)
* implement hexagonal architecture pattern

* Add source code for article BAEL-2463

* add source code for article BAEL-2816

* remove irrelevant code

* Remove unnecessary default constructors

* Refactor equals and hashCode methods in Java 7+ way

* Remove equals and hashCode implementations

* Change test methods conventional order

* change saveRelation method to private

To make the code more clean and readable
2019-10-07 19:39:22 +01:00
Rui Vilao 07fae6db14 Renames backoff-jitter to a broader name: design-pattern-cloud. 2019-10-07 18:20:12 +02:00
Thabo Ntsoko 76bcf49a7a java-file-class demo code 2019-10-07 18:02:32 +02:00
Afshin 3997dcc8e2 Enhanced: renamed a function 2019-10-07 12:22:05 +02:00
Afshin 7a9738b4bb Enhanced: reformatted code to synchronized it with the article 2019-10-07 12:20:54 +02:00
Afshin 78cb7a3a3f Enhanced: given_when_then pattern naming and formatting problems are resolved 2019-10-07 11:52:22 +02:00
kwoyke c2b029fd85 BAEL-3093: Configuring Skip Logic in Spring Batch (#7946) 2019-10-07 05:45:19 +02:00
Priyesh Mashelkar 1d0596f23c BAEL-3300 The Spring TestExecutionListener (#7933)
* Added module for article

* Update pom.xml

* Delete pom.xml

* Update and rename ForecastProcessorTest.java to ForecastProcessorUnitTest.java

* Updated code as per review comments

* Delete .gitignore

* Update pom.xml

* BAEL-2904 Moved files

* BAEL-2904 Deleted files from previous project

* BAEL-2904 Moved classes for method reference article

* Update pom.xml

* BAEL-2904 Updated README.md

* First draft

* BAEL-3300 Added more tests

* BAEL-3300 Removed unused imports

* BAEL-3300 Run dos2unix on README.md
2019-10-07 05:42:45 +02:00
Denis 2cc76b5a95 fixups after fork sync 2019-10-06 20:36:09 +02:00
Denis 2d02097aff resolve merge conflicts 2019-10-06 20:08:55 +02:00
catalin-burcea adaff1d253 Split or move guava-collections module 2019-10-06 20:46:18 +03:00
Denis 6de9a1ba97 add extracted modules to respective maven profiles 2019-10-06 19:37:53 +02:00
Denis 56102c9a51 cleanup; fix code formatting 2019-10-06 19:37:23 +02:00
Maciej Andrearczyk 322ca0d578 BAEL-3285 | Removed block() calls 2019-10-06 16:59:40 +02:00
catalin-burcea 6b80543360 Move articles out of core-java-lang part 2 2019-10-06 15:57:30 +03:00
Sjmillington dff3b5b16b Add README descriptions 33 2019-10-06 12:25:00 +01:00
Sjmillington 45eab1339e ADD README descriptions 32 2019-10-06 12:15:11 +01:00
Denis 6839533ec0 extract spring-shell module 2019-10-06 12:55:49 +02:00
Denis f88952e7ec rename spring-all module
* rename existing spring-core-2 to spring-core-3
* rename spring-all to spring-core-2
2019-10-06 12:49:53 +02:00
Jonathan Cook 7cbe9ac12c
Merge pull request #7949 from martinvw/feature/BAEL-3306-validations-for-enum-types
[BAEL-3306] Validations for Enum types
2019-10-06 12:09:45 +02:00
Denis 6f6f891355 move spring-all/spring43 to spring-4 module
* WebMvcConfigurer default methods are available only in Spring 5+
  changed AttributeAnnotationConfiguration to
  extend WebMvcConfigurerAdapter
2019-10-06 11:26:14 +02:00
Afshin da1ac659fb decodeText implementation is reformatted 2019-10-06 11:22:18 +02:00
Afshin 750aab063e indentations are adjusted 2019-10-06 11:07:21 +02:00
amit2103 b927b33465 [BAEL-17473] - Formatted spring-mvc-simple-2 pom.xml 2019-10-06 12:30:15 +05:30
amit2103 be24e03a48 [BAEL-17473] - Moved articles to corrrect places, formatted pom.xmls and added description in readme files 2019-10-06 12:27:05 +05:30
Alessio Stalla afa47a9b31 #BAEL-17522 update acronyms 2019-10-06 08:42:14 +02:00
amit2103 4f22a71702 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-17473 2019-10-06 11:33:23 +05:30
Eric Martin 05d2f2413f
Merge pull request #7846 from laurentiud/master
BAEL-3165 Integrate Kinesis with Spring Binder
2019-10-05 23:10:53 -05:00
Josh Cummings 0196549cb6
Merge pull request #7924 from sjmillington/readme-30
Add README descriptions 30
2019-10-05 16:40:00 -06:00
Josh Cummings b0df7d1d5e
Merge pull request #7951 from dkapil/task/BAEL-18132
BAEL-18132 Fix the integrations tests in spring-boot
2019-10-05 16:31:55 -06:00
Josh Cummings e07ce8d661
Merge pull request #7943 from alessiostalla/BAEL-17523
#BAEL-17523 add README descriptions
2019-10-05 16:25:25 -06:00
Josh Cummings 068d8f9c92
Merge pull request #7952 from sjmillington/code-gen
Changing AutoValue module to Code-Generation
2019-10-05 16:24:15 -06:00
Afshin 2bb48cbedc Wildcard imports are replaced by named classes and static import is removed 2019-10-05 21:07:21 +02:00
Sjmillington af5759705c Merge branch 'readme-30' of https://github.com/sjmillington/tutorials into readme-30 2019-10-05 16:58:38 +01:00
Sjmillington 931e71095c Updated README language 2019-10-05 16:58:08 +01:00
Josh Cummings 9a2f9bec54
Merge pull request #7903 from fanatixan/bael-16659
BAEL-16659
2019-10-05 09:32:51 -06:00
Josh Cummings efc9dc9d25
Merge pull request #7939 from catalin-burcea/BAEL-18083
[BAEL-18083] rename jenkins/hello-world to jenkins/plugins
2019-10-05 08:48:56 -06:00
Josh Cummings 6ed4c61c0f
Merge pull request #7941 from sjmillington/readme-24
Add readme descriptions 24
2019-10-05 08:42:25 -06:00
Josh Cummings 76c6d817f2
Merge pull request #7896 from alessiostalla/BAEL-17505
#BAEL-17505 Add README descriptions to several modules.
2019-10-05 08:33:46 -06:00
Sjmillington eeb46ed00a Changing AutoValue module to Code-Generation 2019-10-05 15:16:40 +01:00
Dhawal Kapil 4ad1a192f8 BAEL-18132 Fix the integrations tests in spring-boot
-Modified tests to used Random Port instead of Defined Port to avoid port conflicts
2019-10-05 19:32:30 +05:30