15460 Commits

Author SHA1 Message Date
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
Loredana Crusoveanu
e67c4b3573
Merge pull request #7948 from martinvw/feature/pre-cleanup
Feature/pre cleanup
2019-10-05 19:21:18 +09:00
wugangca
a0cbfa3b06 BAEL-2988 Move the code from spring-rest-simple to spring-mvc-simple-… (#7914)
* BAEL-2988 Move the code from spring-rest-simple to spring-mvc-simple-2, based on the review feedback.

* BAEL-2988 revert previous changes in the spring-rest-simple
2019-10-04 07:30:54 -05:00
Martin van Wingerden
bf3435372c
[BAEL-3306] Validations for Enum types
Added code belonging to the blog validations for Enum types.
2019-10-04 13:03:27 +02:00
Martin van Wingerden
00d903dc6b
Add a parent class for locale aware tests 2019-10-04 12:59:12 +02:00
Martin van Wingerden
3d296c30a5
Moved classes/package to right package 2019-10-04 12:56:42 +02:00
Martin van Wingerden
5aba544fb8
Re-enabled a disabled test and made the tests independent of machine locale 2019-10-04 12:56:42 +02:00
Martin van Wingerden
86dd449968
Formatted using the eclipse formatter 2019-10-04 12:56:41 +02:00
Martin van Wingerden
76e0fe4642
Reformatting code of javaxval before starting on [BAEL-3306] 2019-10-04 12:56:41 +02:00
Martin van Wingerden
0ba79b88b4
Include the link to https://www.baeldung.com/javax-validation-groups 2019-10-04 12:56:03 +02:00
catalin-burcea
8efd122412 rename jenkins/hello-world to jenkins/plugins 2019-10-04 13:39:16 +03:00
rpvilao
5e6304f837
Merge pull request #7794 from tapankavasthi/tavasthi-bael-3223
BAEL-3223: Excluding URLs from a Spring Filter
2019-10-04 10:13:51 +02:00
Josh Cummings
653ce39dbc
Merge pull request #7938 from catalin-burcea/BAEL-16667
[BAEL-16667] Split or move testing-modules/junit-5 module - update readmes
2019-10-04 00:53:19 -06:00
Alessio Stalla
f17cb73647 #BAEL-17521 add README descriptions (#7937) 2019-10-04 09:52:53 +03:00
Alessio Stalla
0f64304c34 #BAEL-17519 add README descriptions (#7935) 2019-10-04 09:52:25 +03:00
Sam Millington
7490fb6aed Add README descriptions 27 (#7913) 2019-10-04 09:52:16 +03:00
Josh Cummings
c891d97404
Merge pull request #7936 from alessiostalla/BAEL-17520
#BAEL-17520 add README descriptions
2019-10-04 00:51:16 -06:00
Josh Cummings
f8ce67dd01
Merge pull request #7934 from alessiostalla/BAEL-17518
#BAEL-17518 add README descriptions
2019-10-04 00:49:38 -06:00
Josh Cummings
416b6c7e1e
Update README.md 2019-10-04 00:18:16 -06:00