Commit Graph

218 Commits

Author SHA1 Message Date
panos-kakos
61cf039ec1 [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
Krzysiek
15a103b4f8 JAVA-8667: Remove hamcrest dependency declarations from the child modules 2021-11-24 13:20:20 +01:00
Krzysiek
2c2f2dcf04 JAVA-8436: Remove AssertJ depenendency from the child modules - part 3 2021-11-18 12:48:35 +01:00
chaos2418
f13b9a96a4 JAVA-1672: removing redundant junit declarations 2021-11-05 14:31:19 +05:30
Dhawal Kapil
5f9befd0c4 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 2e9ed8df42.

* 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 2e9ed8df42.

* 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
sampadawagde
093d239ddf JAVA-5957: Reduce size of libraries module 2021-08-26 23:21:20 +05:30
Dhawal Kapil
45d08fee1d JAVA-5975 Removed dl.bintray repositories and related upgrade (#10941)
* JAVA-5975 Removed dl.bintray repositories and related upgrade

* JAVA-5975 Commented Ethereum Module from the parent pom

Co-authored-by: a13400152 <a13400152@192.168.29.65>
2021-06-22 04:06:13 +05:30
sampadawagde
7658a78bbc JAVA-5223: Fix formatting of POMs (Others) 2021-05-17 20:21:04 +05:30
sampadawagde
f65c72951d JAVA-5223: Fix formatting of POMs (Part 9) 2021-05-09 17:29:24 +05:30
Krzysztof Woyke
a7c5be1b28 JAVA-3595: Use jmh version defined in the parent pom.xml 2021-03-21 23:06:03 +01:00
mikr
187290ae50 Java-1470 Fix compilation errors and Readme files 2020-04-29 21:55:48 +02:00
mikr
19565aa8fd Java-1470 Split libraries module 2020-04-29 20:49:15 +02:00
mikr
87db41daa3 JAVA-1470 Move 10 articles to libraries-4 module 2020-04-26 22:34:22 +02:00
Loredana
522a62bf73 move nullaway article 2020-03-19 22:38:01 +02:00
David Calap
39b46a5549 BAEL-3461 NullAwayExample 2020-03-09 19:37:01 +01:00
amit.pandey
b315bf35c6 move versions in properties 2020-01-16 01:53:26 +05:30
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Dhawal Kapil
1c6a802cce BAEL-18777 POM Properties Cleanup #8234
- Properties cleanup of projects starting with k,l and m
2019-11-24 13:33:51 +05:30
amit2103
60fc96727a [BAEL-17326] - Extract versions into properties 2019-09-15 17:53:10 +05:30
Sjmillington
13f818cccf [BAEL-16005] moved articles from libraries to libraries-security and libraries testing. Renamed TinkUnitTest to TinkLiveTest failing due InvalidKeyException 2019-08-13 16:47:26 +01:00
Sjmillington
16489a1de1 library-mv-pt-2 2019-08-12 17:35:47 +01:00
Sjmillington
4dbeacad35 [BAEL-16003] renamed artifactId. Removed specified articles from libraries module. Added smooks + google sheets resources into libraries-data-2. Tidied up libraries pom, removing unused dependencies. 2019-08-05 16:50:34 +01:00
amit2103
f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
amit2103
37e402eb60 [BAEL-15322] - Fix formatting of POMs 2019-07-07 23:59:01 +05:30
Loredana Crusoveanu
636a25c2aa Merge pull request #7138 from amit2103/BAEL-15412
[BAEL-15412] - Moved article to libraries-http module
2019-07-07 17:05:45 +03:00
Sam Millington
7c4019e384 [BAEL-2959] A Guide to MapDB code (#7042)
* [BAEL-2959] A Guide to MapDB code

* [BAEL-2959] fixes

* [BAEL-2959] made VOLUME_LOCATION static in SortedTableMapUnitTest

* moved mapdb files from libraries to libraries-2

* [BAEL-2959] formatting fixes

* updated pom.xml
2019-07-02 21:01:30 +01:00
amit2103
40c2e9541f [BAEL-15412] - Moved article to libraries-http module 2019-06-16 11:55:17 +05:30
eric-martin
54c29a4b3e BAEL-1959: Moved to logging-modules/logback 2019-04-06 18:37:30 -05:00
Eric Martin
692930f5c8 Merge pull request #6646 from priyeshmashelkar/BAEL-1959-2
BAEL-1959 Classpath contains multiple bindings
2019-04-05 07:52:14 -05:00
Priyesh Mashelkar
61a7cf432b BAEL-1959 Classpath contains multiple bindings
Updated pom.xml to exclude log4j binding
2019-04-02 12:43:28 +01:00
amit2103
89e39c37cb [BAEL-12666] - POM Properties Cleanup 2019-02-24 17:02:52 +05:30
Loredana
a7e3fcdd3e add libraries to default profile 2019-02-24 08:31:54 +02:00
Loredana Crusoveanu
7d9db8d27e Merge branch 'master' into task/BAEL-10856 2019-02-23 23:05:09 +02:00
soufiane-cheouati
9a7e0ed790 Adding Reflections files (#6393)
* Adding Reflections dependency

* Adding Reflections java class

* Adding Reflections UT
2019-02-22 21:14:09 -08:00
Dhawal Kapil
62bcb40406 BAEL-10856 Fixing pom to run the tests, resolved compilation issue and errors in tests 2019-02-22 00:02:09 +05:30
Diego Moreira
24cf6b473d BAEL-2270 Refactor - Moved classes from libraries to libraries-server (#6210) 2019-01-24 21:32:29 -03:00
freddyaott
18e1a3067d [BAEL-2270] Guide to XMPP Smack Client (#5959)
Smack Library - Simple chat client
2019-01-15 00:04:54 -03:00
amit2103
afe4a98944 [BAEL-10866] - Resolved conflicts 2018-12-22 18:58:28 +05:30
Eugen Paraschiv
8ed4ac497c maven cleanup 2018-12-18 23:15:46 +02:00
amit2103
78735f582b [BAEL-10866] - Upgrade jackson version in tutorials repository 2018-12-16 23:57:08 +05:30
amit2103
5174d9495b [BAEL-10840] - Moved FTP related code back to libraries module 2018-12-16 17:11:21 +05:30
amit2103
ea25895da1 Fixed conflicts 2018-12-16 16:45:48 +05:30
Wosin
22d22c7c4e BAEL-1039: Introduction to Derive4J (#5845) 2018-12-09 22:26:28 +01:00
amit2103
d737e15c6b [BAEL-10840] - Create a libraries-apache-commons module 2018-12-08 15:29:38 +05:30
Paul van Gool
8b8fda7d0b BAEL-1049
* BAEL-1049: Update to latest version, and added tests.

* Update FunctionalJavaUnitTest.java

* Update FunctionalJavaUnitTest.java

* Add blank lines before asserts.
2018-12-05 18:11:21 -08:00
Eugen Paraschiv
a6c9c5840f disabling unnecessary repo 2018-11-24 13:36:27 +02:00
Paul van Gool
831cdf2bd6 BAEL-1215: Introduction to the Suanshu math library (#5469)
* BAEL-1215: Introduction to the Suanshu math library

* Updated examples based on feedback.
2018-10-17 13:00:14 -07:00
amit2103
29cee792a8 [BAEL-9601] - Upgraded groovy-all version in libraries module 2018-10-14 20:02:51 +05:30
Wosin
05e1700fb7 Moved Flink related code from libraries to libraries-data module. (#5253) 2018-09-15 13:14:57 +02:00
José Carlos Valero Sánchez
e1689b6f31 Merge pull request #5190 from dev-chirag/master
BAEL-1426 Kafka Transactional API - achieving Exactly Once
2018-09-12 09:04:37 +02:00