Commit Graph

16067 Commits

Author SHA1 Message Date
Sorin Zamfir
eddc25845f BAEL-3370: First draft of menu 2019-12-17 23:30:12 +02:00
Sorin Zamfir
9ec6c57ce6 BAEL-3370: Fixed formatting 2019-12-16 21:23:30 +02:00
Sorin Zamfir
8a6f046a1c Merge branch 'master' of github.com:eugenp/tutorials into feature/BAEL-3370_Guide_to_read_command 2019-12-09 22:31:14 +02:00
Sorin Zamfir
c2a787eb44 BAEL-3370: Cleaned up examples 2019-12-09 22:30:42 +02: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
Sorin Zamfir
a064185a9c BAEL-3370: Updated with some more samples 2019-12-08 23:47:06 +02: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
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
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
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
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
Sorin Zamfir
ff9d7d6f10 BAEL-3370: Organized the sample scripts 2019-12-06 00:26:42 +02:00
Krzysiek
87c6b36409 BAEL-19798: Make PORT_NUMBER private 2019-12-05 19:34:53 +01:00
Josh Cummings
392e235557 Merge pull request #8142 from smokeyrobot/bael-3391
Bael-3391 - Remote Debugger
2019-12-05 10:35:08 -07:00
Josh Cummings
d7f739e4eb Merge pull request #8271 from catalin-burcea/BAEL-19676
[BAEL-19676] - Move articles out of jackson part 3
2019-12-05 09:41:26 -07:00
kwoyke
ef3277399e BAEL-3231: Add usage example for MockitoJUnit.rule() (#8304) 2019-12-05 23:19:46 +07:00
vatsalgosar
b8f6f9d7f9 BAEL-3519 (#8169)
* BAEL-3519
- Fibonacci Series
- Recursive method
- Iterative method

* - Added new method that uses Golden Ratio to calculate the given term of Fibonacci Series

* added binet formula implementation of constant time for fibonacci term
2019-12-05 15:24:42 +00:00
Loredana Crusoveanu
0259c56d81 Merge pull request #8295 from kwoyke/BAEL-19798
BAEL-19798: Change port number for KarateIntegrationTest
2019-12-04 21:09:04 +02:00
Josh Cummings
f0df70d61b Merge pull request #7953 from norbertoritzmann/master
[BAEL-3086] Changes related to Apache Spark GraphX article
2019-12-04 11:51:04 -07:00
fanatixan
c7238ee440 Merge pull request #8299 from dupirefr/bael-3348-comment
dupirefr/dupire.francois+pro@gmail.com [BAEL-3348] Added test using array from article comment
2019-12-04 09:17:57 +01:00
Krzysztof Woyke
5d1c886839 BAEL-19790: Remove the spring.cloud.config.server.git.uri value 2019-12-04 09:05:33 +01:00
Krzysztof Woyke
c97579a2a5 BAEL-19790: Use GetMapping and rename SecurityConfigurer 2019-12-04 09:01:18 +01:00
Sam Millington
1b4996b5c1 Merge pull request #8286 from alimate/BAEL-3334-2
Modularizing the Spring Data JPA 4 Module!
2019-12-04 07:27:26 +00:00
dupirefr
1b285c703e [BAEL-3348] Renamed test 2019-12-04 07:37:50 +01:00
Eric Martin
e065673a13 Merge pull request #8264 from johnA1331/master
Monthly Test Fix - BAEL-19186
2019-12-03 22:07:26 -06:00
Josh Cummings
65feb27817 Merge pull request #8127 from amit2103/BAEL-17317-2
[BAEL-17317] - Check article code - https://www.baeldung.com/junit-be…
2019-12-03 18:11:03 -07:00
Krzysiek
6d7497cda0 BAEL-19790: Fix encryption issues after Spring Boot 2 migration 2019-12-03 22:23:28 +01:00
Sorin Zamfir
75813f0a34 BAEL-3370: Some more examples 2019-12-03 20:56:35 +02:00
Krzysztof Woyke
0fc7df8543 BAEL-19790: Upgrade to Hoxton.RELEAS and Spring Boot 2.2.1 2019-12-03 13:53:59 +01:00
François Dupire
f7c05639a9 dupirefr/dupire.francois+pro@gmail.com [BAEL-3606] Matrix Multiplication Libraries Comparison (#8298)
* Added benchmarking on larger matrices

* [BAEL-3606] Moved benchmarking to production code

* [BAEL-3606] Added minor fix
2019-12-02 21:53:52 -08:00
Marcos Lopez Gonzalez
1c5e524ac2 Bael 3501 how to create a maven plugin (#8257)
* BAEL-3501 - maven plugin

* formatting

* build

* maven plugin moved to maven-all module

* maven-custom-plugin moved to maven-all

* pom fix

* format
2019-12-02 13:26:08 -08:00
Loredana Crusoveanu
0e8722fbbb Merge pull request #8267 from dkapil/task/Micrometer_testfix
MicrometerAtlasIntegrationTest test fix
2019-12-02 22:53:23 +02:00
Krzysiek
633776531d BAEL-19798: Change port number for KarateIntegrationTest 2019-12-02 21:00:02 +01:00
catalin-burcea
1acb6fc59a [BAEL-19676] - Move articles out of jackson part 3 2019-12-02 11:44:19 +02:00
Devender Kumar
f804b5690e Move code to right package (#8285)
* Move code to rigth package

* Move code to correct module
2019-12-01 19:07:01 -08:00