davidmartinezbarua
bcb7a16a63
Merge pull request #11354 from ueberfuhr/feature/quarkus-jandex
...
BAEL-5036: Create a Jandex index in Quarkus for classes in a external module
2021-11-25 09:17:33 -03:00
kwoyke
c0a0247cf7
Merge branch 'master' into JAVA-3592
2021-11-25 09:03:54 +01:00
Ralf Ueberfuhr
c8a546edc7
BAEL-5036: Deactivate JDK8 build for Quarkus 2.x project
2021-11-24 12:57:12 +01:00
Ralf Ueberfuhr
2881fe3907
BAEL-5036: Deactivate JDK8 build for Quarkus 2.x project
2021-11-24 12:56:12 +01:00
kwoyke
1871d1a89c
Merge pull request #11468 from chaos2418/JAVA-8405
...
JAVA-8405: reducing logging for tutorials-build-job
2021-11-23 13:43:19 +01:00
davidmartinezbarua
ffacd9b9ae
Merge pull request #11413 from Trixi-Turny/BAEL-5209-assert-type-of-object
...
BAEL-5209 example with JUnit5, Hamcrest and AssertJ
2021-11-22 16:11:16 -03:00
chaos2418
686857c251
JAVA-8435: reducing logging for tutorials-integration job
2021-11-20 09:45:50 +05:30
sampadawagde
848fa01e47
JAVA-3592: Upgrade h2 dependency in the main pom.xml
2021-11-19 23:17:22 +05:30
Loredana Crusoveanu
3045e464ed
BAEL-5112 delete moved code
2021-11-19 17:13:36 +02:00
chaos2418
58e6087b3d
JAVA-8405: reducing logging for tutorials-build-job
2021-11-19 13:39:00 +05:30
Krzysiek
238622e14d
JAVA-8436: Add AssertJ dependency to the main pom.xml
2021-11-18 10:30:45 +01:00
Krzysiek
cae6bbc8fe
JAVA-8436: Add assertj.version property to the main pom.xml
2021-11-17 13:48:38 +01:00
Willian Nalepa Oizumi
607bd2215a
BAEL-5196 - Split a comma-separated string while ignoring commas in quotes ( #11432 )
...
* Creating the module 'core-java-string-operations-4' for new string related code samples. Implemented code samples for the article BAEL-5196
* including new module 'core-java-string-operations-4 in the parent project
* fixing spacing in the pom file
* fixing the maven configuration for our new project core-java-string-operations-4
2021-11-15 18:45:35 +05:30
Trixi Turny
151753d3ac
BAEL-5209 add to modules sdk9 and above
2021-11-10 09:38:31 +00:00
Loredana Crusoveanu
caa5ef9a6e
Merge pull request #11435 from kwoyke/JAVA-8202
...
JAVA-8202: Move spring-boot-react to the heavy profile
2021-11-09 17:44:38 +02:00
Krzysiek
afe1cfae09
JAVA-8202: Move spring-boot-react to the heavy profile
2021-11-09 12:36:38 +01:00
chaos2418
b0176d85cf
JAVA-1672: removing surefire configurations from parents
2021-11-07 19:14:37 +05:30
chaos2418
073e3c1771
JAVA-1672: updating surefire version in main pom
2021-11-05 16:35:29 +05:30
davidmartinezbarua
789b7267be
Merge pull request #11187 from mladensavic94/master
...
Connecting to a Specific Schema in JDBC
2021-10-31 10:20:46 -03:00
Dhawal Kapil
1ab0a19d25
Java 3590 ( #11367 ) ( #11380 )
...
* Java 3590 (#11367 )
* JAVA-3590: updating junit-jupiter dependency in the main pom.xml
* resolving unnecessary mockito stubbings exception
* adding junit-bom in dependency management
* fixing tests which were not getting discovered
* Revert "fixing tests which were not getting discovered"
This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.
* fixing tests in ninja, open-liberty and spring-ejb
* removing junit4 dependency and replacing it with junit-vintage-engine
* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda
* removing junit dependency and replacing it with junit-vintage-engine
* removing junit and replacing it with junit-vintage-engine
* fixing tests that were not getting discovered due to old version of junit:junit
* updated failsafe plugin configuration to skip integration tests in blade
* fixing tests that were not getting discovered due to old version of junit:junit
* fixing tests in libraries and libraries-2 modules
Co-authored-by: chaos2418 <>
* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382 )
* JAVA-3590: updating junit-jupiter dependency in the main pom.xml
* resolving unnecessary mockito stubbings exception
* adding junit-bom in dependency management
* fixing tests which were not getting discovered
* Revert "fixing tests which were not getting discovered"
This reverts commit 2e9ed8df42eb96f7e0929167aabbc2ddd374a263.
* fixing tests in ninja, open-liberty and spring-ejb
* removing junit4 dependency and replacing it with junit-vintage-engine
* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda
* removing junit dependency and replacing it with junit-vintage-engine
* removing junit and replacing it with junit-vintage-engine
* fixing tests that were not getting discovered due to old version of junit:junit
* updated failsafe plugin configuration to skip integration tests in blade
* fixing tests that were not getting discovered due to old version of junit:junit
* fixing tests in libraries and libraries-2 modules
* fixing integration tests in restx and spring-5-webflux
Co-authored-by: chaos2418 <>
Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
anuragkumawat
5ee276f972
JAVA-7660 : Upgrade slf4j dependency in the main pom.xml ( #11372 )
...
* JAVA-7660 : Upgrade slf4j dependency in the main pom.xml
* Upgrading logback version also to resolve compilation issues
* Revering the logback updated version and using slf4j stable newest version
2021-10-27 12:25:33 +05:30
anuragkumawat
8fc2e30551
JAVA-7665 : Updating jackson dependency in main pom.xml
2021-10-25 13:33:28 +05:30
kwoyke
b94cfdc270
JAVA-7661: Upgrade logback to 1.2.6 ( #11325 )
...
* JAVA-7661: Upgrade logback version to 1.2.6 in the main pom.xml
* JAVA-7661: Use logback.version property from the main pom.xml
* JAVA-7661: Fix maven-exec-plugin setup
2021-10-25 01:37:41 +05:30
kwoyke
e944857c05
JAVA-7659: Upgrade byte-buddy to 1.11.20 ( #11319 )
2021-10-22 02:18:44 +05:30
kwoyke
a591d1ff74
JAVA-7662: Upgrade jmh-core and jmh-generator dependencies to 1.33 ( #11311 )
2021-10-22 02:00:52 +05:30
Ralf Ueberfuhr
c034fb74bc
BAEL-5036: Add Quarkus Hello App that uses several external modules that contain CDI managed beans. Each module is indexed using a different kind of registration.
2021-10-20 14:14:40 +02:00
kwoyke
9c07f794f1
JAVA-7664: Upgrade Apache Commons Lang to 3.12.0 in the main pom.xml ( #11297 )
2021-10-10 23:29:02 +05:30
kwoyke
a525a3c8e0
JAVA-7432: Which sub-modules aren't being built? ( #11302 )
...
* JAVA-7432: Enable persistence-modules/sirix module
* JAVA-7432: Add spring-boot-modules/spring-boot-cassandre to the integration profile
* JAVA-7432: Add quarkus-vs-springboot to the default profile
2021-10-10 23:01:07 +05:30
kwoyke
21646a0576
JAVA-7663: Upgrade Apache Commons IO to 2.11.0 in the main pom.xml ( #11293 )
2021-10-06 22:03:48 +05:30
Mladen Savic
8854bcc5b0
Parallel Test Execution for JUnit 5
2021-10-01 12:42:21 +02:00
Thiago dos Santos Hora
47249aa1ff
[BAEL-4747] Add read me and utils scripts ( #11242 )
...
* [BAEL-4747] Create quarkus and spring boot projects
* [BAEL-4747] Add quarkus implementation and fixing native image plugins setup
* Fixing build config
* [BAEL-4747] Add read me and utils scripts
2021-09-23 11:07:26 +02:00
kwoyke
45a0c3d947
Merge pull request #11161 from Maiklins/JAVA-3587-Upgrade_jackson_dependency_in_the_main_pom
...
JAVA-3587 Update Jackson version in the main pom
2021-09-08 10:20:56 +02:00
Thiago dos Santos Hora
6d5fcbc7ee
[BAEL-4955] Move code example ( #11177 )
2021-08-28 08:38:21 -07:00
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