Commit Graph
6 Commits
Author SHA1 Message Date
panos-kakos b9e8f39c00 [JAVA-23099] Upgraded maven-war-plugin to latest version 2023-08-28 09:02:54 +03:00
panos-kakos d93014284e Upgrading modules in chunks (#13537)
* [JAVA-18166] Moved performance-tests module to jdk9-and-above-profile

* [JAVA-18172] Moved security-modules module to jdk9-and-above-profile

* [JAVA-18154] Moved libraries-server-2 module to jdk9-and-above-profile

* [JAVA-18172] Upgraded maven-war-plugin version

* [JAVA-18172] Upgraded maven-war-plugin version at parent module

* [JAVA-18164] Moved orika module to jdk9-and-above profile

* [JAVA-18164] Testing argLine configuration
2023-02-28 23:16:43 +05:30
panos-kakosandpanagiotiskakos ac4255ef72 [JAVA-12714] Removed compiler plugin (#13420)
Co-authored-by: panagiotiskakos <[email protected]>
2023-02-07 21:21:29 +05:30
61cac1e1cc Java 12714 eugen (#13358)
* Java 12714 - Test build (#13191)

* [JAVA-12714] Moved modules from default-first to jdk9-and-above profile

* [JAVA-12714] Moved modules from default-second to jdk9-and-above profile

* [JAVA-12714] Moved modules from default-heavy to jdk9-and-above profile

* [JAVA-12714] Clean up - test build

* [JAVA-12714] Clean up

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] test  build

* [JAVA-12714] Clean up

Co-authored-by: panagiotiskakos <[email protected]>

* Master to JAVA-12714-eugen (#13302)

* Java 15029 (#13257)

* [JAVA-15029] Formatting

* [JAVA-15029] Clean up

Co-authored-by: panagiotiskakos <[email protected]>

* Java 15030 (#13253)

* [JAVA-15030] Upgrade to http client 5

* [JAVA-15030] Fixed MimeType test

Co-authored-by: panagiotiskakos <[email protected]>

* Java 16961 (#13236)

* [JAVA-16961] Moved code for article "Create an Empty Map in Java"

* [JAVA-16961] Alter README.md

* [JAVA-16961] Moved code for article "Sorting a Hashset in Java"

* [JAVA-16961] Added links to README.md files

* [JAVA-16961] Revert link changes

* [JAVA-16961] Replaced junit4 with junit5 annotations

* [JAVA-16961] test build

* [JAVA-16961] Added junit annotations

* [JAVA-16961] Added links

Co-authored-by: panagiotiskakos <[email protected]>

* [List-CaseInsenContains] Case-Insensitive Searching in ArrayList (#13280)

* Bael 5436 new (#13283)

* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5436 - Root mapping

* Revert "BAEL-5777 - Mocking a singleton with Mockito"

This reverts commit 358a061997a4b853e3215dea0217a070f0e391e4.

* BAEL-5436 - Uncommenting controller

* JAVA-15609 Changed to IntegrationTest to reproduce issue on Jenkins

* BAEL-5959: Adjust code style (#13299)

* BAEL-5959: Monad in Java

* Fix test name

* Fix code style

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security"  article (#13279)

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security" article.

* JAVA-16085, Cleanup unnecessary resources samlKeystore.jks and library maven-war-plugin.

Co-authored-by: jogra <[email protected]>

* JAVA-15621, Potential issue in "Guide to UUID in Java" article. (#13271)

* JAVA-15621, Potential issue in "Guide to UUID in Java" article.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

* JAVA-15621, Keep the raw strings in the article to make it easy for users to understand.

Co-authored-by: jogra <[email protected]>

* [JAVA-17295] Create and initialize ThreadPoolTaskExecutor (#13249)

Co-authored-by: panagiotiskakos <[email protected]>

* [JAVA-15025] Upgraded to apache http 5 (#13296)

* [JAVA-15025] Upgraded to apache http 5

* [JAVA-15025] Clean up

Co-authored-by: panagiotiskakos <[email protected]>

* [JAVA-15016] Upgraded to apache http client 5.2 (#13269)

* [JAVA-15016] Upgraded to apache http client 5.2

* [JAVA-15016] Clean up

* [JAVA-15016] Junit 5 clean up

Co-authored-by: panagiotiskakos <[email protected]>

Co-authored-by: panos-kakos <[email protected]>
Co-authored-by: panagiotiskakos <[email protected]>
Co-authored-by: Kai Yuan <[email protected]>
Co-authored-by: Abhinav Pandey <[email protected]>
Co-authored-by: Anastasios Ioannidis <[email protected]>
Co-authored-by: Anastasios Ioannidis <[email protected]>
Co-authored-by: Thiago dos Santos Hora <[email protected]>
Co-authored-by: jsgrah-spring <[email protected]>
Co-authored-by: jogra <[email protected]>

* Update pom.xml

* [JAVA-12714] Removed plugin from atomix module (#13342)

* [JAVA-12714] Removed plugin from atomix module

* [JAVA-12714] Removed compiler plugin

* [JAVA-12714] Removed compiler plugin

Co-authored-by: panagiotiskakos <[email protected]>

* JAVA-12714 Fixed conflicts

* JAVA-12714 Temporarily disabling ItemsUnitTest

* JAVA-12714 Removed Duplicate Classes

---------

Co-authored-by: panos-kakos <[email protected]>
Co-authored-by: panagiotiskakos <[email protected]>
Co-authored-by: Kai Yuan <[email protected]>
Co-authored-by: Abhinav Pandey <[email protected]>
Co-authored-by: Anastasios Ioannidis <[email protected]>
Co-authored-by: Anastasios Ioannidis <[email protected]>
Co-authored-by: Thiago dos Santos Hora <[email protected]>
Co-authored-by: jsgrah-spring <[email protected]>
Co-authored-by: jogra <[email protected]>
2023-02-03 10:27:34 +05:30
sampadawagde 1a53db30c9 JAVA-5223: Fix formatting of POMs (Part 8) 2021-05-09 16:26:44 +05:30
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