499 Commits

Author SHA1 Message Date
mdabrowski-eu
40e42f8d45 BAEL-5557 Split a stream into parts (#12238)
* BAEL-5557 Split a stream into parts

* BAEL-5557 fix main pom.xml

* BAEL-5557 fix mvn profiles

* BAEL-5557 articles with equals and hashcode

* BAEL-5557 migrate assertions to assertj

* BAEL-5557 better assertions
2022-06-30 10:26:34 +01:00
Keerthi
a07710d011 JAVA-11500 : move quarkus related modules into quarkus-modules folder (#12419)
* JAVA-11500 : move quarkus related modules into quarkus-modules folder

* Update pom.xml

* Update pom.xml

* JAVA-11500 : added read me file

* JAVA-11500 : addressed PR comments

Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
Co-authored-by: Keerthi Gadde <keerthi.gadde@anca.com>
2022-06-29 20:12:01 +05:30
panos-kakos
1ee4a09b2e Java 11501 (#12405)
* added parent module (akka-modules)

* moved akka-http(submodule) to akka-modules(parent)

* moved akka-streams(submodule) to akka-modules(parent)

* moved spring-akka(submodule) to akka-modules(parent)

* deleted submodules that we moved to akka-modules

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-24 22:26:57 +05:30
panos-kakos
a51caf51f3 Java 11497 (#12399)
* Added/created parent module (json-modules)

* moved json(submodule) to json-modules(parent)

* moved json-2(submodule) to json-modules(parent)

* moved json-path(submodule) to json-modules(parent)

* moved gson(submodule) to json-modules(parent)

* deleted sub-modules that we moved to json-modules

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-24 21:58:34 +05:30
panos-kakos
02c9bdff35 Java 11498 (#12382)
* added parent lombok-modules

* added lombok submodule to parent lombok-modules

* added lombok-2 submodule to parent lombok-modules

* added lombok-custom submodule to parent lombok-modules

* delete lombok submodules that were moved across

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-20 18:48:59 +05:30
kwoyke
150bdb070b Merge pull request #12386 from freelansam/JAVA-10433-1
JAVA-10433: Verify undertow module
2022-06-20 15:13:50 +02:00
panos-kakos
11d937e39a Java 11492 (#12375)
* Added/Created parent module

* moved spring-5-data-reactive (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive-2 (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive-3 (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive-client (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive-oauth (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive-security (submodule) to spring-reactive-modules (parent)

* moved spring-5-reactive (submodule) to spring-reactive-modules (parent)

* moved spring-reactive (submodule) to spring-reactive-modules (parent)

* deleted modules that were moved across

* renamed spring-reactive-modules to spring-5-reactive-modules

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-20 17:29:38 +05:30
sampadawagde
69849e1fd6 JAVA-10433: Verify undertow module 2022-06-20 12:07:41 +05:30
Dhawal Kapil
05c3dc6059 JAVA-11493 Removed projects from the pom that have been moved to container modules (#12377) 2022-06-19 10:07:27 +05:30
Keerthi
17ba25e795 JAVA-11499 move rxjava* modules to new rxjava-modules (#12342)
* JAVA-11499 move rxjava* modules to new rxjava-modules

* JAVA-11499 addressed PR comments
2022-06-18 21:21:25 +05:30
kwoyke
d6dd1e2165 Merge pull request #12350 from dkapil/task/JAVA-11241
JAVA-11241 Added missing pom.xml for container modules and other cleanup
2022-06-17 09:02:21 +02:00
panos-kakos
9be62e0311 Java 11493 (#12349)
* moved spring-cloud-bus (submodule) to spring-cloud-modules (parent)

* moved spring-cloud-cli (submodule) to spring-cloud-modules (parent)

* moved spring-cloud-data-flow (submodule) to spring-cloud-modules (parent)

* moved spring-sleuth (submodule) to spring-cloud-modules (parent)

* Deleted submodules that we moved to  spring-cloud-modules

* deleted old modules from parent pom

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-15 23:30:49 +05:30
Dhawal Kapil
a3a0fdfd96 JAVA-11241 Added missing pom.xml for container modules and other cleanup 2022-06-14 22:47:10 +05:30
freelansam
2f2831e7cd JAVA-10605: Move multimodulemavenproject from core-java-modules to (#12309)
* JAVA-10605: Move multimodulemavenproject from core-java-modules to
maven-modules

* JAVA-10605: Move multimodulemavenproject to jdk9 build
2022-06-10 14:07:23 +05:30
Dhawal Kapil
b61075c113 Merge branch 'master' of https://github.com/eugenp/tutorials into task/JAVA-12424 2022-06-08 14:19:24 +05:30
kwoyke
fa6f3420d5 Merge pull request #12305 from keerthigadde/JAVA-12099/move-java-numbers
JAVA-12099 moved java-numbers modules to core-java-modules
2022-06-08 08:18:58 +02:00
Loredana Crusoveanu
45c0217991 Merge pull request #12326 from dkapil/task/JAVA-12579
Task/java 12579
2022-06-07 20:59:25 +03:00
Dhawal Kapil
acf3cc6708 JAVA-12579 Renamed spring-remoting to spring-remoting-modules 2022-06-07 21:17:55 +05:30
Dhawal Kapil
bf75f84133 JAVA-12422 Renamed jhipster to jhipster-modules 2022-06-07 21:08:01 +05:30
keerthigadde
ace8e6a79f Merge branch 'master' of https://github.com/keerthigadde/tutorials into JAVA-12099/move-java-numbers
 Conflicts:
	core-java-modules/java-numbers-4/src/test/java/com/baeldung/bigdecimalzero/BigDecimalZeroChkUnitTest.java
2022-06-07 14:57:26 +10:00
keerthigadde
9076f7f7b1 JAVA-12099 removed java-numbers modules from integration-lite-first profile 2022-06-06 21:57:18 +10:00
Dhawal Kapil
9eef099b0c Merge branch 'master' of https://github.com/dkapil/tutorials into task/JAVA-12424 2022-06-04 14:22:34 +05:30
Dhawal Kapil
d70435176d Revert "JAVA-12422 Renamed jhipster to jhipster-modules"
This reverts commit dcfefede34bdf6cfe0e1312deb2aa01b3785b50b.
2022-06-04 14:21:30 +05:30
Dhawal Kapil
2971fe239f JAVA-12424 Renamed spring-ejb to spring-ejb-modules 2022-06-04 14:19:00 +05:30
Dhawal Kapil
08d11b982c Merge branch 'master' of https://github.com/eugenp/tutorials 2022-06-04 13:47:09 +05:30
Loredana Crusoveanu
4293f9b4cc Merge pull request #12307 from dkapil/task/JAVA-12421
JAVA-12421 Renamed graphql to graphql-modules
2022-06-03 18:48:07 +03:00
Dhawal Kapil
dcfefede34 JAVA-12422 Renamed jhipster to jhipster-modules 2022-06-03 18:40:30 +05:30
Dhawal Kapil
db663d2033 JAVA-12421 Renamed graphql to graphql-modules 2022-06-03 18:00:47 +05:30
Dhawal Kapil
89f020387f JAVA-12420 Renamed docker to docker-modules 2022-06-03 17:47:09 +05:30
keerthigadde
a94fbbfda8 removed java-numbers modules from pom.xml of tutorial build 2022-06-03 15:52:41 +10:00
kwoyke
1f2746c5bb Merge pull request #12260 from freelansam/JAVA-12098
JAVA-12098: Create new core-groovy-modules
2022-06-02 22:43:41 +02:00
Loredana Crusoveanu
06edd99b79 Merge pull request #12284 from dkapil/task/JAVA-12419
JAVA-12419 Renamed apache-cxf to apache-cxf-modules
2022-06-02 18:15:34 +03:00
Dhawal Kapil
1f632eda4d JAVA-12419 Renamed apache-cxf to apache-cxf-modules 2022-05-30 23:47:08 +05:30
Dhawal Kapil
85d134952e JAVA-11240 Moved spring-cloud to spring-cloud-modules 2022-05-29 19:32:17 +05:30
sachin
62ac961191 BAEL-4292:Play sound in java (#12004)
* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292: Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* BAEL-4292:Play sound in java

* fix for spaces

Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2022-05-27 22:18:22 -05:00
sampadawagde
9195a2b341 JAVA-12098: updated main pom 2022-05-25 20:15:55 +05:30
Krzysiek
4f615e380a JAVA-12100: Update main pom.xml 2022-05-24 11:09:48 +02:00
sampadawagde
93b93417e0 JAVA-12097: renamed algorithms-module to algorithms-modules 2022-05-20 22:07:32 +05:30
kwoyke
e7221c9b84 Merge pull request #12234 from dkapil/task/JAVA-11489
Task/java 11489
2022-05-20 08:49:22 +02:00
Dhawal Kapil
9ada6d69ae JAVA-11849 Disabled NPM and Frontend Tasks from Integration builds, added jhipster-5 to integration-heavy profile 2022-05-19 20:46:52 +05:30
Graham Cox
177f912393 Source code for Lightrun articles 2022-05-17 16:07:21 +01:00
freelansam
557dba376b JAVA-11765: Dissolve spring-boot-rest-2 and distribute its articles (#12195)
* JAVA-11765: Dissolve spring-boot-rest-2 and distribute its articles
spring-boot-modules

* JAVA-11765: removed module from main pom
2022-05-13 16:14:49 +05:30
Daniel Strmecki
f24b9af096 Bael 5481 java httpclient post (#12118)
* BAEL-5481: Create new module

* BAEL-5481: Sync and async example

* BAEL-5481: Concurrent example

* BAEL-5481: Concurrent example

* BAEL-5481: JSON body example

* BAEL-5481: Form data example

* BAEL-5481: File upload example

* BAEL-5481: PR comments + Jenkins

* BAEL-5481: Update aftifact ID

* BAEL-5481: Spaces
2022-05-11 08:57:02 +01:00
anuragkumawat
9990d103cd JAVA-11533 Move core-java related modules to core-java-modules (#12119)
* JAVA-11533 Move core-java related modules to core-java-modules

* JAVA-11533 Remove moved modules from old parent pom

* JAVA-11533 Updated Readme and pom of parent module

* JAVA-11533 Revert changes made to Readme of parent module

* JAVA-11533 Moved articles to respective submouldes
2022-05-04 20:15:22 +05:30
anuragkumawat
430bd13ba0 JAVA-11532 Move maven related modules to maven-modules (#12133)
* JAVA-11532 Move maven related modules to maven-modules

* JAVA-11532 Remove moved module from parent pom
2022-04-28 18:44:01 +05:30
anuragkumawat
4553469318 JAVA-11535 Move spring-data related modules to persistence-modules (#12126) 2022-04-26 19:28:06 +05:30
kwoyke
8735a58dd0 JAVA-10535: Create parent graphql module (#12112)
* JAVA-10535: Create parent graphql module

* JAVA-10535: Cleanup

* JAVA-10535: pom files cleanup

* JAVA-10535: Use parent-boot-2 as a parent module
2022-04-26 19:18:09 +05:30
freelansam
c6c8cb4abd JAVA-10903: Rename HttpClient Modules to Apache HttpClient (#12070)
* JAVA-10903: rename httpclient to apache-httpclient

* JAVA-10903: rename httpclient-2 to apache-httpclient

* JAVA-10903: update main pom
2022-04-20 17:53:00 +05:30
sampadawagde
9d93703e5e JAVA-10628: Create new aws-modules and move other aws related modules
inside it
2022-04-19 22:40:39 +05:30
sampadawagde
230992c2a0 remove immutables from main pom 2022-04-12 20:44:42 +05:30