kwoyke
4d552daac0
BAEL-3440: Remove unnecessary sorting ( #8336 )
2019-12-13 09:57:24 +01:00
Priyesh Mashelkar
b6ad214a34
BAEL-3387 Hibernate - Different Levels Of Logging ( #8326 )
...
* 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
* BAEL-3387 Added entity and test classes
* BAEL-3387 Added logging configuration
* BAEL-3387 Corrected log4j and log4j2 config
2019-12-13 09:41:16 +01:00
Loredana Crusoveanu
d54104b939
Merge pull request #8333 from kwoyke/BAEL-19868
...
BAEL-19868: Use random port in spring-session-mongodb IntegrationTest
2019-12-12 23:27:44 +02:00
Loredana Crusoveanu
e1b8a3402c
Merge pull request #8342 from kwoyke/BAEL-19878
...
BAEL-19878: Upgrade spring-cloud-zuul to Spring Boot 2.2.2 and Spring…
2019-12-12 23:07:47 +02:00
Josh Cummings
0ec8c9b83f
Merge pull request #8268 from lukaszrys/feature/BAEL-2275_ddd_layers
...
Feature/bael 2275 ddd layers
2019-12-12 07:14:46 -07:00
Eric Martin
babb36cd3d
Merge pull request #8315 from albanoj2/BAEL-3559
...
BAEL-3559: Added purpose-built endpoint for testing multipart uploads with HttpClient
2019-12-11 20:03:27 -06:00
Eric Martin
d5eb1b8c28
Merge pull request #8346 from albanoj2/BAEL-3290
...
BAEL-3290: Added source code for Spring DI examples
2019-12-11 19:53:14 -06:00
Vikas Rajput
f42658581b
BAEL-3397: Difference between throw e and throw new Exception(e) ( #8339 )
...
* Article: Quick and practical example of hexagonal architecture in java with Spring Project
* Removed server.port property from application.properties
* BAEL-3397: Difference between throw e and throw new Exception(e) in java
* BAEL-3397 : Removed links from readme file
* BAEL-3397: removed hexagonal module from the code
* BAEL-3397: renamed exceptions package name to rethrow
2019-12-11 10:42:31 -08:00
François Dupire
fdf40ec867
dupirefr/dupire.francois+pro@gmail.com [BAEL-3445] Cucumber Backgrounds (Moved package) ( #8350 )
...
* [BAEL-3445] Added Background examples to Cucumber examples
* [BAEL-3445] Copied code to have a package dedicated to the article
* [BAEL-3445] Removed code from other package
2019-12-11 10:25:03 -08:00
Justin Albano
9aff76fcf8
BAEL-3290: Corrected formatting
2019-12-11 08:26:29 -05:00
Justin Albano
443ce367b8
Revert "BAEL-3290: Corrected formatting and removed author line in class comment"
...
This reverts commit 036dd985e1 .
2019-12-11 08:01:53 -05:00
Justin Albano
036dd985e1
BAEL-3290: Corrected formatting and removed author line in class comment
2019-12-11 07:57:32 -05:00
Loredana Crusoveanu
515a65401f
Merge pull request #8347 from eugenp/fix/BAEL-2513
...
Moves the fetchmode code to hibernate mapping.
2019-12-10 22:42:05 +02:00
Sam Millington
6571103c5c
Moving code for multiple-http-servlet-request article from spring-core to spring-mvc ( #8329 )
2019-12-10 18:37:06 +00:00
Rui Vilao
0d0216b113
Moves the fetchmode code to hibernate mapping.
2019-12-10 19:11:50 +01:00
M-Abdelbaset
71d61b945b
Bael 3395 - spring optional path var ( #8341 )
...
* initial test cases
* changes in @requestMapping
* moving code to spring-mvc-basic-2 project
* moving Article class
2019-12-10 09:13:07 -08:00
Justin Albano
08fd6c5c4a
BAEL-3290: Added unit test for autowiring by type
2019-12-10 08:35:09 -05:00
Justin Albano
e56dc9830e
BAEL-3290: Added test cases to exercise DI configuration
2019-12-10 08:23:01 -05:00
Josh Cummings
25321c765a
Merge pull request #8328 from sjmillington/rest-move-pt-4
...
[BAEL-18367] Moving articles from rest-spring-** pt 4
2019-12-09 22:38:02 -07:00
Josh Cummings
b41a65e300
Merge pull request #8323 from catalin-burcea/BAEL-19059
...
[BAEL-19059] - Move new articles to java-dates-operations module
2019-12-09 21:48:38 -07:00
Justin Albano
1306e27e8b
BAEL-3290: Basic injection added
2019-12-09 21:54:17 -05:00
Krzysiek
a5c276576f
BAEL-19878: Upgrade spring-cloud-zuul to Spring Boot 2.2.2 and Spring Cloud Hoxton
2019-12-09 20:41:35 +01:00
Jonathan Cook
488c577cec
Merge pull request #8331 from rojyates/feature/BAEL-3515-maven-proxy-settings
...
Feature/bael 3515 maven proxy settings
2019-12-09 11:20:10 +01:00
Greg
5be2e91d58
Merge pull request #8289 from mona-mohamadinia/BAEL-3520
...
BAEL-3520: Shutdown Hooks for JVM
2019-12-08 16:52:30 -05:00
Greg
7cbea4a258
Merge pull request #8281 from kamleshkr/BAEL-3525
...
BAEL-3525: System.exit() vs Runtime.getRuntime().halt()
2019-12-08 16:46:46 -05:00
Krzysiek
985b388641
BAEL-19868: Use random port in spring-session-mongodb IntegrationTest
2019-12-08 21:53:52 +01:00
psevestre
e08dfcc38b
[BAEL-3562] AWS S3 with Java - Reactive Support ( #8309 )
...
* [BAEL-3164] Add spring-boot-jdbi module
* [BAEL-3164] Remove extra files
* [BAEL-3164] Update springboot main dependency
* Reset bad commit
* [BAEL-3562] Added basic code
* [BAEL-3562] Some refatoring
* [BAEL-3562] More refatoring
* [BAEL-3562] LiveTests
2019-12-08 12:39:07 -08:00
Roger Yates
205c7f3904
BAEL-3515 proxy and security settings examples
2019-12-08 22:45:47 +10:00
Roger Yates
f2e77cf6f9
Merge remote-tracking branch 'upstream/master'
2019-12-08 22:05:44 +10:00
Sjmillington
9f9362d458
[BAEL-18367] Moving articles from rest-spring-** pt 4
2019-12-08 10:42:40 +00:00
Lukasz Rys
53075a11dc
BAEL-2275: Fix order in README
2019-12-08 11:11:46 +01:00
Loredana Crusoveanu
b15d47bc9a
Merge pull request #8324 from dkapil/task/BAEL-19369_springdifix
...
BAEL-19369 go through the integration test results and see what NEW f…
2019-12-08 11:32:15 +02:00
kwoyke
ac4de4e809
BAEL-3576: Improve "Spring REST Entity to Dto" article ( #8320 )
...
* BAEL-3576: Update modelmapper to 2.3.5
* BAEL-3576: Code cleanup
2019-12-08 07:25:43 +07:00
Lukasz Rys
b00e9f81ae
BAEL-2275: Move docker directory to test resources. Add README.md for it.
2019-12-07 21:50:20 +01:00
wugangca
ef0128e21a
BAEL-3418 Check If Two Strings Are Anagrams in Java ( #8139 )
...
* BAEL-3418 Check If Two Strings Are Anagrams in Java
* BAEL-3418 Update code based on code review feedback.
* BAEL-3418 Update comments and rename constant based on code review feedback.
* Move the repository to core-java-modules/core-java-string-algorithms-3/
* BAEL-3418 Only support alpha characters for the anagram
* BAEL-3418 use preprocess in a separate method
* BAEL-3418 Remove the temp variables
2019-12-07 20:35:19 +00:00
Mona Mohamadinia
58837c6350
Refactoring to a better package name
2019-12-07 22:32:13 +03:30
Josh Cummings
916260ff89
Merge pull request #8303 from kwoyke/BAEL-19790
...
BAEL-19790 Update Spring Cloud Configuration article
2019-12-07 11:15:03 -07:00
Dhawal Kapil
d88e3ffbeb
BAEL-19369 go through the integration test results and see what NEW failing tests we have
...
- Fixes ComponentScanAspectJFilterAppUnitTest
2019-12-07 22:42:06 +05:30
Lukasz Rys
0efb132504
BAEL-2275: Fill the test. Rename package.
2019-12-07 17:40:17 +01:00
catalin-burcea
35711d3639
[BAEL-19059] - Move new articles to java-dates-operations module
2019-12-07 18:12:55 +02:00
Justin Albano
26f4ea1cd1
BAEL-3559: Change server response to mimic an echo server
2019-12-07 09:08:35 -05:00
kwoyke
e9801f1f16
Merge branch 'master' into BAEL-19790
2019-12-07 09:17:36 +01:00
Krzysiek
2134361638
Merge branch 'BAEL-19790' of https://github.com/kwoyke/tutorials into BAEL-19790
2019-12-07 08:58:40 +01:00
Krzysiek
9aa754c8e0
BAEL-19790: Update to Spring Boot 2.2.2
2019-12-07 08:57:56 +01:00
Josh Cummings
c1721cfaf7
Merge pull request #8311 from catalin-burcea/BAEL-18783
...
[BAEL-18783] - Fix formatting of POMs
2019-12-06 21:53:54 -07:00
Josh Cummings
2cc607101c
Merge pull request #8313 from kwoyke/BAEL-19798
...
BAEL-19798: Make PORT_NUMBER private
2019-12-06 20:19:19 -07:00
catalin-burcea
2f7e94bc92
[BAEL-18783] - Fix formatting of POMs
2019-12-06 11:40:56 +02:00
François Dupire
4394a14b0b
[BAEL-3445] Added Background examples to Cucumber examples ( #8319 )
2019-12-05 23:17:53 -08:00
Sampada
957cfeb72b
BAEL-3511 : Default parameters in Java ( #8317 )
...
* Added Assertj dependency
* Default parameter example POJO and test class
2019-12-05 23:13:38 -08:00
Dhawal Kapil
d6a1dcc017
BAEL-19821 Fixes github issue #8224 ( #8314 )
2019-12-05 23:08:20 -08:00