Commit Graph

686 Commits

Author SHA1 Message Date
Bipin kumar 2ef1a51767 JAVA-19670: changes made for upgrading jenkins module to jdk-9 above (#14105)
* JAVA-19670: changes made for upgrading jenkins module to jdk-9 above

* JAVA-19670: Changes made for adding jenkins-modules in jdk-9 and above profile
2023-05-24 23:06:41 +05:30
Bipin kumar 1cdf7489ee JAVA-21189: changes made for formatting modules starting from TVWX (#14107) 2023-05-24 19:38:09 +05:30
panos-kakos 1cee2277c6 TASK-20628 (#14074)
* [TASK-20628] Moved xml module to jdk9-and-above profile

* [TASK-20628] Moved xml-2 module to jdk9-and-above profile
2023-05-22 21:41:38 +05:30
Bipin kumar 3cfb7c57f5 JAVA-21305 : Changes made for adding ratpack module to jdk9-and above… (#14012)
* JAVA-21106 : Changes made for adding ratpack module to jdk9-and above module

* JAVA-21106 : Changes made for adding java-lite module to jdk9-and above module

* JAVA-21305: Changes made for cleaninhg pom.xml

* JAVA-21305: Changes made for cleaning pom.xml

* BOSS-21305: changes made for adding ninja in jdk9 above modeule

* JAVA-21305: Changes made as per review comments

* JAVA-21305: Changes made as per review comments

* JAVA-21305: Changes made as per review comments
2023-05-22 21:35:36 +05:30
timis1 e6b0ef1d86 JAVA-20163 Fix failed integration test with date creation comparison (#14080)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-21 14:26:18 +05:30
Loredana Crusoveanu 8cb142eb02 BAEL-5905 move article 2023-05-19 20:40:38 +03:00
timis1 e624a6c893 JAVA-20164 Upgrade java hibernate specific modules to JDK 11 (#13900)
* JAVA-20164 Upgrade java hibernate specific modules to JDK 11

* JAVA-20164 Migrating java-jpa-2

* JAVA-20164 Migrating jnosql-artemis

* JAVA-20164 Migrating querydsl

* JAVA-20164 Migrating r2dbc

* JAVA-20164 Migrating redis

* JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam

* JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey

* JAVA-20164 Changes after review

* JAVA-20164 Migrating java-cassandra to jdk8

* JAVA-20164 Fix legacy mode error

* Update pom.xml

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-05-19 14:07:45 +05:30
timis1 09e421c3cd JAVA-20166 Migrating spring-date-eclipselink (#13959)
* JAVA-20166 Migrating spring-date-eclipselink

* JAVA-20166 Fix failed tests address already bind

* JAVA-20166 Migrating spring-date-couchbase-2

* JAVA-20166 Replace with optional instead of returning null

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-05-19 12:23:28 +05:30
panos-kakos 7849261270 20616 (#14023)
* [JAVA-20616] Upgraded spring-spel module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-websockets module to jdk9-and-above profile

* [JAVA-20616]  Upgraded spring-shell module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-05-19 08:20:37 +05:30
panos-kakos 6e0252a417 [JAVA-20624] Moved static-analysis module to jdk9-and-above-profile (#14026) 2023-05-18 18:31:10 +05:30
Ralf Ueberfuhr 68324c8f6b BAEL-6179: Add Actuator sample without Spring Boot (#14032)
* BAEL-6179: Add Actuator sample without Spring Boot

* BAEL-6179: Simplify custom health indicator
2023-05-18 14:01:50 +02:00
Loredana Crusoveanu b688f123db Merge pull request #13922 from dkapil/task/JAVA-13721
JAVA-13721 Format, Fix Package, Upgrade version of all the articles
2023-05-18 11:31:42 +03:00
Kasra Madadipouya ab3e892d6e JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles (#14029)
* JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles

* JAVA-20631 fix parent modules so that the project parent (pom.xml) can be built without error
2023-05-18 08:19:44 +05:30
Kasra Madadipouya 1daa963235 JAVA-20630 move the jws module to *-jdk9-and-above profiles (#14030) 2023-05-18 08:16:31 +05:30
panos-kakos ee664c7822 [JAVA-20633 Clean up modules (#14024) 2023-05-17 19:30:04 +05:30
panos-kakos 31bc69c282 [JAVA-20626]Moved vertx-modules to jdk9-and-above profile + upgraded vertx version to 3.9.15 (#13960) 2023-05-17 19:25:48 +05:30
Bipin kumar deec7f1647 JAVA-20828: changes made for resolving botique module (#14027) 2023-05-17 19:24:21 +05:30
Dhawal Kapil c3767c3a91 Merge branch 'master' of https://github.com/eugenp/tutorials into
task/JAVA-13721

# Conflicts:
#	testing-modules/mockito-simple/pom.xml
2023-05-16 23:10:40 +05:30
Dhawal Kapil 7750bafc1d JAVA-20828 Fixed module name (#14018) 2023-05-15 23:10:14 +05:30
timis1 e7d1d56c47 JAVA-20163 Upgrade hibernate specific modules to JDK 11 (#13817)
* JAVA-20163 Migration hibernate-annotations

* JAVA-20163 Migrate hibernate-queries

* JAVA-20163 Migrating hibernate-mapping

* JAVA-20163 rename reserved keywords, update inheritance example

* JAVA-20163 Migrate hibernate-ogm module to the jdk 8 because hibernate-ogm doesn't support jakarta API

* JAVA-20163 Migrate hibernate-enterprise module

* JAVA-20163 Add update to HibernateExceptionUnitTest#whenQueryExecutedWithUnmappedEntity_thenMappingException

* JAVA-20163 Set explicit version for hibernate 6.1.7.Final in the hibernate-queries module

* JAVA-20163 Fix failed test with port that already exists (giving another port 8088)

* JAVA-20163 Fix other location after changing the port

* JAVA-20163 Remove duplicate Unit Test

---------

Co-authored-by: n <noreplay@yahoo.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-05-12 19:06:06 +05:30
Bipin kumar dbf40dc272 JAVA-20828: Changes made for updating blade module to java 11 (#13929)
* JAVA-20828: Changes made for updating blade module to java 11

* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit  module to java 11

* JAVA-20828: Changes made for updating bootique,dropwizard,google-web-toolkit  module to java 11

* JAVA-20828: Adding jakarta-ee to jdk-9 profile
2023-05-12 15:27:42 +05:30
ACHRAF TAITAI c428c8316d Upgrade spring.vault.core from 2.3.2 to 3.0.2 (#13977) 2023-05-11 17:04:55 +02:00
Kasra Madadipouya 167a3f53ed JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17 (#13945)
* JAVA-20630 upgrade maven war plugin to be compatible with JDK 11 and 17

* JAVA-20630 code format

* JAVA-20630 don't fail if there's no web.xml and using Java based configuration while building a war file

* JAVA-20630 avoid unneeded formatting

* JAVA-20630 change order of modules to solve flaky tests
2023-05-11 11:05:28 +05:30
Bipin kumar 34fa80a812 Java 20643 (#13914)
* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: Changes made for updating apache-tapestry module to java 11

* JAVA-20643: changes made for removing web-modules from default
2023-05-02 23:26:38 +05:30
Dhawal Kapil e5985b3739 JAVA-13721 Moved mockito-simple to JDK9+ profiles 2023-04-28 22:03:51 +05:30
Loredana Crusoveanu f695712ca4 Merge pull request #13889 from dkapil/task/JAVA-20381
JAVA-20381 Moved modules
2023-04-27 14:12:02 +03:00
jsgrah-spring c25d5f7393 JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked f… (#13645)
* JAVA-17760, Fix [WARNING] JAR will be empty - no content was marked for inclusion! Test project with no "main" under "src" folder. Include java-ee-8-security-api back since it did not take too long to run locally. Add spring-credhub to parent pom build.

* JAVA-17760, Add spring-credhub to integration-jdk9 profile as well.

* JAVA-17760, JAVA-20009 Revert changes to module javaxval-2 and Add module spring-credhub to default-jdk9 profile as well as integration-jdk9 profile.

---------

Co-authored-by: jogra <joseph.sterling.grah@miles.no>
2023-04-26 13:17:24 +05:30
anuragkumawat 90f2d165bf JAVA-20496 Non-article code: rawtypes and sandbox packages (#13886)
* JAVA-14232 Dissolving core-java module completed
2023-04-24 10:40:47 +03:00
Dhawal Kapil 828805295d JAVA-20381 Moved modules 2023-04-22 15:50:55 +05:30
anuragkumawat a5fa999031 JAVA-19964 Move code from spring-core-5 to spring-core-2 (#13856)
* JAVA-19964 Move code from spring-core-5 to spring-core-2

* JAVA-19964 Move code from spring-core-6 to spring-core-2

* JAVA-19964 Move code from spring-core-4 to spring-core-3
2023-04-22 13:23:07 +05:30
Michael Olayemi b0116c225e BAEL-5766 Overview of NLP Libraries in Java (#13798)
* BAEL-5766 Overview of NLP Libraries in Java

* BAEL-5766 Overview of NLP Libraries in Java

* Overview of NLP Libraries in Java

* Overview of NLP Libraries in Java
2023-04-22 11:02:53 +05:30
panos-kakos d3ee65e0eb [JAVA-18138] Moved java-jdi to jdk9-and-above profile (#13846)
* [JAVA-18138] Moved java-jdi to jdk9-and-above profile
2023-04-21 12:09:19 +03:00
Dhawal Kapil e243694f39 JAVA-20211 Renamed modules (#13827)
* JAVA-20211 Renamed modules

* JAVA-20211 Renamed modules
2023-04-15 10:01:14 +05:30
Bipin kumar 68de2833f3 Java 18150 (#13818)
* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Changes made in pom.xml upgrade maven-modules to JDK 11

* JAVA-18158 : Handle MutabilityAnalysisException by adding @Test(expected = Exception.class) while upgrading the module to java-11

* JAVA-18150: Changes made for commenting whenModifying_shouldCreateNewInstance test case as assertImmutable is not work

* JAVA-18150: Changes made for moving libraries-3 to default-jdk9-and-above and integration-jdk9-and-above

* JAVA-18150: Changes made for moving ignoring whenModifying_shouldCreateNewInstance test case

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-04-15 09:43:07 +05:30
Dhawal Kapil 95f844ffa4 Revert "JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823)" (#13831)
This reverts commit 30674d2186.
2023-04-13 08:32:26 +05:30
panos-kakos b49cb7f83a [JAVA-19668] Put libraries-6 module to jdk9-and-above-profile (#13809) 2023-04-12 12:22:59 +05:30
Bipin kumar 30674d2186 JAVA-19475: Changes made for uncommenting feign module in the root pom.xml (#13823) 2023-04-12 07:52:57 +05:30
Anastasios Ioannidis 1d910fc1a3 JAVA-18142 Removed jhipster-5 (#13813) 2023-04-12 07:31:28 +05:30
3hsan d1984f843c Move lombok-module to jdk9-and-above group (excluded lombok-custom) (#13771)
* Move lombok-module to jdk9-and-above group (excluded lombok-custom)

* Update lombok version

* JAVA-18157: Update lombok version for lombok submodule, and add compiler plugin
2023-04-12 07:27:59 +05:30
Anastasios Ioannidis 42dff48c7d JAVA-18142 New JHipster-6 module for JDK 11 (#13489)
* JAVA-18142 New JHipster-6 module for JDK 11

* JAVA-18142 Add jhipster-6 to jdk9-and-above

* JAVA-18142 Re-enabled enforcer plugin

* JAVA-18142 Fixed enforcer setup, upgraded spring boot

* JAVA-18142 Try commiting package-lock.json

* JAVA-18142 Removed package-lock.json

* JAVA-18142 Added logs direectory to Git

* JAVA-18142 Tried node npm version and legacy-peer-devs config

* JAVA-18142 Added v for node.version

* JAVA-18142 Corrected a config argument typo

* JAVA-18142 Removed pre-jdk9 profiles

* JAVA-18142 Verify Node/NPM upgrades are needed

* JAVA-18142 Refactored remaining jhipster-5 references to jhipster-6

* JAVA-18142 Fixed more to jhipster6 namespace
2023-04-10 22:07:34 +05:30
timis1 84a3a42fd0 JAVA-18167 Upgrade persistence-modules to JDK 11 (#13714)
* JAVA-18167 Upgrade persistence-modules to JDK 11 (activejdbc and core-java-persistence)

* JAVA-16167 Update pom.xml to include just the updated modules

* JAVA-18167 Added vaadin because it looks that I removed

* JAVA-18167 Migration deltaspike

* JAVA-18167 Migration hbase module

* JAVA-18167 Migration hibernate-mapping-2

* JAVA-18167 Migration hibernate-exceptions

* JAVA-18167 Migration hibernate-jpa module

* JAVA-18167 Migration hibernate-jpa change the name of User entity

* JAVA-18167 Overwriting the version of slf4j and logback for hibernate-jpa

* JAVA-18167 Migrate deltaspike back to jdk8

* JAVA-18167 Remove some modules that was added elsewhere

* Revert "JAVA-18167 Migration deltaspike"

This reverts commit 874b4ba2

* JAVA-18167 Comment failed module (it will be migrated later)

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-07 07:23:12 +05:30
timis1 d1249befd1 JAVA-18609 GitHub Issue: Spring Batch - JobBuilderFactory and StepBui… (#13618)
* JAVA-18609 GitHub Issue: Spring Batch - JobBuilderFactory and StepBuilderFactory are deprecated

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-05 12:46:50 +03:00
panos-kakos 5c520fc768 [JAVA-18144] Moved jmh module to jdk9-and-above profile (#13725)
* [JAVA-18144] Moved jmh module to jdk9-and-above profile

* [JAVA-18144] Added configuration

* [JAVA-18144] Upgraded dependencies

* [JAVA-18144] Added compile argument
2023-04-03 22:57:36 +05:30
panos-kakos 38ae7e56dd [JAVA-19668] (#13721)
* [JAVA-19668] Moved libraries-5 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries-4 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries-6 module to jdk9-and-above profile

* [JAVA-19668] Moved libraries module to jdk9-and-above profile + reverted changes fro libraries-6

* [JAVA-19668] Created libraries-jdk8 module

* [JAVA-19668] Clean up
2023-04-03 22:52:11 +05:30
3hsan 2fe28057dd Upgrade osgi module to JDK 11 by moving it to jdk9-and-above profile (#13728) 2023-04-03 22:43:45 +05:30
Anastasios Ioannidis 11f740192c JAVA-18131 Upgrade core-java-modules to JDK 11 (#13462)
* JAVA-18131 Upgrade core-java-modules to JDK 11

* JAVA-18131 Fixed pom conflicts

* JAVA-18131 Upgraded ASM and updated expected test results

* JAVA-18131 Fixed FormatNumberUnitTest and removed core-java-security from upgrading to 17

* JAVA-18131 Removed core-java-sun from upgrading

* JAVA-18131 Removed core-java-jvm-2, fixed number test

* JAVA-18131 Removed core-java-sun from upgrading to 11

* JAVA-18131 Removed all edited submodules from pre-jdk9

* JAVA-18131 removed pre-jpms from pre-jdk9

* JAVA-18131 Removed core-java-numbers-3 from pre-jdk9 profiles

* JAVA-18131 Cleanup

* JAVA-18131 Cleanup 2 - Removed upgraded submodules from core-java-modules

* JAVA-18131 Cleanup completed

* JAVA-18131 Replaced core-java-modules submodules in main pom with core-java-modules

* JAVA-18131 Replaced core-java-modules submodules in main pom, continued

* JAVA-18131 Core-java-nio-2, core-java-serialization back to pre-jdk9

* JAVA-18131 Try removing math-3 from core-java-modules and explicitly refer in parent pom

* JAVA-18131 Removed -lang, -nio, -streams-2, -math-3, -conversions-2 from jdk9 profiles

* JAVA-18131 Corrected conversions-2 module

* JAVA-18131 Review fixes

* JAVA-18131 Fixed -nio, re-upgraded -lang

* JAVA-18131 Adapted -nio for JDK 11, returned -lang to JDK 8

* JAVA-18131 Final corrections
2023-03-31 01:39:12 +05:30
timis1 9af9ee9b48 JAVA-18152 Upgrade libraries-data-db module to JDK 11 (#13716)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-03-27 21:45:24 +05:30
panos-kakos c236324b6a [JAVA-19669] Moved vaadin module to jdk9-and-above profile (#13720) 2023-03-27 00:18:33 +05:30
3hsan 81d9519130 Move spring-remoting-modules to jdk9-and-above profile. (#13718) 2023-03-27 00:06:43 +05:30
Dhawal Kapil b877f01511 JAVA-12715 Fix pom.xml, removed duplicate apache-httpclient-2 (#13698) 2023-03-24 01:14:44 +05:30