11797 Commits

Author SHA1 Message Date
caroline
f914b19bdb Formatting changes 2019-03-18 14:57:31 +01:00
caroline
4fece2266e Formatting changes 2019-03-18 14:35:22 +01:00
caroline
ea3fe7aab9 Removing the code of an old version of the code with deleted maven module spring-cloud-kubernetes-project 2019-03-10 22:35:08 +01:00
cscib
12b3bc1383
Delete Dockerfile 2019-03-10 22:31:20 +01:00
caroline
e7bbe5b8ad Code changes due to BAEL-2460. Could not put them in spring-cloud-kubernetes because had to use different versions of artifacts. 2019-03-10 22:24:59 +01:00
caroline
928a23494d New code for article BAEL-2460. Added maven module spring-cloud-kubernetes-project 2019-02-23 22:49:32 +01:00
Urvy Agrawal
fe289003fa Added files for BAEL-2494 (#6370) 2019-02-18 09:30:58 -08:00
FrancoCorleone
243c671edb [BAEL-2566] Add example of Insert with Modifying Native Query (#6164)
* [BAEL-2566] Add example of Insert with Modifying Native Query

* [BAEL-2557] Fix MR conflicts

* [BAEL-2557] Cleanup tests
2019-02-18 09:48:46 -07:00
anuraggoyal1
96fbef6a14 changes as per review (#6341)
* [BAEL-2471] Guide to Apache Commons MultiValuedMap

* Update MultiValuedMapUnitTest.java

* added empty lines

* updated as per review comments

* changes as per review
2019-02-18 08:44:38 -07:00
psevestre
6c237aaf3a [BAEL-1381] Add JPA Examples (#6369)
* BAEL-1381

* [BAEL-1381]

* [BAEL-1381] New module name

* [BAEL-1381] software-security module

* [BAEL-1381] Add JPA examples
2019-02-17 21:39:24 -08:00
Eric Martin
cf25075e22
Merge pull request #6267 from macroscopic64/master
example for multi-release jar
2019-02-17 22:22:27 -06:00
Loredana Crusoveanu
8734cdf5ce
Merge pull request #6346 from amit2103/BAEL-12668
[BAEL-12668] - Make sure the tutorials build doesn't generate any un-…
2019-02-17 23:56:18 +02:00
Loredana Crusoveanu
8c8b3e76c5
Merge pull request #6347 from amit2103/BAEL-12667
[BAEL-12667] - Fixed the relative paths of parent
2019-02-17 23:55:08 +02:00
Muhammad Asif Anwar
1e711e956c
Merge pull request #6361 from asif-anwar/ci-jenkins
for incremental builds in Jenkins
2019-02-17 23:41:37 +04:00
amit2103
cc1183cd83 [BAEL-12668] - Make sure the tutorials build doesn't generate any un-committed or un-ignored artifacts 2019-02-18 01:08:28 +05:30
Muhammad Asif Anwar
91028e62b2
for Jenkins 2019-02-17 23:01:46 +04:00
amit2103
69ae99666a Reverted spring-boot-logging modules parents 2019-02-17 23:58:47 +05:30
amit2103
79becf29d5 [BAEL-12667] - Fixed the relative paths of parent 2019-02-17 16:32:35 +05:30
Loredana Crusoveanu
e2988ce85d
Merge pull request #6276 from raghav-jha/BAEL-2456
BAEL-2456 Hibernate Query Plan Cache
2019-02-17 09:22:41 +02:00
Andrey Shcherbakov
033bc8bd5a Create snippets for BAEL-2574 (#6344) 2019-02-16 14:23:08 -08:00
Anshul Bansal
91ac058838 Bael 2726 introduction to traits in groovy (#6337)
* BAEL-2726_Introduction_to_Traits_in_Groovy

* BAEL-2726_Introduction_to_Traits_in_Groovy
2019-02-15 19:37:14 -08:00
Eugen
8e60ff6b5d
Update README.md 2019-02-15 23:15:28 +02:00
Ekaterina Galkina
dec56b6d0f BAEL-2502 2019-02-15 16:30:40 +00:00
cror
f29191df67 BAEL-2548 updated the test with toMap and binary operator (#6303) 2019-02-15 08:12:32 -06:00
Loredana Crusoveanu
ca7c2b8c60
Merge pull request #6331 from rozagerardo/geroza/BAEL-11407_Update-and-move-HATEOAS-for-Spring
[BAEL-11406 & BAEL-11407] Update and move code for Spring and HATEOAS articles
2019-02-14 23:59:03 +02:00
Eric Martin
f137b756a0
Merge pull request #6186 from juanvaccari/BAEL-2514
BAEL-2514 - Added unit test for Map processing
2019-02-14 14:56:09 -06:00
Tom Hombergs
27ce2311c1
Merge pull request #6280 from tinomthomas/master
BAEL-2226
2019-02-14 20:14:34 +01:00
Tom Hombergs
923029ca09
Merge pull request #6298 from soufiane-cheouati/master
Custom annotations files
2019-02-14 20:12:37 +01:00
Tom Hombergs
6bdf463da9
Merge pull request #6263 from cscib/master
BAEL-2534 - Determine if all elements are the same in a Java list
2019-02-14 20:05:34 +01:00
Ger Roza
f8f78afe85 Moved al HATEOAS related code from spring-rest-full module to spring-boot-rest 2019-02-14 11:54:35 -02:00
macroscopic64
7e843727b9 simplified the leap year check logic 2019-02-14 08:36:11 +05:30
TINO
8dbe5d6ab7 BAEL - 2226
Test added
2019-02-13 23:46:10 +03:00
Loredana Crusoveanu
69e29b364d
Merge pull request #6169 from FDPro/bael-2424
dupirefr/dupire.francois+pro@gmail.com [BAEL-2424] Removed order checking + filtering public and protected fields
2019-02-13 22:39:14 +02:00
macroscopic64
439a37301b Merge remote-tracking branch 'upstream/master' 2019-02-14 00:48:00 +05:30
Tom Hombergs
d9cf2c05f5 added link (#6192) 2019-02-13 09:56:34 -08:00
anuraggoyal1
96277462b8 [BAEL-2471] Guide to Apache Commons MultiValuedMap (#6308)
* [BAEL-2471] Guide to Apache Commons MultiValuedMap

* Update MultiValuedMapUnitTest.java

* added empty lines

* updated as per review comments
2019-02-13 08:35:35 -06:00
Eric Martin
4e8590698d
Merge pull request #6218 from alv21/spring-soap
BAEL-2466 Spring soap
2019-02-13 00:00:06 -06:00
Urvy Agrawal
cc49ae8cdf Added files for BAEL-2044 (#6296) 2019-02-13 04:51:07 +01:00
Laurentiu Delcea
cf72052df5 BAEL-2651 Implement Java static methods equivalent (#6322) 2019-02-12 15:20:38 -08:00
TINO
77775c6794 BAEL - 2226
Review comments incorporated
2019-02-12 23:50:53 +03:00
Loredana Crusoveanu
0e178fe9c9
Merge pull request #6272 from dkapil/feature/BAEL-2129_codemovement
Feature/bael 2129 codemovement
2019-02-12 22:21:10 +02:00
soufiane-cheouati
669dc7804f
Add files via upload 2019-02-12 19:24:18 +00:00
soufiane-cheouati
e1241e741f
Add files via upload 2019-02-12 19:22:40 +00:00
FrancoCorleone
8a264439b7 Bael 2557 (#6307)
* [BAEL-2557] Implement tests with Test Containers

* [BAEL-2557] Remove author info

* [BAEL-2557] Small refactor fixes

* [BAEL-2557] Remove duplicated property

* [BAEL-2557] Fix pmd rule violation
2019-02-11 22:09:37 -07:00
Kacper
c957ceaeba Types of string in groovy (#6287) 2019-02-11 22:06:09 -07:00
Juan Vaccari
bed05a4289 BAEL-2514 - Removed unit tests for orElse cases removed from tutorial 2019-02-11 17:54:15 +00:00
Fabian Rivera
e2f3d605f0 Enable stacktraces and causal chain of causes. Add a couple of tests to validate stacktrace and cause are included in responses (#6315) 2019-02-11 08:37:48 -08:00
Dhananjay Singh
f894b40fe6 Char stack (#6248)
* Corrected Package name

* Char stack

* Changed file names
2019-02-10 19:30:35 -08: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
Ciro Alvino
29e492342e
Update ApplicationIntegrationTest.java 2019-02-10 17:13:27 -08:00