Commit Graph

272 Commits

Author SHA1 Message Date
Philippe d09a0fdf8e Merge branch 'master' of https://github.com/eugenp/tutorials 2020-09-30 21:48:14 -03:00
Philippe cf1b728d3e [BAEL-4203] JNA 2020-09-30 21:47:55 -03:00
Loredana Crusoveanu 11818a04a3 Merge pull request #10029 from Maiklins/Java-2136-update-jackson-version-in-main-pom
Java-2136 update jackson version in main pom
2020-09-30 10:53:54 +03:00
Oussama BEN MAHMOUD e134c020ce BAEL-4443 Reading HTTP ResponseBody as a String 2020-09-28 10:43:07 +02:00
Joe Boudreau d100adc9c5 BAEL-4448: Added examples for setting TLS version in HttpClient (#9936)
* [BAEL-4448] Added examples for setting TLS version in HttpClient

(cherry picked from commit f4d40fc3f3140fd046ed957030e9a54582bd4a67)

* [BAEL-4448] Simplified the code for one example

* [BAEL-4448] Formatting fixes and moved to new package

* [BAEL-4448] Forgot an import and fixed class name typo

* [BAEL-4448] Created second module for httpclient and moved article code

Co-authored-by: joe <joe.boudreau@pm.me>
2020-09-24 17:28:05 +01:00
Sampada 49590633a8 JAVA-2421: Merge spring-ehcache module into spring-caching module (#10072)
* JAVA-2421: Moved 1 article from spring-ehcache to spring-caching

* JAVA-2421: Removed module spring-ehcache

* JAVA-2421: Removed module spring-ehcache from main pom
2020-09-23 23:34:51 +05:30
Dhawal Kapil ac4b85634f Merge pull request #9998 from Maiklins/JAVA-2394-Create-default-and-integration-profile-for-JDK-9-and-above-modules
Java-2394 Create default and integration profile for JDK-9 and above modules
2020-09-20 00:03:11 +05:30
mikr bca4b6bca5 Java-82 Update pom with reference to JAVA-2824 for failing tests 2020-09-19 13:20:07 +02:00
Jonathan Cook 4ea37a05a0 Merge pull request #9940 from usman-mohyuddin/dev-removePrefix
Remove prefix from string using groovy (BAEL-4104)
2020-09-18 11:30:22 +02:00
Dhawal Kapil d52896c478 Merge pull request #10030 from Maiklins/JAVA-2797-Cleanup-maven-java-11-multimodule-maven-project
Java-2797 cleanup maven java 11 multimodule maven project
2020-09-14 22:56:52 +05:30
Amit Pandey 3563524c09 moved spring-rest-hal-browser to spring-data-rest module (#10019)
* moved spring-rest-hal-browser to spring-data-rest module

* removed module from build
2020-09-14 21:53:09 +05:30
mikr c4396dd1bd Java-2797 Cleanup maven-java-11/multimodule-maven-project 2020-09-14 16:30:00 +02:00
mikr 5d14393788 Java-2136 Update Jackson version in main pom 2020-09-14 12:21:57 +02:00
Usman Mohyuddin 43fb479c81 update the PR with removal of README file and update pom.xml files according to comments 2020-09-10 22:39:44 +05:00
mikr ae5ee571b9 Java-2394 Create default and integration profile for JDK-9 and above modules 2020-09-10 01:08:03 +02:00
Sampada 9c5ed84bd4 JAVA-2422: Merge spring-groovy into spring-boot-groovy (#9970)
* JAVA-2422: Moved article to spring-boot-groovy

* JAVA-2422: removed module spring-groovy

* JAVA-2422: Moved spring-boot-groovy inside spring-boot-modules module

* JAVA-2422: Added entry to spring-boot-module's pom

* JAVA-2422: main pom changes for module movements

* JAVA-2422: Renamed test as it needs the app up and running

* JAVA-2422: Renamed test to live as it needs App to be running
2020-09-07 21:15:50 +05:30
Cristian Stancalau bbeb322d41 BAEL-4172 - How to Turn Off Swagger-ui in Production in http-2 (#9858)
* How to disable swagger in production example.

* Add new module in main pom.

* fix pom formatting

* Replace tabs with spaces.

* Move to article-specific package.

Co-authored-by: Cristian Stancalau <cstancalau@consultant.ffn.com>
2020-08-24 15:36:21 +01:00
CHANDRAKANT Kumar 01b61a6bf0 Adding source code for article tracked under BAEL-4109. 2020-08-13 11:56:49 +05:30
Rando Shtishi 15e94bb577 BAEL-4230 - Adding Introduction to Spring Data JDBC Project (#9665) 2020-08-08 22:21:57 +02:00
davidmartinezbarua 11ad6d048b Merge pull request #9758 from mdabrowski-eu/BAEL-4405-probability
BAEL-4405 Probability in Java
2020-08-08 15:08:41 -03:00
mdabrowski-eu 1b2f33e4d4 BAEL-4405 add java-numbers-4 to main pom 2020-08-07 20:55:22 +02:00
Sampada 0cade733ca JAVA-2154: Create guava-parent module and organize guava modules (#9782)
* JAVA-2154: Removed module, now split into guava-utilities and guava-core

* JAVA-2154: Removed module, articles moved to new module guava-core

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved 1 article to guava-collections

* JAVA-2154: New module guava-collections-list

* JAVA-2154: New module guava-core

* JAVA-2154: New module guava-utilities

* JAVA-2154: Updated README, removed extra article reference

* JAVA-2154: parent module pom changes

* JAVA-2154: main pom changes - removed guava related modules as they have
been shifted inside guava-modules

* JAVA-2154: rearranged and moved module inside guava-modules folder
2020-07-28 17:34:46 +05:30
Amit Pandey ca8eee9359 JAVA-2160 Add modules in main pom build (#9726)
* add modules in main pom build

* add modules in main pom build
2020-07-19 18:32:17 +05:30
Kumar Chandrakant 7c344b57c3 Adding source code for article tracked under BAEL-4080. (#9552)
Co-authored-by: CHANDRAKANT Kumar <kumar.chandrakant@soprabanking.com>
2020-07-14 17:55:54 +02:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Krzysiek ea59a08f4f JAVA-1782: Remove byte-buddy dep from the main pom.xml 2020-06-07 17:53:06 +02:00
kwoyke 9d4a0b1f51 BAEL-4100: Move HTTP/2 in Jetty to the new libraries-server-2 module (#9394) 2020-06-02 21:15:49 +02:00
Jonathan Cook 51b4218f25 BAEL-3925 - How to call Python from Java (#9312)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test

* BAEL-3868 - Fix the integrations tests in mocks

* BAEL-3925 - How to call Python from Java

* BAEL-3925-How to call Python from Java

* BAEL-3925-How to call Python from Java

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-05-18 14:15:04 -07:00
Greg efa30fe9f4 Merge pull request #9298 from smokeyrobot/bael-3893
Bael-3893 - Fixed tests causing build to fail
2020-05-18 15:01:03 -04:00
Kyle Doyle 5183afbce1 Bael 3893 - Move module in pom 2020-05-17 23:45:25 -04:00
rpvilao 856b818a2f Merge pull request #9170 from mdabrowski-eu/BAEL-3863
BAEL-3863 Introduction to Finagle
2020-05-13 10:53:51 +02:00
Jonathan Cook 00f5e0012c BAEL-3925 - How to call Python from Java? (#9277)
* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

* BAEL-3491 - Check for null before calling parse in the
Double.parseDouble

- Return to indentation with spaces.

* BAEL-3854 - Pattern Matching for instanceof in Java 14

* BAEL-3854 - Pattern Matching for instanceof in Java 14 - add unit test

* BAEL-3868 - Fix the integrations tests in mocks

* BAEL-3925 - How to call Python from Java

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-05-12 18:46:33 -07:00
mdabrowski-eu ff684f13b6 BAEL-3863 moved Finagle package to libraries-rpc, added test 2020-05-12 19:31:54 +02:00
mdabrowski-eu 33edef47e1 BAEL-3863 add Finagle module to root pom.xml 2020-05-12 19:31:53 +02:00
Greg a3ec140575 Merge pull request #9128 from smokeyrobot/bael-3893
Bael 3893
2020-05-12 13:13:06 -04:00
Josh Cummings 0690a9deae Merge pull request #9205 from Maiklins/JAVA-1470-Split-or-move-libraries-module
Java-1470 split or move libraries module
2020-05-06 09:10:54 -06:00
Kyle Doyle c10208b4d9 Bael 3893 - Code review updates 2020-05-01 19:48:38 -04:00
mikr 52df212127 Java-1470 Move libraries-4/5/6 to different profile 2020-05-01 21:34:10 +02:00
mikr 4552da7ba7 Java-1470 Add new modules to main pom 2020-04-29 22:02:31 +02:00
dupirefr 5e1b86e79e [JAVA-630] Fixing indent of vavr* modules 2020-04-28 07:55:51 +02:00
Josh Cummings 068523493b Merge pull request #9169 from kwoyke/JAVA-73
JAVA-73: Wrap up running Live Tests with Docker
2020-04-27 17:31:04 -06:00
Josh Cummings 994ff6ddd7 Merge pull request #9124 from dupirefr/team/JAVA-630-split_vavr_module
[JAVA-630] vavr-2 module
2020-04-27 15:41:10 -06:00
mikr da174392ed JAVA-1470 Move 10 articles to libraries-4 module 2020-04-26 22:34:22 +02:00
Eric Martin 9efd76c261 Merge pull request #9135 from albanoj2/BAEL-3965
BAEL-3965: Created examples for instance and static factory methods.
2020-04-25 22:07:06 -05:00
Krzysiek ffa8e0839d JAVA-73: Fix live-test.sh and cleanup pom.xml 2020-04-23 22:38:10 +02:00
kwoyke 20ee51ef36 Merge pull request #1 from fanatixan/bael-17468
JAVA-73
2020-04-23 22:02:28 +02:00
Justin Albano 553e4f1a04 BAEL-3965: Moved examples to new spring-core module 2020-04-21 14:27:42 -04:00
dupirefr ffc79e7edd [JAVA-630] vavr-2 module
* Creation

* Moved https://www.baeldung.com/vavr-either code

* Moved https://www.baeldung.com/java-vavr code
2020-04-19 16:55:18 +02:00
Josh Cummings f12b2ff83e Merge pull request #9129 from sampada07/JAVA-627
JAVA-627: Moved articles from libraries-2 to libraries-http-2
2020-04-18 23:21:36 -06:00
Loredana Crusoveanu 31380c6e26 Merge pull request #9125 from kwoyke/BAEL-3992-jws
BAEL-3992: Remove jnlp dependencies from the pom.xml
2020-04-18 21:38:20 +03:00