Commit Graph

287 Commits

Author SHA1 Message Date
sampadawagde 97a4f763da JAVA-3519: removed module spring-mvc-basics-2 from main pom 2020-12-22 16:26:16 +05:30
sampadawagde b89b16b430 JAVA-3509: removed module spring-mvc-basics from main pom 2020-12-21 19:57:39 +05:30
sampadawagde df7af0d0ec JAVA-3508: Create spring-web-modules parent 2020-12-20 23:02:10 +05:30
Jonathan Cook 06bebff4cb BAEL-4706 - Spring Boot with Spring Batch (#10292)
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-11-30 23:18:26 -08:00
Loredana Crusoveanu 8e2a7d8701 Merge pull request #10287 from eugenp/JAVA-3700
JAVA-3700 remove core-scala repo
2020-11-28 16:12:24 +02:00
Dhawal Kapil 4ef0fab13a Merge pull request #10286 from dkapil/task/JAVA-2416_2
JAVA-2416 Move/rename module spring-dispatcher-servlet
2020-11-28 17:50:17 +05:30
Loredana Crusoveanu 782afc6b06 JAVA-3700 remove core-scala repo 2020-11-28 14:16:11 +02:00
Dhawal Kapil 9116e0cd09 JAVA-2416 Move/rename module spring-dispatcher-servlet
- Moved all the contents from spring-dispatcher-servlet to spring-mvc-basics
2020-11-28 11:51:46 +05:30
Loredana Crusoveanu 9624056752 remove remaining kotlin code 2020-11-25 11:52:43 +02:00
Loredana Crusoveanu c4a3db7acc remove kotlin code from repo 2020-11-23 16:11:44 +02:00
Loredana Crusoveanu 6320caee38 Merge pull request #10252 from eugenp/lor6-patch-1
Update pom.xml
2020-11-18 14:43:02 +02:00
Dhawal Kapil cc0e244ce4 JAVA-2423 Move/rename module spring-rest-compress
- Removing spring-rest-compress module as its contents have been moved to spring-resttemplate-2
2020-11-15 15:00:16 +05:30
Loredana Crusoveanu 05dbe85de9 Update pom.xml 2020-11-14 11:21:32 +02:00
Jordan Simpson a5d7f70a5f Bael 4700 (#10231)
* Added code examples from the article.

* Hide the revoked token

* Reduce long line break indentation to 2 spaces, change "your" to "our," and use the -LiveTest convention for the test class.

* Reduce Java version from 11 to 1.8 and add the new discord4j module to the root pom.

* Remove test due to context failing to start up without a valid bot token.

* Replace test class and add error handling for invalid tokens.
2020-11-08 08:34:48 -08:00
Philippe 542c52081b [BAEL-4203] Rename jni module to java-native 2020-10-06 17:03:49 -03:00
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