Commit Graph

1467 Commits

Author SHA1 Message Date
panagiotiskakos
dc06c2b5f6 [JAVA-13838] 2022-08-06 10:30:03 +03:00
Ralf Ueberfuhr
e344dd81a8 BAEL-5630: Spring Boot 3 Sample (#12449)
* BAEL-5630: Spring Boot 3 Sample

* BAEL-5630: Reorganize project in Maven profiles

* BAEL-5630: Upgrade Maven PMD plugin version

* BAEL-5630: Rename tests to follow naming conventions
2022-07-28 21:04:26 +02:00
kwoyke
057541de3f Merge pull request #12473 from dkapil/task/JAVA-11495
JAVA-11495 Moved gradle modules to gradle-modules
2022-07-13 10:47:33 +02:00
Dhawal Kapil
a733b2ee26 JAVA-11495 Removed gradle submodules from main pom 2022-07-12 21:33:48 +05:30
panos-kakos
98e1ded02a Moved spring-mockito to testing-modules (#12476)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-07-11 20:59:42 +05:30
Loredana Crusoveanu
928e9f8bc3 Merge pull request #12322 from alonsoir/master
Remote Code Execution Affecting org.springframework:spring-beans Open this link in a new tab  package, versions [ ,5.2.20) [5.3.0, 5.3.18)
2022-07-11 16:33:59 +03:00
Sumit Pal Singh
7e44426e55 BAEL-5633 - dockersing a simple java jar (#12454) 2022-07-09 10:42:38 -04:00
Sumit Kumar
ae5c947fff BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446)
* added multiple bean instantiation

* added module /spring-core-6 and formatting changes

* resolved formatting issues as suggested

* resolved formatting issues and changed package names

* formatting changes in XML files

* Reformatted XML files as per the instructions

* FIXED Example in Section 3 and some changes in Pom.xml

* changed xml config to Java config in solution 3

* Project updated to spring boot application

* Removed unwanted spring dependencies from pom.xml

* moved the project under new module spring-core-6

* added spring-core-6 module in parent's pom.xml

* resolved formatting issue in parent's pom.xml

* new module entry in parent's pom

* final commit

* Added spring-core-6 in parent's pom.xml 

* fixed some merging issues.

* added spring-core-6 module entry under jdk9-and-above profile in main pom

* removed App.java from multibeaninstantiation directory
2022-07-08 09:14:24 +05:30
chrisjaimes
ea84a37ae8 BAEL-5363 Fixed pom files, assertions instead of console output, and fixed package folders (#12462)
Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
2022-07-07 12:41:30 -04:00
chrisjaimes
f72cd0dee7 BAEL-5363 Mongodb crud by date (#12293)
Created new mongo module, model, mongo client and unit test

Co-authored-by: Christian Jaimes <christian.jaimes@oracle>
Co-authored-by: bipster <openbip@gmail.com>
2022-07-06 23:57:53 -04:00
mdabrowski-eu
4a7de9f1d0 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
4e51dd8f18 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
31bd634134 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
7866faf761 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
2a9a15bd60 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
8d0399ebf1 Merge pull request #12386 from freelansam/JAVA-10433-1
JAVA-10433: Verify undertow module
2022-06-20 15:13:50 +02:00
panos-kakos
1212a5e6d7 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
633a96fbdb JAVA-10433: Verify undertow module 2022-06-20 12:07:41 +05:30
Dhawal Kapil
5f8a1c69ca JAVA-11493 Removed projects from the pom that have been moved to container modules (#12377) 2022-06-19 10:07:27 +05:30
Keerthi
eb99a50559 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
7bd725fd4c 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
b7fc060703 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
856d2c0fef JAVA-11241 Added missing pom.xml for container modules and other cleanup 2022-06-14 22:47:10 +05:30
@alonso_isidoro
484f403753 Merge branch 'eugenp:master' into master 2022-06-10 10:51:58 +02:00
freelansam
75f3eb7e34 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
410630a619 Merge branch 'master' of https://github.com/eugenp/tutorials into task/JAVA-12424 2022-06-08 14:19:24 +05:30
kwoyke
f7bb09e812 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
b3d7a5d5e9 Merge pull request #12326 from dkapil/task/JAVA-12579
Task/java 12579
2022-06-07 20:59:25 +03:00
Dhawal Kapil
d2d3dc80fc JAVA-12579 Renamed spring-remoting to spring-remoting-modules 2022-06-07 21:17:55 +05:30
Dhawal Kapil
d4fb7e5185 JAVA-12422 Renamed jhipster to jhipster-modules 2022-06-07 21:08:01 +05:30
snyk-bot
802e3d374d fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-1726923
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2434828
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2436751
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2689634
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2823310
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-2823313
2022-06-07 09:17:47 +00:00
keerthigadde
4f19fd51ba 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
0a7c559575 JAVA-12099 removed java-numbers modules from integration-lite-first profile 2022-06-06 21:57:18 +10:00
Dhawal Kapil
29355057b6 Merge branch 'master' of https://github.com/dkapil/tutorials into task/JAVA-12424 2022-06-04 14:22:34 +05:30
Dhawal Kapil
13683a0795 Revert "JAVA-12422 Renamed jhipster to jhipster-modules"
This reverts commit e319366994.
2022-06-04 14:21:30 +05:30
Dhawal Kapil
ff9f73d558 JAVA-12424 Renamed spring-ejb to spring-ejb-modules 2022-06-04 14:19:00 +05:30
Dhawal Kapil
67448d797d Merge branch 'master' of https://github.com/eugenp/tutorials 2022-06-04 13:47:09 +05:30
Loredana Crusoveanu
ca9a12ad04 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
e319366994 JAVA-12422 Renamed jhipster to jhipster-modules 2022-06-03 18:40:30 +05:30
Dhawal Kapil
8b0ba1686c JAVA-12421 Renamed graphql to graphql-modules 2022-06-03 18:00:47 +05:30
Dhawal Kapil
403c757a06 JAVA-12420 Renamed docker to docker-modules 2022-06-03 17:47:09 +05:30
keerthigadde
953b13fa74 removed java-numbers modules from pom.xml of tutorial build 2022-06-03 15:52:41 +10:00
kwoyke
6ab7fddb3b 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
415a703553 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
b1a5b62d16 JAVA-12419 Renamed apache-cxf to apache-cxf-modules 2022-05-30 23:47:08 +05:30
Dhawal Kapil
2959041cd2 JAVA-11240 Moved spring-cloud to spring-cloud-modules 2022-05-29 19:32:17 +05:30
sachin
6919cc8f62 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
6fdac35ef5 JAVA-12098: updated main pom 2022-05-25 20:15:55 +05:30
Krzysiek
4af899a22e JAVA-12100: Update main pom.xml 2022-05-24 11:09:48 +02:00
sampadawagde
a2afe2eed0 JAVA-12097: renamed algorithms-module to algorithms-modules 2022-05-20 22:07:32 +05:30