Commit Graph

106 Commits

Author SHA1 Message Date
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
Dhawal Kapil b2c7dece6b COMAUTO-10561 Fixed parent version 2022-03-16 16:50:55 +05:30
kwoyke ea425c6bd8 Merge pull request #11929 from dkapil/task/JAVA-10561
JAVA-10561 Renamed org.baeldung to com.baeldung at all places
2022-03-16 08:16:11 +01:00
Dhawal Kapil 14db41f53a JAVA-10561 Renamed org.baeldung to com.baeldung at all places 2022-03-15 20:23:29 +05:30
Dhawal Kapil edc11ea4f8 JAVA-10358 Removed explicit groupId declaration from submodules 2022-03-15 19:49:00 +05:30
Dhawal Kapil 405f0d0375 JAVA-10358 Extracted versions to properties 2022-03-15 17:15:19 +05:30
Dhawal Kapil df1cb49ab2 JAVA-10358 changes done to include maven-multi-module changes 2022-03-14 22:58:20 +05:30
kwoyke cdc6380359 Merge pull request #11920 from freelansam/JAVA-10138
JAVA-10138 - Fix formatting of POMs
2022-03-14 15:00:17 +01:00
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
kwoyke 538c845739 JAVA-10130: Add/enable missing modules (#11887)
* JAVA-10130: Add apache-pot-2 module to the main pom.xml

* JAVA-10130: Add missing core-java-* modules to the main pom.xml

* JAVA-10130: Add maven-generate-war to the maven-modules pom.xml

* JAVA-10130: Add hibernate-mapping-2 to the persistence-modules pom.xml

* JAVA-10130: Add spring-data-jpa-enterprise-2 to the persistence-modules pom.xml

* JAVA-10130: Add spring-5-autowiring-beans module to the main pom.xml

* JAVA-10130: Add spring-cloud-docker module to the spring-cloud pom.xml

* JAVA-10130: Enable spring-cloud-openfeign module

* JAVA-10130: Add spring-data-rest-2 module to the main pom.xml

* JAVA-10130: Add wildfly-mdb module to the wildfly pom.xml

* JAVA-10130: Add aws-app-sync to the integration-lite-first profile

* JAVA-10130: Add core-java-string-algorithms-3

* JAVA-10130: Add graphql/graphql-dgs

* JAVA-10130: Add spring-di-3 and spring-threads

* JAVA-10130: Add spring-5-webflux-2 and cleanup the main pom.xml

* JAVA-10130: Add language-interop and libraries-rpc

* JAVA-10130: Disable spring-cloud-openfeign module

* JAVA-10478: Add docker module to the main pom.xml

* JAVA-10478: Move docker module to jdk9+ profile

* JAVA-10478: Remove spring-5-autowiring-beans from the main pom.xml
2022-03-11 21:39:33 +05:30
kwoyke 2923b0cbb0 Merge pull request #11881 from dkapil/task/JAVA-10352
JAVA-10352 Updated versions of various libraries and standardised pom…
2022-03-03 11:16:26 +01:00
Dhawal Kapil 240ba4e0db JAVA-10352 Updated versions of various libraries and standardised pom version to 1.0.0-SNAPSHOT 2022-03-03 13:35:05 +05:30
Asjad J 839711825b Created/Updated README.md
added link back to the article: https://www.baeldung.com/maven-artifact-classifiers
2022-03-01 09:50:13 +05:00
Sameer 768e9ae387 Maven Classifier (#11833)
* maven classifier

* static imports

* bumped up plugin versions

Co-authored-by: s9m33r <no-reply>
2022-02-26 17:25:31 +05:30
sampadawagde 9d19160043 JAVA-9824: Identify boot modules not using parent-boot-2 as parent and
upgrade log4j for them
2022-02-22 21:53:39 +05:30
Dhawal Kapil e5bf53cdfd JAVA-7535 Pom formatting 2022-02-09 01:03:55 +05:30
Dhawal Kapil c5e767a14a JAVA-7535 Pom formatting 2022-02-09 01:00:12 +05:30
Dhawal Kapil 667cff71ed JAVA-7535 Added code for maven-multi-module 2022-02-09 00:56:36 +05:30
Dhawal Kapil aa92bde665 JAVA-7535 Moved ebook specific code snippets to maven-simple module 2022-02-04 19:08:59 +05:30
sampadawagde 65f643262d JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
kwoyke 22012780e6 Merge pull request #11434 from freelansam/JAVA-8204
JAVA-8204: Fix formatting of POMs
2021-11-13 10:55:30 +01:00
chaos2418 33890e34b0 JAVA-1673: removing junit and surefire configs from maven-modules 2021-11-09 22:12:33 +05:30
freelansam 77e3e6a419 Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
sampadawagde 478829067e fix build 2021-11-09 16:38:07 +05:30
sampadawagde b984a4b618 JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
chaos2418 e27eb5b8eb JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
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
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
freelansam 4c600af55d JAVA-7782: Align module names, folder names and artifact id (#11361)
* JAVA-7782: Align module names, folder names and artifact id

* JAVA-7782: Align module names, folder names and artifact id
2021-10-25 01:36:50 +05:30
johnA1331 d4dbc6a526 Create README.md 2021-10-13 23:45:08 +08:00
davidmartinezbarua 4c18ef6124 Merge pull request #11232 from Anuradhe007/master
Maven - Generate War File
2021-10-07 09:05:51 -03:00
anuradha e55d62da6e Added space indents 2021-10-05 09:30:15 +05:30
anuradha 79963c7cf0 Added space indents 2021-10-05 09:19:36 +05:30
anuradha eae33a7730 Refactored code 2021-10-01 23:55:41 +05:30
johnA1331 8afaab0e94 Create README.md 2021-09-22 22:48:30 +08:00
Kayvan Tehrani 32e5a9ccb0 adding new module (#11199) 2021-09-19 14:55:13 -05:00
freelansam fe7d2af8c0 JAVA-7178: Fix formatting of POMs (#11236)
* JAVA-7178: Fix formatting of POMs

* JAVA-7178: fix failing build
2021-09-20 00:04:26 +05:30
anuradha 33c7dd6b63 Refactored code 2021-09-17 00:40:11 +05:30
johnA1331 0a2e726f68 Update README.md 2021-09-16 20:04:12 +08:00
johnA1331 b87c7b3d4c Update README.md 2021-09-15 21:58:26 +08:00
Ralf Ueberfuhr d3b525c046 BAEL-5083: Rename projects to make the example simpler (#11196)
* BAEL-5083: renamed projects for better understanding

* BAEL-5083: change version from 1.0-SNAPSHOT to 1.0.0-SNAPSHOT
2021-09-03 08:50:16 -07:00
Ralf Ueberfuhr f19d76fac2 BAEL-5083: add Maven parent POM resolution samples (#11182)
Co-authored-by: Ralf Ueberfuhr <ralf.ueberfuhr@ars.de>
2021-08-31 19:22:43 -07:00
johnA1331 1cfe802a4f Create README.md 2021-08-25 21:45:20 +08:00
davidmartinezbarua 7c3a21232a Merge pull request #11050 from thomasduxbury/BAEL-4797
BAEL-4797: Default Values for Maven Properties
2021-08-24 13:02:23 -03:00
Kai Yuan 5dfb39712d first commit (#11118) 2021-08-21 10:18:36 -05:00
johnA1331 1ddde25b1c Create README.md 2021-08-11 11:41:11 +08:00
johnA1331 1da4629ece Update README.md 2021-08-05 00:56:55 +08:00
freelansam 32dde5b5d1 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +05:30
Sagar Verma 4f7a1b58d7 Changes for hosting maven repo on github by sgrverma23 (#11080)
Co-authored-by: Sagar Verma <SVerma2@amdocs.com>
2021-07-31 16:14:16 +02:00
freelansam 5470ccfb97 JAVA-6474/JAVA-6324: Align module names, folder names and artifact id (#11071)
* JAVA-6474/JAVA-6324: Align module names, folder names and artifact id
(template)

* JAVA-6474/JAVA-6324: revert changes for guest modules
2021-07-28 20:10:03 +05:30