Commit Graph

570 Commits

Author SHA1 Message Date
Thiago dos Santos Hora cf533a0340 [BAEL-4955] The DTO pattern (#11166)
* [BAEL-4955] The DTO pattern

* Fix encrypt logic

* Add tests

* Add tests

* Move packages
2021-08-25 08:19:13 -07:00
mikr 6d979cf2e3 JAVA-3587 Update Jackson version in the main pom 2021-08-24 10:17:23 +02:00
kwoyke 99c9168630 Merge pull request #11125 from freelansam/JAVA-6390
Java 6390
2021-08-17 13:00:38 +02:00
sampadawagde 3e41f10f7f JAVA-6390: main pom changes to add new module 2021-08-15 17:32:08 +05:30
Haroon Khan 8900c1ebba [BAEL-5012] Intro to ksqlDB (#11113)
* [BAEL-5012] Intro to ksqlDB

* [BAEL-5012] Fix POM file and code cleanup

* [BAEL-5012] Code cleanup
2021-08-14 09:38:04 +02:00
kwoyke ec02aed456 JAVA-6253: Review the time of the build (#11067)
* JAVA-6253: Move image-processing to the heavy profile

* JAVA-6253: Do not start blade app automatically by a plugin

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-25 12:04:25 +05:30
kwoyke 1910561a54 JAVA-5986: Cleanup pom.xml files (#11010)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-09 08:43:41 +05:30
kwoyke dee85d33c1 BAEL-5015: Add Java 9 example for readAllBytes (#10999)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-07-06 16:54:57 +02:00
Anshul Bansal 2cf52853fa BAEL-4913 - Spring Native (#10942)
* BAEL-4913 - Spring Native

* BAEL-4913 - review commit
2021-06-28 09:42:50 -06:00
Dhawal Kapil 0140da302e JAVA-5975 Removed dl.bintray repositories and related upgrade (#10941)
* JAVA-5975 Removed dl.bintray repositories and related upgrade

* JAVA-5975 Commented Ethereum Module from the parent pom

Co-authored-by: a13400152 <a13400152@192.168.29.65>
2021-06-22 04:06:13 +05:30
kwoyke f318cd05d9 BAEL-5000: Add split String by newlines examples (#10881)
* BAEL-5000: Add split String by newlines examples

* BAEL-5000: Exclude core-java-string-operations-3 from persistence-modules

* BAEL-5000: Update tests

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-12 14:23:37 +02:00
Benjamin Caure 4e96ddfa14 BAEL-4665: add text blocks to multiline strings test (#10777)
* BAEL-4665: add text blocks to multiline strings test

* BAEL-4665: move core-java-strings to jdk9 profile
2021-05-25 22:27:16 +02:00
kwoyke 40ce8f98fd Merge pull request #10801 from Maiklins/JAVA-3589-Upgrade_lombok_dependency_in_the_main_pom.xml
Java 3589 upgrade lombok dependency in the main pom.xml
2021-05-24 21:29:36 +02:00
mikr d8c91ee26a JAVA-3589 Update Lombok version 2021-05-24 13:47:38 +02:00
Stéphane Traumat 3c5b7234d9 Adding cassandre tutorial (#10757)
* Adding Cassandre

* Added a logger

* Added a logger

* Change test name

* Change test name

* Moved to spring-boot-modules

* remove cassandre from the spring-boot-modules pom, and add it in the main pom.
2021-05-14 08:58:18 -07:00
Haroon Khan 4a1f6b132f [BAEL-4868] Use Redis as cache store 2021-05-04 17:10:48 +01:00
Krzysztof Woyke ef67967293 JAVA-3596: Upgrade exec-maven-plugin to 3.0.0 in the main pom.xml 2021-04-02 15:21:04 +02:00
Krzysztof Woyke 24b447d83c JAVA-3578: Verify sub-modules - main pom.xml 2021-03-31 20:23:41 +02:00
Krzysztof Woyke f0dd323c50 JAVA-3578: Verify sub-modules - core-java-modules 2021-03-30 20:55:52 +02:00
Loredana Crusoveanu b532ae2a0c Merge pull request #10609 from Maiklins/JAVA-4770-Fix_Invalid_Dependency_in_the_quarkus-app_Module
Java 4770 fix invalid dependency in the quarkus app module
2021-03-30 19:57:40 +03:00
mikr 023fec286b JAVA-4770 Fix Invalid Dependency in the quarkus-app Module 2021-03-30 09:42:54 +02:00
Krzysztof Woyke f93bb51d5c JAVA-3593: Upgrade byte-buddy to 1.10.22 in the main pom.xml 2021-03-29 22:23:40 +02:00
Loredana Crusoveanu d3317c4963 Merge pull request #10584 from kwoyke/JAVA-3295
JAVA-3295: POM Properties Cleanup
2021-03-29 14:57:35 +03:00
Krzysztof Woyke 51b15d4370 JAVA-3295: Fix main pom.xml formatting 2021-03-24 09:19:46 +01:00
Krzysztof Woyke f05b7b68c2 JAVA-3595: Upgrade jmh version in the main pom.xml 2021-03-21 22:44:21 +01:00
kwoyke ce2e455d58 JAVA-3594: Upgrade esapi dependency in the main pom.xml (#10572)
* JAVA-3594: Upgrade esapi version in the main pom.xml

* JAVA-3594: Remove overriden esapi.version from the core-java-jvm

* JAVA-3594: Use esapi.version property instead of the hardcoded version in spring-5-security

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-03-19 22:39:41 +05:30
psevestre ce6f1e878e [BAEL-4782] Initial import (#10513)
* [BAEL-4782] Initial import

* [BAEL-4782] LiveTest & Readme

* [BAEL-4782] spacing issues
2021-03-08 07:45:37 -08:00
Muhammad Asif Anwar 133c6022fe commenting broken module 2021-03-03 09:25:40 +04:00
Muhammad Asif Anwar 4120988447 Comment out quarkus-extension 2021-03-02 09:08:29 +04:00
Muhammad Asif Anwar f1c313713b upgrade gitflow-incremental-builder 2021-02-28 17:41:58 +04:00
Jordan Simpson 354018732d Added a new module (spring-core-5) for the code examples of BAEL-4764. (#10484) 2021-02-13 12:29:50 -08:00
Loredana Crusoveanu 87f28fe878 Merge pull request #10407 from kwoyke/JAVA-3588
JAVA-3588: Upgrade commons-fileupload dependency
2021-01-11 12:18:28 +02:00
sampadawagde 1f70c88437 JAVA-3542: Removed module from main pom 2021-01-09 13:01:08 +05:30
Krzysiek 989216338f JAVA-3588: Upgrade commons-fileupload in the main pom.xml 2021-01-08 19:56:04 +01:00
Krzysiek 75aa478d80 JAVA-3585: Upgrade commons-io in the main pom.xml 2021-01-07 20:26:18 +01:00
Loredana Crusoveanu 66b453758b Merge pull request #10397 from kwoyke/JAVA-3541
JAVA-3541: Move spring-5-mvc into spring-web-modules
2021-01-06 17:09:53 +02:00
Krzysztof Woyke 108522e190 JAVA-3541: Move spring-5-mvc into spring-web-modules 2021-01-06 11:16:55 +01:00
Loredana Crusoveanu 0c1ccf3bf4 Merge pull request #10392 from kwoyke/JAVA-3586
JAVA-3586: Upgrade commons-lang3 dependency
2021-01-06 12:13:38 +02:00
Krzysztof Woyke f361ccc834 JAVA-3540: Move spring-resttemplate into spring-web-modules 2021-01-05 14:10:30 +01:00
Krzysztof Woyke 7dc8fdba7e JAVA-3538: Move spring-rest-testing into spring-web-modules 2021-01-04 16:27:21 +01:00
Krzysztof Woyke f49df277d4 JAVA-3586: Upgrade commons-lang3 to 3.11 in the main pom.xml 2021-01-04 12:29:07 +01:00
Krzysztof Woyke 68d3abae10 JAVA-3537: Move spring-rest-simple into spring-web-modules 2021-01-04 10:50:19 +01:00
Loredana Crusoveanu 5cf91b556c Merge branch 'master' into JAVA-3536-move-spring-rest-shell 2021-01-02 15:15:35 +02:00
Loredana Crusoveanu 4f1bc07739 Merge branch 'master' into JAVA-3528-move-spring-mvc-velocity-module 2021-01-02 14:04:41 +02:00
Loredana Crusoveanu 78c8005199 Merge pull request #10357 from kwoyke/JAVA-3533
JAVA-3533: Move spring-rest-http-2 into spring-web-modules
2021-01-02 13:58:29 +02:00
Loredana Crusoveanu 94c6ee972b Merge pull request #10361 from sampada07/JAVA-3524
JAVA-3524, JAVA-3525, JAVA-3526
2021-01-01 23:04:42 +02:00
Loredana Crusoveanu 296fe08dde Merge branch 'master' into JAVA-3533 2021-01-01 22:55:21 +02:00
Loredana Crusoveanu aec6ef01e4 Merge pull request #10372 from Maiklins/JAVA-3531-move-spring-mvc-xml
Java 3531 move spring mvc xml
2021-01-01 22:47:34 +02:00
Loredana Crusoveanu 8bf42fafc7 Merge pull request #10369 from Maiklins/JAVA-3535-move-spring-rest-query-language
Java 3535 move spring rest query language
2021-01-01 22:41:02 +02:00
Sampada 05b20f4c20 Merge branch 'master' into JAVA-3524 2020-12-31 12:18:57 +05:30
mikr 08435be190 JAVA-3536 Move spring-rest-shell module 2020-12-30 22:57:22 +01:00
mikr de5f9940dd JAVA-3531 Move spring-mvc-xml module 2020-12-30 22:26:14 +01:00
Loredana Crusoveanu 6630c81406 Merge branch 'master' into JAVA-3533 2020-12-30 15:48:46 +02:00
Sampada 22446e6df0 Merge branch 'master' into JAVA-3524 2020-12-30 19:10:19 +05:30
mikr c2a10624ec Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-3528-move-spring-mvc-velocity-module
 Conflicts:
	spring-web-modules/pom.xml
2020-12-30 12:41:29 +01:00
mikr 6a0313b4db JAVA-3528 Move spring-mvc-velocity module 2020-12-30 12:34:37 +01:00
mikr c99f74a6a1 JAVA-3535 Move spring rest query language module 2020-12-30 12:14:14 +01:00
Loredana Crusoveanu f6d43be948 Merge branch 'master' into JAVA-3529-move-spring-mvc-views 2020-12-30 13:04:07 +02:00
Loredana Crusoveanu fc7470b82a Merge pull request #10365 from Maiklins/JAVA-3530-move-spring-mvc-webflow
Java 3530 move spring mvc webflow
2020-12-30 13:00:04 +02:00
Loredana Crusoveanu bd22cd94f2 Merge pull request #10194 from Maiklins/Java-2824-Fix-Tests-in-Java-9-and-above-modules
Java-2824 fix tests in java 9 and above modules
2020-12-30 12:13:19 +02:00
Loredana Crusoveanu 48b2da7f16 Merge branch 'master' into JAVA-3530-move-spring-mvc-webflow 2020-12-30 11:35:44 +02:00
Loredana Crusoveanu 0f0ea84c0f Merge pull request #10363 from Maiklins/JAVA-3523-move-spring-rest-angular
Java-3523 move spring rest angular
2020-12-30 11:32:56 +02:00
mikr 55d3676812 JAVA-3530 Move spring-mvc-webflow module 2020-12-29 22:56:18 +01:00
mikr e0ad1261c0 JAVA-3529 Move spring-mvc-views module 2020-12-29 22:31:40 +01:00
mikr 1c07f40727 JAVA-3523 Move spring-rest-angular module 2020-12-29 20:31:13 +01:00
Sampada 594e7b0f81 Merge branch 'master' into JAVA-3524 2020-12-29 23:52:29 +05:30
sampadawagde 4eec2e35a2 Removed modules from main pom 2020-12-29 23:46:47 +05:30
mikr 469e5c5c86 JAVA-3539 Move spring-resttemplate-2 module 2020-12-29 18:52:31 +01:00
Krzysztof Woyke d84de4ccdf JAVA-3533: Move spring-rest-http-2 into spring-web-modules 2020-12-29 14:43:19 +01:00
Krzysztof Woyke ee174737ab JAVA-3534: Move spring-rest-http into spring-web-modules 2020-12-29 12:15:04 +01:00
sampadawagde 1e89df8bcf JAVA-3524: removed module spring-mvc-forms-thymeleaf from main pom 2020-12-29 11:38:10 +05:30
Krzysiek 559fb4eb7f JAVA-3545: Move spring-thymeleaf-3 into spring-web-modules 2020-12-28 22:42:11 +01:00
Krzysztof Woyke eb8724a0d7 JAVA-3544: Move spring-thymeleaf-2 into spring-web-modules 2020-12-28 12:10:31 +01:00
Loredana Crusoveanu 5f59cf3c8f Merge branch 'master' into JAVA-3543 2020-12-27 18:01:27 +02:00
Krzysiek 8fc0ea77cc JAVA-3543: Move spring-thymeleaf into spring-web-modules 2020-12-27 12:59:42 +01:00
sampadawagde 8ab0faa372 JAVA-3522: removed modules from main pom 2020-12-27 12:19:07 +05:30
Loredana Crusoveanu 108d8796ea Merge pull request #10343 from sampada07/JAVA-3506
JAVA-3506: Move Spring Security modules to spring-security-modules folder
2020-12-26 08:23:01 +02:00
sampadawagde 4fb5e52080 JAVA-3506: removed moved modules from main pom 2020-12-25 22:41:37 +05:30
sampadawagde ba9e0b9c38 JAVA-3521: removed spring-mvc-basics-4 from main pom 2020-12-24 20:00:29 +05:30
sampadawagde 2d9750ec8a JAVA-3520: Removed module spring-mvc-basics-3 from main pom 2020-12-23 18:52:49 +05:30
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
mikr 4cac5aa1d8 JAVA-2824 Fix tests in Java 9 and above modules (Update after PR review) 2020-10-29 22:01:15 +01:00
mikr 0e54f859cc JAVA-2824 Fix tests in Java 9 and above modules 2020-10-22 22:04:22 +02:00
mikr 96c386649d JAVA-2824 Fix tests in Java 9 and above modules 2020-10-22 10:42:10 +02: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
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
Krzysztof Woyke d3f01d251c BAEL-3992: Enable jws in the main pom.xml 2020-04-18 16:51:27 +02:00
sampadawagde e82bdc46d4 JAVA-914: Updated main pom to include cas as commented module 2020-04-18 19:13:22 +05:30
sampadawagde 24fb2dcccf JAVA-627: Added new module libraries-http-2 to main pom 2020-04-18 11:45:39 +05:30
Kyle Doyle 3746a53285 Bael 3893 - Added to modules 2020-04-17 20:16:59 -04:00
Dhrubajyoti Bhattacharjee e41a34fc05 Bael 2980 move c ra sh article to new module (#9103) 2020-04-17 08:15:36 +02:00
Eric Martin f8d065ab17 Merge pull request #8969 from omerfinger/master
BAEL-3926 - Java Map with case-insensitive keys
2020-04-12 11:07:51 -05:00
Dhawal Kapil 6395aad1d8 Merge pull request #9081 from dkapil/JWS_Module_Fix
Disabling JWS module
2020-04-12 18:43:46 +05:30
omerfinger 7930d2c72e rebase parent pom on upstream 2020-04-12 11:48:00 +03:00
omerfinger 7d9d3c5f60 new module has been added 2020-04-12 11:29:01 +03:00
Kumar Chandrakant 4a83c73835 Adding codebase for the article tracked under BAEL-2046. (#9055) 2020-04-12 06:36:34 +02:00
Dhawal Kapil bbae9153a8 Disabling JWS module 2020-04-11 22:39:52 +05:30
Josh Cummings 26cb2f3be1 Merge pull request #9046 from sampada07/JAVA-1188
JAVA-1188: Move java-collections-map* modules into core-java-modules
2020-04-09 09:11:43 -06:00
Sampada 8e107d1180 BAEL-3895: HTTP/2 in Netty (#9036)
* BAEL-3895 : HTTP/2 in Netty

* BAEL-3895: Added Live Test in place of java client

* BAEL-3895: Commented out netty module from main pom as it needs Java 13
2020-04-07 13:56:53 -07:00
sampadawagde 83be0892e7 JAVA-1188: main pom changes to remove java-collections-maps 2020-04-07 15:08:09 +05:30
sampadawagde 298cc81d7d JAVA-1188: main pom changes to remove java-collections-maps 2020-04-07 15:03:43 +05:30
Greg 95a4beda32 Merge pull request #8928 from w0wka91/BAEL-2398-couroutines-in-java
Bael 2398 couroutines in java
2020-04-04 20:05:12 -04:00
Waldemar ffc854e2f0 BAEL-2398: add libraries-concurrency module 2020-04-04 11:38:24 +02:00
Josh Cummings 19a1dc4bd3 Merge pull request #8979 from sampada07/JAVA-624
JAVA 624: Added new module java-collections-maps-3
2020-04-03 08:23:25 -06:00
Amy DeGregorio 1e052c5a72 BAEL-3827 Add CSS and JS to Thymeleaf (#8985)
* BAEL-3827 Add CSS and JS to Thymeleaf

* BAEL-3827 Add integration tests

* BAEL-3827 Add new spring-thymeleaf-3 module to the parent pom.xml

* BAEL-3827 Add new spring-thymeleaf-3 module to the parent pom.xml in both places
2020-03-31 09:02:54 -07:00
Seun Matt 65e21d3f6a example code for BAEL-3749 (#8815)
* example code for BAEL-3749

* added live test

* added live test

* improved exception handling in response log filter

* propage exception in example code

* updated repo with upstream

* added example code for BAEL-3293

* updated the example code for BAEL-3749

* updated the example code for BAEL-3749

* updated the example code for BAEL-3749

* updated the example code for BAEL-3749
2020-03-29 13:36:54 -07:00
sampadawagde 7084709cd3 JAVA-624: Added new module java-collections-maps-3 to main pom 2020-03-28 15:46:52 +05:30
Josh Cummings 3a358c5cb4 Merge pull request #8906 from sampada07/JAVA-626
JAVA-626: Split or move java-math module
2020-03-24 23:20:24 -06:00
pazis 0a48cad1c3 BAEL-3881 2020-03-23 02:05:05 +00:00
sampadawagde ca2694209b removed retired modules from parent pom 2020-03-22 17:01:55 +05:30
sampadawagde 3e9da83493 JAVA-626 : removed retired modules from parent pom 2020-03-22 16:59:20 +05:30
Josh Cummings ebb53f0e5a Merge pull request #8878 from catalin-burcea/JAVA-911
JAVA-911 Need to move existing scala code from java to scala repository
2020-03-21 13:28:25 -06:00
dupirefr c6bd709836 [JAVA-134] Fixed whitespacing in parent pom.xml 2020-03-19 20:31:20 +01:00
dupirefr 1c50dedb91 [JAVA-134] Added byte-buddy dependencies with version used by mockito to avoid versions conflict 2020-03-19 20:31:13 +01:00
dupirefr 8894f16741 [JAVA-134] Mockito versio update 2020-03-19 20:31:11 +01:00
catalin-burcea 2833ef5bcd JAVA-911 Need to move existing scala code from java to scala repository 2020-03-14 22:07:49 +02:00
Josh Cummings 915ace693e Merge pull request #8850 from dupirefr/team/JAVA-137-maven_jxr_plugin_version_update
[JAVA-137] Updated Maven JXR Plugin version from 2.3 to 3.0.0
2020-03-14 12:13:00 -06:00
dupirefr a642b6c317 [JAVA-137] Updated Maven JXR Plugin version from 2.3 to 3.0.0 2020-03-13 18:11:48 +01:00
dupirefr 386cd75373 [JAVA-136] Updated Maven PMD Plugin version from 3.8 to 3.13.0 2020-03-13 18:11:28 +01:00
Josh Cummings b5123d8e99 Merge pull request #8829 from dupirefr/team/JAVA-139-maven_compiler_plugin_version_update
[JAVA-139] Updated Maven Compiler Plugin version from 3.7.0 to 3.8.1
2020-03-12 08:38:07 -06:00
dupirefr 21af484963 [JAVA-139] Updated Maven Compiler Plugin version from 3.7.0 to 3.8.1 2020-03-08 09:54:42 +01:00
dupirefr aed1fe44c5 [JAVA-138] Updated Maven Install Plugin version from 2.5.1 to 2.5.2 2020-03-08 09:48:35 +01:00
Josh Cummings 3cd2cf7cd1 Merge pull request #8784 from dupirefr/team/JAVA-131-hamcrest_version_update
[JAVA-131] Updated hamcrest version from 1.3 to 2.2
2020-03-07 14:12:21 -07:00
Josh Cummings aa3f05a178 Merge pull request #8811 from dupirefr/team/JAVA-130-logback_version_update
[JAVA-130] Updated logback version from 1.1.7 to 1.2.3
2020-03-07 10:50:32 -07:00
Josh Cummings 99fa431fcc Merge pull request #8757 from pazis/BAEL-3861
[BAEL-3861] Introduction to Apache Beam
2020-03-06 08:24:44 -07:00
dupirefr cc79530c9c [JAVA-131] Unifying hamcrest-core and hamcrest-libraries dependencies under hamcrest 2020-03-05 07:51:28 +01:00
dupirefr 0a6ee0c797 [JAVA-131] Kept difference between hamcrest and hamcrest-all 2020-03-05 07:51:22 +01:00
dupirefr a3e0e8726b [JAVA-131] Updated hamcrest version from 1.3 to 2.2 2020-03-05 07:51:21 +01:00
dupirefr df85b0ef90 [JAVA-130] Updated logback version from 1.1.7 to 1.2.3 2020-03-02 23:45:09 +01:00
Eric Martin 7389a6cab1 Merge pull request #8721 from CROSP/BAEL-2274
BAEL-2274 DDD Bounded Contexts and Java Modules
2020-02-29 19:14:57 -06:00
Josh Cummings 2b9aea7aae Merge pull request #8768 from dupirefr/team/JAVA-133-slf4j_version_update
[JAVA-133] Updated slf4j version to 1.7.30
2020-02-29 12:00:19 -07:00
Greg 773fe0ab8a Merge pull request #8723 from markathomas/BAEL-3817
BAEL-3817 - ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize
2020-02-29 10:20:07 -05:00
Alexander Molochko 0cc2c4f50d BAEL-2274 DDD Bounded Contexts and Java Modules 2020-02-27 15:00:21 +02:00
Pazis e4f3ba5648 update main pom.xml again 2020-02-26 20:03:23 +03:30
Pazis 862e7a3f20 update main pom.xml
added apache-beam module
2020-02-26 12:53:01 +03:30
dupirefr 1752a32691 [JAVA-133] Updated slf4j version to 1.7.30 2020-02-23 08:36:35 +01:00
mikr f96fa40ac2 Java-125 Move Spring Boot Parent to Spring Boot Modules 2020-02-22 20:08:14 +01:00
mthomas a3aa277766 Merge branch 'master' of github.com:markathomas/tutorials into BAEL-3817 2020-02-19 12:20:14 -06:00
mthomas 70e90bf9bd - Remove the README.md file
- Remove .gitignore
- Aggregate this module in the root pom.xml so that it is integrated into the automated builds.
2020-02-19 01:40:34 -06:00
Dhawal Kapil 1c5597e481 Merge pull request #8648 from kwoyke/BAEL-20886
BAEL-20886: Move spring-boot-security into spring-boot-modules
2020-02-10 20:34:26 +05:30
Loredana Crusoveanu 3b4c813b43 Merge pull request #8692 from Maiklins/BAEL-20869-move-remaining-spring-modules
BAEL-20869 Move remaining spring boot modules (update main pom file)
2020-02-09 21:46:30 +02:00
mikr 2d376f7dfb BAEL-20869 Move remaining spring boot modules (update main pom file) 2020-02-09 13:55:06 +01:00
dev-chirag 70853770dd BAEL3771 Cache Headers in Spring MVC (#8682)
* BAEL3771: Cache Headers in Spring MVC

* BEAL3771: Cache Headers in Spring MVC

* BEAL3771: Cache Headers in Spring MVC
2020-02-08 20:13:09 -08:00
Krzysiek f77c90f06e Merge branch 'master' into BAEL-20886 2020-02-07 21:43:20 +01:00
Loredana Crusoveanu e994174d1f Merge pull request #8659 from Maiklins/BAEL-20869-move-remaining-spring-modules
BAEL-20869 move remaining spring modules
2020-02-06 21:19:40 +02:00
Eric Martin 67f38293d8 Merge pull request #8544 from SmartyAnsh/BAEL-3660_Open_Liberty
Bael 3660 open liberty
2020-02-02 15:33:53 -06:00
mikr 06161e1bae BAEL-20869 Move remaining spring boot modules 2020-02-02 20:44:54 +01:00
Loredana Crusoveanu 39ea8b9a91 Merge pull request #8622 from Maiklins/BAEL-20863-move-spring-boot-ctx-fluent
BAEL-20863 move spring boot ctx fluent
2020-02-02 12:05:21 +02:00
mikr f9a386854f Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20873-move-spring-boot-kotlin
 Conflicts:
	spring-boot-modules/pom.xml
2020-02-01 16:42:36 +01:00
Maiklins 52f0dd4068 Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-02-01 16:28:56 +01:00
Loredana Crusoveanu e4b74cda31 Merge branch 'master' into BAEL-20862 2020-02-01 00:12:30 +02:00
Loredana Crusoveanu 8c0e362b3e Merge pull request #8653 from kwoyke/BAEL-20875
BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules
2020-02-01 00:10:32 +02:00
Loredana Crusoveanu 5786461053 Merge pull request #8632 from Maiklins/BAEL-20879-move-spring-boot-nashorn
BAEL-20879 move spring boot nashorn
2020-02-01 00:05:08 +02:00
Loredana Crusoveanu 00d5cb6d90 Merge pull request #8603 from Maiklins/BAEL-20858-move-spring-boot-camel
BAEL-20858 move spring boot camel
2020-02-01 00:03:38 +02:00
kwoyke d55081bd7a BAEL-3809: Ensure tables are dropped in proper order (#8640) 2020-01-31 21:48:23 +01:00
Krzysztof Woyke cce61b0d53 BAEL-20875: Move spring-boot-logging-log4j2 into spring-boot-modules 2020-01-31 08:38:03 +01:00
Maiklins b952ffecca Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-31 00:04:03 +01:00
Krzysiek 3c5d496023 BAEL-20862: Move spring-boot-crud into spring-boot-modules 2020-01-30 21:53:43 +01:00
Loredana Crusoveanu d96df4326e Merge branch 'master' into BAEL-20858-move-spring-boot-camel 2020-01-30 21:57:32 +02:00
Loredana Crusoveanu d3dab6b518 Merge pull request #8625 from Maiklins/BAEL-20870-move-spring-boot-gradle
BAEL-20870 move spring boot gradle
2020-01-30 21:53:52 +02:00
Loredana Crusoveanu e892e00dca Merge pull request #8624 from Maiklins/BAEL-20864-move-spring-boot-customstarter
BAEL-20864 move spring boot customstarter
2020-01-30 21:50:48 +02:00
Loredana Crusoveanu a1f0f8a7f3 Merge pull request #8619 from Maiklins/BAEL-20856-move-spring-boot-autoconfiguration
Bael-20856 move spring boot autoconfiguration
2020-01-30 21:34:45 +02:00
Maiklins d8de7991c7 Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-30 10:49:42 +01:00
mikr 9bad22e92a BAEL-20870 Move Spring Boot Gradle Module (update pom) 2020-01-30 10:46:04 +01:00
Maiklins 991e098702 Merge branch 'master' into BAEL-20864-move-spring-boot-customstarter 2020-01-30 10:36:36 +01:00
Krzysztof Woyke a5e51972ec BAEL-20886: Move spring-boot-security into spring-boot-modules 2020-01-30 10:02:25 +01:00
Loredana Crusoveanu edc39bfffd Merge pull request #8626 from kwoyke/BAEL-19751
BAEL-19751: Move spring-boot-admin into spring-boot-modules
2020-01-30 00:58:21 +02:00
Maiklins eed6c84c0b Merge branch 'master' into BAEL-20863-move-spring-boot-ctx-fluent 2020-01-29 22:26:35 +01:00
Loredana Crusoveanu 6b4c367438 Merge pull request #8639 from kwoyke/BAEL-20881
BAEL-20881: Move spring-boot-performance into spring-boot-modules
2020-01-29 23:03:23 +02:00
Loredana Crusoveanu f38e666af4 Merge branch 'master' into BAEL-20873-move-spring-boot-kotlin 2020-01-29 22:16:05 +02:00
Loredana Crusoveanu bd1fd82850 Merge pull request #8630 from Maiklins/BAEL-20872-move-sprig-boot-keycloak
BAEL-20872 move sprig boot keycloak
2020-01-29 22:08:18 +02:00
Loredana Crusoveanu 150b01b8ac Merge pull request #8604 from Maiklins/BAEL-20887-move-spring-boot-spring-doc
BAEL-20887 move spring boot spring doc
2020-01-29 22:03:35 +02:00
kwoyke f61ef578ba Merge branch 'master' into BAEL-19751 2020-01-29 19:59:07 +01:00
Krzysztof Woyke f5d8ee2e4b BAEL-20881: Move spring-boot-performance into spring-boot-modules 2020-01-29 09:19:07 +01:00
kwoyke 577bdf4631 BAEL-2914: Immutable @ConfigurationProperties binding (#8623) 2020-01-29 07:06:48 +01:00
mikr 822608eba2 BAEL-20879 Move Spring Boot Nashorn Module 2020-01-28 22:08:47 +01:00
Loredana Crusoveanu 22c3abfc3a Merge pull request #8621 from kwoyke/BAEL-20867
BAEL-20867: Move spring-boot-di into spring-boot-modules
2020-01-28 22:51:21 +02:00
Loredana Crusoveanu 63a0600bdf Merge branch 'master' into BAEL-20856-move-spring-boot-autoconfiguration 2020-01-28 22:47:58 +02:00
mikr 7182ace443 BAEL-20872 Move Spring Boot Key Cloak Module 2020-01-28 21:41:44 +01:00
mikr bce1991983 BAEL-20863 Move Spring Boot CTX Fluent module 2020-01-28 21:15:54 +01:00
Krzysztof Woyke 50d36f15cf BAEL-19751: Move spring-boot-admin into spring-boot-modules 2020-01-28 14:02:15 +01:00
mikr 4aa1b13a62 BAEL-20864 Move Spring Boot Custom Starter Module 2020-01-28 13:26:07 +01:00
Krzysztof Woyke 253d1d1912 BAEL-20867: Move spring-boot-di into spring-boot-modules 2020-01-28 09:54:05 +01:00
mikr f243ad531c Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20858-move-spring-boot-camel
 Conflicts:
	spring-boot-modules/pom.xml
2020-01-28 09:24:23 +01:00
mikr 9a59bec20d Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20856-move-spring-boot-autoconfiguration
 Conflicts:
	spring-boot-modules/pom.xml
2020-01-27 23:14:56 +01:00
mikr 488d7675ef BAEL-20856 Move Spring Boot Autorconfiguration module 2020-01-27 23:12:28 +01:00
mikr d447545aca Merge branch 'master' of https://github.com/Maiklins/tutorials into BAEL-20855-move-spring-boot-artifacts
 Conflicts:
	spring-boot-modules/pom.xml
2020-01-27 23:07:20 +01:00
Loredana Crusoveanu 5ae283d5cf Merge branch 'master' into BAEL-20887-move-spring-boot-spring-doc 2020-01-27 23:41:30 +02:00