Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference Between Function(String… args) and Function(String[] args) #13473

Merged
merged 15 commits into from
Feb 15, 2023

Conversation

ginjardev
Copy link
Contributor

topic: Difference Between Function(String… args) and Function(String[] args)

@pivovarit pivovarit changed the title arthurshur@gmail.com Difference Between Function(String… args) and Function(String[] args) Feb 15, 2023
@pivovarit pivovarit merged commit e0eba90 into eugenp:master Feb 15, 2023
dkapil added a commit that referenced this pull request Feb 22, 2023
* Bump to Groovy `3.0.8`

* SQL queries conventions

* Test `JsonGenerator`

* Align tests with `Spock` testing framework

* Reformat and single liner `read*` methods

* Minor fixes for Trait subject

* Align tests with `Spock` testing framework

* Minor fixes for Trait subject

* fix: Typos in Avro module

* Data Type in Groovy: align with `Spock` testing framework

* Metaprogramming: Align with groovy version `3.0.8` and use spock testing framework

* Categories: code reformat

* Maps in Groovy: convert to spock test framework

* Finding Elements in Collections in Groovy: refactor to use spock testing framework

* Lists in Groovy: refactor to use spock testing framework

* A Quick Guide to Iterating a Map in Groovy: refactor to use spock testing framework

* How to Remove a Prefix From Strings in Groovy: refactor to use spock testing framework

* added code of collections-vs-stream

* added setup and teardown method

* rename the package

* removed unwanted code

* removed transactional annotation

* renamed the Test class

* Feature/bael 6101 singleton (#13325)

* BAEL-6101: singleton bean and pattern example

* BAEL-6101: change package

* BAEL-6101: refactor

* BAEL-6101: refactor

* BAEL-6101: PR comment fix

* [BAEL-5788] Accessing Private Constructor

* BAEL-6097: Pitfalls on Testing with Spring Boot (#13441)

* BAEL-6097: Create project

* BAEL-6097: Implement sample code and tests with custom test slices

* BAEL-6097: Fix application-test.yml

* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test

* Difference Between Function(String… args) and Function(String[] args) (#13473)

* BAEL-6210: Examples for RethinkDB article (#13481)

* JAVA-17608 Restored AtomicInteger default increment method

* [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor… (#13461)

* [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor,aws-modules to jdk9-and-above profile

* [JAVA-16376] testing war plugin

* [JAVA-16376] Upgraded asciidoctor dependencies

* [JAVA-16376] Upgraded lombok version

* [JAVA-16376] Upgraded guice version

* [JAVA-16376] Clean up properties

* BAEL-6046 - MongoDB - Field Level Encryption (#13440)

* bael-6046 - first draft

* review 1

* review 2

* null checks and lambda

* BAEL-6162: Code examples from article (#13458)

* Code example from article

* BAEL-6162: Add unit tests

* Rename test class

* Updated Instancio version

* [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile (#13470)

* [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile

* [JAVA-16376] Upgraded geotools dependencies and moved module to jdk9-and-above profile

* [JAVA-16376] Replaced vividsolutions artifact with  locationtech

* [JAVA-16376] Moved data-structures to jdk9-and-above profile

* [JAVA-16376] Moved deeplearning4j module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>

* BAEL-5288 Code for the Map Date Types With openapi generator article (#13467)

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Create README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* [2lists-to-map] Combining Two Lists into a Map in Java (#13484)

* [2lists-to-map] Combining Two Lists into a Map in Java

* [2lists-to-map] rename package

* JAVA-17429 Upgrade to latest spring-boot-2 (#13480)

* [BAEL-6027] Add example for Awaitility and Thread.sleep comparison (#13450)

* Add example for Awaitility and Thread.sleep comparison

* Fix unit test method name and indentation.

* Use property in pom.xml for awaitility dependency version.

---------

Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>

* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… (#13375)

* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial

* BAEL-6100 remove wrongly added README update

* BAEL-6100 Add interger array to single string example

* BAEL-6100 Correct typo in test class name

* BAEL-4487 remove padding that causes non-deterministic behaviour (#13425)

* BAEL-6046 - MongoDB - Field Level Encryption (#13494)

* [JAVA-6143] java copy from one hashmap to another (#13497)

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>

* Update README.md

[skip ci]

* Update README.md

* Update README.md

* Bael 5190: Verify Digital Signatures in Java article (#13439)

* #BAEL-5190: add keystore and certificate files

* #BAEL-5190: add keystore address

* #BAEL-5190: update hashing

* #BAEL-5190: delete main classes

* #BAEL-5190: move keystore files to test directory

* #BAEL-5190: rename to DigitalSignatureUtils

* #BAEL-5190: main source code

* #BAEL-5190: main test source

* #BAEL-5190: update for testing

* #BAEL-5190: update keystore type

* #BAEL-5190: remove p12 keystores

* #BAEL-5190: add jks keystores

---------

Co-authored-by: h_sharifi <h_sharifi@modernisc.com>

* BAEL-6154: Migrate from Java 8 to Java 17 + tests (#13474)

* BAEL-4971 - Object mapping with Cassandra (#13427)

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra - changing test name

* BAEL-4971 - Object mapping with Cassandra - code formatting

* BAEL-4971 - Object mapping with Cassandra - review incorporation

* JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (#13485)

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (#13409)

* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules

* JAVA-2420 Migrate spring-boot-camel to spring-apache camel

* JAVA-2420 Update README.md file

* JAVA-2420 Remove spring-boot-camel

---------

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and upd… (#13399)

* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and update articles

* JAVA-14723 Refactoring and remove unused files

* JAVA-14723 remove the WEB-INF and migrate jsp to html

* JAVA-14723 Add back the removed test and rename the test into: ArticleViewerControllerWithRequiredAttributeIntegrationTest

---------

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-18445 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (conti-1) (moved-1) (#13510)

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-18132 Upgrade custom-pmd module to JDK 11 (#13500)

Co-authored-by: timis1 <noreplay@yahoo.com>

* BAEL-6069: Exclude dependency in a Maven plugin (#13508)

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names (#13355)

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: fix: Hibernate Keywords - alter the "where" value to make sure it is obvious that it is not the value but the @column that is causing the error.

* BAEL-5549: doc: Hibernate Keywords - revert README changes

* [JAVA-18124] Moved apache-libraries module to jdk9-and-above profile (#13502)

* [JAVA-18124] Moved apache-libraries module to jdk9-and-above profile

* [JAVA-18124] Upgrade beam version

* BAEL-5912 Introduction to RoaringBitmap (#13326)

* Finding All Duplicates in a List in Java- BAEL-6075 (#13291)

* Deep & Shallow Copy

* Revert "Deep & Shallow Copy"

This reverts commit 62f75b0.

* duplicates in a list in java

* Unit test changes

* unit test changes

* Tests change after review

* Code formatted

* code formatted

* new module core-java-lang-6

* entry in parent pom and test setup method name change

* module renamed

* parent pom entry added

* pom.xml changes reverted

* Bael 6069 (#13521)

* BAEL-6069: Exclude dependency in a Maven plugin

* BAEL-6069: rename project

* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile (#13487)

* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile

* [JAVA-18171] Moved reactive-systems module to jdk9-and-above profile

* [JAVA-18170] Moved rxjava-modules to jdk9-and-above profile

* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile

* [JAVA-18168] Upgraded quarkus version

* [JAVA-16394] Moved groovy modules to jdk9-and-above profile

* [JAVA-18165] Reverted changes for pattern-modules

* [JAVA-16394] Upgraded dependencies to latest versions

* [JAVA-18134] Upgraded guava-modules to java 11 and moved to jdk9-and-above profile

* [JAVA-16394] Fixed groovy-eclipse-batch dependency version

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>

---------

Co-authored-by: Alex Golub <a12thu@gmail.com>
Co-authored-by: gantoin <gantoin@pm.me>
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
Co-authored-by: Daniel Strmecki <daniel.strmecki@gmail.com>
Co-authored-by: Stef Serban-Cristian <stef.serban.cristian@gmail.com>
Co-authored-by: Ralf Ueberfuhr <40685729+ueberfuhr@users.noreply.github.com>
Co-authored-by: davidmartinezbarua <davmb5@gmail.com>
Co-authored-by: Iniubong LA <arthurshur@gmail.com>
Co-authored-by: Graham Cox <graham@grahamcox.co.uk>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: Ulisses Lima <ulisseslima@users.noreply.github.com>
Co-authored-by: Michael Pratt <prattm@gmail.com>
Co-authored-by: Arman Sharif <armandino@gmail.com>
Co-authored-by: thibaultfaure <thibault.faure.pro@gmail.com>
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
Co-authored-by: edizor <113095366+edizor@users.noreply.github.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: AttilaUhrin <uhrin.attila1@gmail.com>
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
Co-authored-by: sam-gardner <53271849+sam-gardner@users.noreply.github.com>
Co-authored-by: Shaun Phillips <61982125+ShaPhi7@users.noreply.github.com>
Co-authored-by: Bhaskar Ghosh Dastidar <dastidar.bhaskar@gmail.com>
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
Co-authored-by: Hamid Reza Sharifi <hmdrzsharifi@gmail.com>
Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
Co-authored-by: Palaniappan Arunachalam <palaniappan.ar@gmail.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: timis1 <12120641+timis1@users.noreply.github.com>
Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: ACHRAF TAITAI <43656331+achraftt@users.noreply.github.com>
Co-authored-by: Grzegorz Musiał <grzegorz@musial.tk>
Co-authored-by: alemoles <alemolerio@gmail.com>
Co-authored-by: 2406ankita <41814570+2406ankita@users.noreply.github.com>
viktorardelean added a commit to viktorardelean/tutorials that referenced this pull request Feb 22, 2023
* Align tests with `Spock` testing framework

* Minor fixes for Trait subject

* JAVA-16085, Potential issue in "A Guide to SAML with Spring Security"  article (eugenp#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 <joseph.sterling.grah@miles.no>

* JAVA-15621, Potential issue in "Guide to UUID in Java" article. (eugenp#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 <joseph.sterling.grah@miles.no>

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

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

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

* [JAVA-15025] Upgraded to apache http 5

* [JAVA-15025] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

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

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

* [JAVA-15016] Clean up

* [JAVA-15016] Junit 5 clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* BAEL-6058: renamed test class

* [store-triple-in-list] Storing Data Triple in a List in Java (eugenp#13295)

* [store-triple-in-list] Storing Data Triple in a List in Java

* [store-triple-in-list] method name "give..."->"given..."

* case correction

* fix: Typos in Avro module

* BAEL-5924 Java 8 Stream with Batch Processing Support (eugenp#13203)

* code for BAEL-5999 Converting String Object to Java Compilable Code (eugenp#13179)

* code for BAEL-5999 Converting String Object to Java Compilable Code

* move code from core-java-jvm-2 to core-java-jvm-3
fix unit test name
fix core-java-jvm-3 test directory structure
disable non-working unit tests from core-java-jvm-3

* Data Type in Groovy: align with `Spock` testing framework

* Update README.md

[skip ci]

* Create README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* [JAVA-5730] convert list of objects to list of strings (eugenp#13166)

* [JAVA-5730] convert list of objects to list of strings

* [JAVA-5730] added new unit tests with null and non-null lists. modified pom.xml with java version to 16

* [JAVA-5730] simplified User class and formatted the codebase

* [JAVA-5730] added module in jdk-9 and above profile

* [JAVA-5730] removed arraylist module from other profiles of core-java pom

* [JAVA-5730] java util opened for reflection surefire plugin

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>

* muasif80@gmail.com (eugenp#13262)

* BAEL-6063

* Updated the unit test class name

* Fixed the test

* Made updates to method names for tests and some refactor of code

* Updated the formatting using Baeldung formatter for Java

* Removed the space around = and made line continuations 2 spaces

* BAEL-6058: fixed formatting for line continuation

* JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article (eugenp#13286)

* JAVA-16308 Potential issue in Introduction to Spring Data Elasticsearch article

* JAVA-16308 Update code as per Review Comments

* JAVA-14179 Potential issue in Keycloak Integration - OAuth article (eugenp#13305)

* [JAVA-15021] Upgraded to apache httpclient 5.2 (eugenp#13309)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* JAVA-15609 Fixed failing tests (eugenp#13304)

* JAVA-12390 Enabled CORS (eugenp#13208)

* JAVA-14471 Remove remaining code for moved articles

* LNX-453:- Prevent Jenkins build from failing when execute shell step fails (eugenp#13300)

* arthurshur@gmail.com (eugenp#13275)

* Creating a deep vs shallow copy of an object in Java

* Creating a deep vs shallow copy of an object in Java

* Baeldung article converting number bases

* Baeldung article converting number bases

* edits made to Converting a Number from One Base to Another in Java

* added braces to oneliners

* added precondition to check input

* Updated Readme to include info on building modules from the root (eugenp#13312)

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Metaprogramming: Align with groovy version `3.0.8` and use spock testing framework

* Categories: code reformat

* Maps in Groovy: convert to spock test framework

* Finding Elements in Collections in Groovy: refactor to use spock testing framework

* Lists in Groovy: refactor to use spock testing framework

* A Quick Guide to Iterating a Map in Groovy: refactor to use spock testing framework

* How to Remove a Prefix From Strings in Groovy: refactor to use spock testing framework

* BAEL-6073 added scylladb code (eugenp#13307)

* BAEL-6073 added scylladb code

* BAEL-6073 renamed test class name

* fixed backlink

* backlink fixed

* BAEL-6044: Fix the IllegalArgumentException: No enum const class (eugenp#13171)

* BAEL-6040 Add Java List tests. (eugenp#13255)

* BAEL-6040 Add list interface example.

* BAEL-6040 Updated list iterator.

* BAEL-6040 Removed logger import.

* BAEL-6040 Added List interface tests.

* BAEL-6040 Update tests success names.

* BAEL-6040 Small names refactoring.

* BAEL-6040 Add new core-java-collections-5 module.

* BAEL-6040 Create module core-java-collections-list-5.

* BAEL-6040 Create module core-java-collections-list-5.

* BAEL-5942 Code changes (eugenp#13147)

* BAEL-5942 Code changes

* BAEL-5942 Code changes

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review

* Fix The PR that is merged here is causing some other integration tests to fail in the same module (eugenp#13331)

* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.

* JAVA-14459, Move spring5 reactive webflux filters to its own module.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* [JAVA-15036] Upgraded to apache client 5.2 (eugenp#13334)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Check If Command Line Arguments Are Null in Java (eugenp#13246)

* Bael 6011: Spring Boot Logback and Log4j2 Extensions (eugenp#13327)

* Feature/java 14459 (eugenp#13336)

* JAVA-14459, GitHub Issue: Reactive WebSocket App example no longer works.

* JAVA-14459, Move spring5 reactive webflux filters to its own module.

* JAVA-14459, Update README.md, remove links to irrelevant articles.

Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* [bigDecimal-x-int] Multiply a BigDecimal By an Integer in Java (eugenp#13320)

* JAVA-17420 Update The transient Keyword in Java Article (eugenp#13321)

Co-authored-by: Iulian Timis <iulian.timis@tora.com>

* BAEL-6091 structured concurrency (eugenp#13297)

* BAEL-5856 Using and testing Axon applications via REST (eugenp#13134)

Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>

* BAEL-6088 - Ahead of Time Optimizations in Spring 6 (eugenp#13311)

* BAEL-6057 - Implementing Retry In Kafka Consumer

(moved code example to new module)

* BAEL-6057 - Implementing Retry In Kafka Consumer

(fix on README.md)

* BAEL-6088 - Ahead of Time Optimizations in Spring 6

Co-authored-by: Cesare <cesare.valenti@hotmail.com>

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Create README.md

[skip ci]

* added code of collections-vs-stream

* added setup and teardown method

* BAEL-6164: Generate unit test data with Instancio (eugenp#13350)

* [ BAEL-6068 ] - Communicating with Docker containers on the same machine (eugenp#13343)

* fix: build clean up

* feat: add docker compose 2 module, add communication same machine docker compose

* fix: remove unused package lock file

* BAEL-5952-Java HttpClient - Map Json Response to Java Class (eugenp#13234)

* Java HttpClient - Map Json Response to Java Class

* BAEL-5952-Java HttpClient - Map Json Response to Java Class

* BAEL-5952-Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* Java HttpClient - Map Json Response to Java Class

* inverting condition to match the article

* BAEL 5932 - Callback Functions in Java (eugenp#13335)

* [comp-str-enum] Comparing a String to an Enum Value in Java (eugenp#13349)

* JAVA-17293 Update Java Mail articles

* Feature/bael 6083 http interface (eugenp#13251)

* BAEL-6083: Update Spring Boot, initial tests

* BAEL-6083: Fix tests

* BAEL-6083: Add post method

* BAEL-6083: Failing POST test

* BAEL-6083: Remove POST test

* BAEL-6083: Fix POST tests

* BAEL-6083: Add delete method

* BAEL-6083: Add id field

* BAEL-6083: Exception handling

* BAEL-6083: Refactor

* BAEL-6083: Use Java 17

* BAEL-6083: Update Mockito to use BDD and deep mocks

* BAEL-6083: Unused vars

* JAVA-17293 Update Java Mail articles for core-java-networking-3

* JAVA-17293 Update Java Mail articles for logback

* JAVA-17293 Fix java version problem for java bind

* [int-zero-or-null] Check if an Integer Value is null or Zero in Java (eugenp#13332)

* BAEL-6146 - Initialize an ArrayList with All Zeroes or Null in Java (eugenp#13368)

* initialize arraylist with null or zeros

* configure pom parent

* move code

* delete module

* BAEL-5924 Java 8 Stream with Batch Processing Support (eugenp#13366)

* [JAVA-5783] stream to iterable (eugenp#13369)

* [JAVA-5783] stream to iterable

* [JAVA-5783] tests refactor

---------

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>

* updated Unit test to add assertions examples

* JAVA-14471 remove extra dependency, set start class, upgrade

* JAVA-16890 GitHub Issue: FindBugs should be SpotBugs (eugenp#13388)

Co-authored-by: timis1 <noreplay@yahoo.com>

* rename the package

* removed unwanted code

* BAEL-5856 mark manual test

* removed transactional annotation

* [strArrayToIntArray] convert str array to int array (eugenp#13217)

* BAEL 5932 - Callback Functions in Java (eugenp#13364)

* [abs-int-diff] Return Absolute Difference Between Two Integers in Java (eugenp#13379)

* update tests to use junit5, mark live test

* update path to xml file

* match boot version, update path

* downgrade jaxb plugin

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* [JAVA-15024] Upgraded multipart functionality to apache client 5 (eugenp#13378)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* JAVA-17281 GitHub Issue: Read only Spring Boot App- NoUniqueBeanDefinitionException: No qualifying bean of type available: expected single matching bean but found 2 (eugenp#13394)

Co-authored-by: n <noreplay@yahoo.com>

* JAVA-16681 GitHub Issue: CacheUtils shown in this tutorial are now Deprecated and marked for removal (eugenp#13397)

Co-authored-by: timis1 <noreplay@yahoo.com>

* calling start() (eugenp#13417)

* Java 12714 eugen (eugenp#13358)

* Java 12714 - Test build (eugenp#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 <panagiotis.kakos@libra-is.com>

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

* Java 15029 (eugenp#13257)

* [JAVA-15029] Formatting

* [JAVA-15029] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Java 15030 (eugenp#13253)

* [JAVA-15030] Upgrade to http client 5

* [JAVA-15030] Fixed MimeType test

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Java 16961 (eugenp#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 <panagiotis.kakos@libra-is.com>

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

* Bael 5436 new (eugenp#13283)

* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5436 - Root mapping

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

This reverts commit 358a061.

* BAEL-5436 - Uncommenting controller

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

* BAEL-5959: Adjust code style (eugenp#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 (eugenp#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 <joseph.sterling.grah@miles.no>

* JAVA-15621, Potential issue in "Guide to UUID in Java" article. (eugenp#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 <joseph.sterling.grah@miles.no>

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

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

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

* [JAVA-15025] Upgraded to apache http 5

* [JAVA-15025] Clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

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

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

* [JAVA-15016] Clean up

* [JAVA-15016] Junit 5 clean up

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com>
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com>
Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* Update pom.xml

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

* [JAVA-12714] Removed plugin from atomix module

* [JAVA-12714] Removed compiler plugin

* [JAVA-12714] Removed compiler plugin

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* JAVA-12714 Fixed conflicts

* JAVA-12714 Temporarily disabling ItemsUnitTest

* JAVA-12714 Removed Duplicate Classes

---------

Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com>
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com>
Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* JAVA-17762 Align module names, folder names and artifact id - Week 6 - 2023 (eugenp#13411)

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-15980 Upgrade AWS Kinesis (eugenp#13294)

* JAVA-15980 Upgrade AWS Kinesis

* JAVA-15980 Minor readability improvement

* Generate the firebase-service-account.json file, add file to class-path and make application run again. (eugenp#13337)

* JAVA-16938, Fix gcp-firebase module.

* JAVA-16938, Add the firebase-service-account.json file to the classpath.

---------

Co-authored-by: jogra <joseph.sterling.grah@miles.no>

* JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (eugenp#13322)

* JAVA-54 Create parents profile for tutorials repo (eugenp#13360)

* BAEL-5866 Reading PDF File using Java (eugenp#13403)

* BAEL-6198: junit5 @nested tests

* BAEL-6198: renaming

* [instanceOf-stream] Checking instanceof in Java Stream (eugenp#13419)

* [x-asserts-in-one] Single Assert Call for Multiple Properties in JUnit5 (eugenp#13413)

* BAEL-5990 is implemented to generate JMeter dashboard reports (eugenp#13345)

* BAEL-5990 is implemented to generate JMeter dashboard reports

* BAEL-5990 made a fix to use Random nextInt() method with single arg

* BAEL-5990 updated code to use Arrays.asList rather than List.of

* BAEL-5990 Replaced tabs with space

* BAEL-5990 Removed unnecessary exception in the method declaration

* BAEL-5990 Updated class name

* BAEL-6049-validate-ipv4-address (eugenp#13287)

* validate ipv4

* add unit test

* add more unit tests

* add more unit tests

* add more unit test

---------

Co-authored-by: tienvn4 <tienvn4@ghtk.co>

* Bael 5961: OpenTelemetry integration with Spring Boot application (eugenp#13252)

* Open telemetry in spring boot

* Removed unused field

* Test add and seperate packages

* Refactored code

* Version moved to property

* Removed unused logback files

* update version in docker file

* corrected spacing

* COde review refactoring

* COde review refactoring

* COde review refactoring

* corrected property

* PostContruct add on repo setup

* corrected var names

* change to junit 5 and other improvements

* Port reverted back

* Code review implement

* Logger update

* Logger var update

---------

Co-authored-by: Saikat <saikatcse03y@gmail.com>

* BAEL-5990 Added JMeter-Dashboard profile to isolate (eugenp#13435)

* BAEL-5990 is implemented to generate JMeter dashboard reports

* BAEL-5990 made a fix to use Random nextInt() method with single arg

* BAEL-5990 updated code to use Arrays.asList rather than List.of

* BAEL-5990 Replaced tabs with space

* BAEL-5990 Removed unnecessary exception in the method declaration

* BAEL-5990 Updated class name

* BAEL-5990 Added JMeterDashboard profile to exclude DashboardApplication scan in other cases

* [JAVA-18123] Upgraded algorithms-modules to java 11 + Upgraded unit t… (eugenp#13437)

* [JAVA-18123] Upgraded algorithms-modules to java 11 + Upgraded unit tests to junit5

* [JAVA-18123] Clean up properties

---------

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Java 15035 (eugenp#13421)

* [JAVA-15035] Created module httpclient4 and moved related code

* [JAVA-15035] Upgraded httpclient-simple to spring-boot-e

* [JAVA-15035] Moved modules to to right profiles

* [JAVA-15026] Upgraded headers code to apache 5.2 + moved code related to 4.5 to httpclient4 module

* [JAVA-14911] Final clean up for http-client module

---------

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* [JAVA-12714] Removed compiler plugin (eugenp#13420)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* Update README.md (eugenp#13444)

* [streamOf-vs-intStreamRange] Understanding the Difference Between Str… (eugenp#13429)

* [streamOf-vs-intStreamRange] Understanding the Difference Between Stream.of and IntStream.range

* [streamOf-vs-intStreamRange] fix indent

* BAEL-5864 - Getting the Current ApplicationContext in Spring (eugenp#13433)

* JAVA-17333 Update Java Timer Article (eugenp#13423)

* JAVA-17333 Update Java Timer Article

* JAVA-17333 Rename the test class

---------

Co-authored-by: timis1 <noreplay@yahoo.com>

* [JAVA-15024] Changed HttpMultipartMode from STRICT to LEGACY (eugenp#13446)

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>

* [Difference Between Class.forName() and Class.forName().newInstance()] sample code (eugenp#13451)

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Create README.md

[skip ci]

* Update README.md

[skip ci]

* BAEL-6119: Difference Between findBy and findAllBy in Spring Data JPA (eugenp#13344)

* player entity and repository. test structure

* moving modules

* test findFirst. cleanups.

* adding @repository

* player entity and repository. test structure

* moving modules

* test findFirst. cleanups.

* adding @repository

* changing module

* adding show-sql config

* removing unrelated change

* properties SB annotation

* Record vs Final class in Java (eugenp#13455)

* Added code for record vs final.

* Fixed a small mistake.

* BAEL-6072 | Create Dynamic Queues in RabbitMQ (eugenp#13301)

* BAEL-6072 | Article code

* Code changes as per editor review

* Test cases updated

* Removed unused imports

* Updated test case

* BAEL-5742: Fix EmptyResultDataAccessException when using Jdbctemplate (eugenp#13338)

* JAVA-17327 Fix and enable spring-roo module (eugenp#13459)

Co-authored-by: timis1 <noreplay@yahoo.com>

* BAEL-6155 adding quarkus funqy code (eugenp#13436)

* BAEL-6155 adding quarkus funqy code

* BAEL-6155 removed extra files

* BAEL-6155 removed unused files

* BAEL-6155 updated test naming convention

* BAEL-5720 Java HttpClient Connection Management (eugenp#13452)

* BAEL-5642 Using @NotNull as a method parameter

* BAEL-5642 Add Spring Boot and bump spring and hibernate-validator versions

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 Java HttpClient Connection Management

* BAEL-5720 move JavaHttpClient test to core-java-httpclient module

* BAEL-5720 move jetty-logging-properties to core-java-httpclient module

* BAEL-5720 add wiremock to pom

* Update pom.xml

* Delete jetty-logging.properties

---------

Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>

* BAEL-5729 Convert Hex to RGB Using Java (eugenp#13432)

* BAEL-6195 Find the First Embedded Occurrence of an Integer in a Java String (eugenp#13448)

* initialize arraylist with null or zeros

* configure pom parent

* move code

* delete module

* BAEL-6195

* first occurence of an integer

* review changes

* BAEL-6198: fixed spacing for line continuation

* renamed the Test class

* JAVA-17765 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (eugenp#13456)

Co-authored-by: timis1 <noreplay@yahoo.com>

* added parent in pox.xml (eugenp#13469)

* [is-object-array] Check if Object is an Array in Java (eugenp#13463)

* Added Ebook related notes in the Readme (eugenp#13472)

* Feature/bael 6101 singleton (eugenp#13325)

* BAEL-6101: singleton bean and pattern example

* BAEL-6101: change package

* BAEL-6101: refactor

* BAEL-6101: refactor

* BAEL-6101: PR comment fix

* [BAEL-5788] Accessing Private Constructor

* BAEL-6097: Pitfalls on Testing with Spring Boot (eugenp#13441)

* BAEL-6097: Create project

* BAEL-6097: Implement sample code and tests with custom test slices

* BAEL-6097: Fix application-test.yml

* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test

* Difference Between Function(String… args) and Function(String[] args) (eugenp#13473)

* BAEL-6210: Examples for RethinkDB article (eugenp#13481)

* JAVA-17608 Restored AtomicInteger default increment method

* [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor… (eugenp#13461)

* [JAVA-16376] Moved apache-poi, apache-velocity,di-modules,asciidoctor,aws-modules to jdk9-and-above profile

* [JAVA-16376] testing war plugin

* [JAVA-16376] Upgraded asciidoctor dependencies

* [JAVA-16376] Upgraded lombok version

* [JAVA-16376] Upgraded guice version

* [JAVA-16376] Clean up properties

* BAEL-6046 - MongoDB - Field Level Encryption (eugenp#13440)

* bael-6046 - first draft

* review 1

* review 2

* null checks and lambda

* BAEL-6162: Code examples from article (eugenp#13458)

* Code example from article

* BAEL-6162: Add unit tests

* Rename test class

* Updated Instancio version

* [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile (eugenp#13470)

* [JAVA-16376] Moved spring-reactive-modules to jdk9-and-above profile

* [JAVA-16376] Upgraded geotools dependencies and moved module to jdk9-and-above profile

* [JAVA-16376] Replaced vividsolutions artifact with  locationtech

* [JAVA-16376] Moved data-structures to jdk9-and-above profile

* [JAVA-16376] Moved deeplearning4j module to jdk9-and-above profile

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>

* BAEL-5288 Code for the Map Date Types With openapi generator article (eugenp#13467)

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Create README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* Update README.md

[skip ci]

* [2lists-to-map] Combining Two Lists into a Map in Java (eugenp#13484)

* [2lists-to-map] Combining Two Lists into a Map in Java

* [2lists-to-map] rename package

* JAVA-17429 Upgrade to latest spring-boot-2 (eugenp#13480)

* [BAEL-6027] Add example for Awaitility and Thread.sleep comparison (eugenp#13450)

* Add example for Awaitility and Thread.sleep comparison

* Fix unit test method name and indentation.

* Use property in pom.xml for awaitility dependency version.

---------

Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>

* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams… (eugenp#13375)

* BAEL-6100-Add-example-code-for-integer-array-to-strings-using-streams-tutorial

* BAEL-6100 remove wrongly added README update

* BAEL-6100 Add interger array to single string example

* BAEL-6100 Correct typo in test class name

* BAEL-4487 remove padding that causes non-deterministic behaviour (eugenp#13425)

* BAEL-6046 - MongoDB - Field Level Encryption (eugenp#13494)

* [JAVA-6143] java copy from one hashmap to another (eugenp#13497)

Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>

* Update README.md

[skip ci]

* Update README.md

* Update README.md

* Bael 5190: Verify Digital Signatures in Java article (eugenp#13439)

* #BAEL-5190: add keystore and certificate files

* #BAEL-5190: add keystore address

* #BAEL-5190: update hashing

* #BAEL-5190: delete main classes

* #BAEL-5190: move keystore files to test directory

* #BAEL-5190: rename to DigitalSignatureUtils

* #BAEL-5190: main source code

* #BAEL-5190: main test source

* #BAEL-5190: update for testing

* #BAEL-5190: update keystore type

* #BAEL-5190: remove p12 keystores

* #BAEL-5190: add jks keystores

---------

Co-authored-by: h_sharifi <h_sharifi@modernisc.com>

* BAEL-6154: Migrate from Java 8 to Java 17 + tests (eugenp#13474)

* BAEL-4971 - Object mapping with Cassandra (eugenp#13427)

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra

* BAEL-4971 - Object mapping with Cassandra - changing test name

* BAEL-4971 - Object mapping with Cassandra - code formatting

* BAEL-4971 - Object mapping with Cassandra - review incorporation

* JAVA-17818 Split or move spring-cloud-openfeign module (conti-2) (eugenp#13485)

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules (eugenp#13409)

* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules

* JAVA-2420 Migrate spring-boot-camel to spring-apache camel

* JAVA-2420 Update README.md file

* JAVA-2420 Remove spring-boot-camel

---------

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and upd… (eugenp#13399)

* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and update articles

* JAVA-14723 Refactoring and remove unused files

* JAVA-14723 remove the WEB-INF and migrate jsp to html

* JAVA-14723 Add back the removed test and rename the test into: ArticleViewerControllerWithRequiredAttributeIntegrationTest

---------

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-18445 Cleanup un-committed or un-ignored artifacts - Week 6 - 2023 (conti-1) (moved-1) (eugenp#13510)

Co-authored-by: timis1 <noreplay@yahoo.com>

* JAVA-18132 Upgrade custom-pmd module to JDK 11 (eugenp#13500)

Co-authored-by: timis1 <noreplay@yahoo.com>

* BAEL-6069: Exclude dependency in a Maven plugin (eugenp#13508)

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names (eugenp#13355)

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: feat: Hibernate Keywords - using keywords as table column names

* BAEL-5549: fix: Hibernate Keywords - alter the "where" value to make sure it is obvious that it is not the value but the @column that is causing the error.

* BAEL-5549: doc: Hibernate Keywords - revert README changes

* [JAVA-18124] Moved apache-libraries module to jdk9-and-above profile (eugenp#13502)

* [JAVA-18124] Moved apache-libraries module to jdk9-and-above profile

* [JAVA-18124] Upgrade beam version

* BAEL-5912 Introduction to RoaringBitmap (eugenp#13326)

* Finding All Duplicates in a List in Java- BAEL-6075 (eugenp#13291)

* Deep & Shallow Copy

* Revert "Deep & Shallow Copy"

This reverts commit 62f75b0.

* duplicates in a list in java

* Unit test changes

* unit test changes

* Tests change after review

* Code formatted

* code formatted

* new module core-java-lang-6

* entry in parent pom and test setup method name change

* module renamed

* parent pom entry added

* pom.xml changes reverted

* Bael 6069 (eugenp#13521)

* BAEL-6069: Exclude dependency in a Maven plugin

* BAEL-6069: rename project

* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile (eugenp#13487)

* [JAVA-16376] Moved quarkus-modules to jdk9-and-above profile

* [JAVA-18171] Moved reactive-systems module to jdk9-and-above profile

* [JAVA-18170] Moved rxjava-modules to jdk9-and-above profile

* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile

* [JAVA-18168] Upgraded quarkus version

* [JAVA-16394] Moved groovy modules to jdk9-and-above profile

* [JAVA-18165] Reverted changes for pattern-modules

* [JAVA-16394] Upgraded dependencies to latest versions

* [JAVA-18134] Upgraded guava-modules to java 11 and moved to jdk9-and-above profile

* [JAVA-16394] Fixed groovy-eclipse-batch dependency version

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>

---------

Co-authored-by: Alex Golub <a12thu@gmail.com>
Co-authored-by: jsgrah-spring <jsgrah@hotmail.com>
Co-authored-by: jogra <joseph.sterling.grah@miles.no>
Co-authored-by: panos-kakos <102670093+panos-kakos@users.noreply.github.com>
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: emanueltrandafir1993 <emanueltrandafir1993@gmail.com>
Co-authored-by: Kai Yuan <kent.yuan@Gmail.com>
Co-authored-by: HARDEMAN Sébastien <sebastien.hardeman@groupe-mma.fr>
Co-authored-by: gantoin <gantoin@pm.me>
Co-authored-by: alemoles <alemolerio@gmail.com>
Co-authored-by: IfThen2 <57305322+IfThen2@users.noreply.github.com>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
Co-authored-by: edizor <113095366+edizor@users.noreply.github.com>
Co-authored-by: Bhaskar Ghosh Dastidar <dastidar.bhaskar@gmail.com>
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
Co-authored-by: Muhammad Asif <muasif80@gmail.com>
Co-authored-by: etrandafir93 <75391049+etrandafir93@users.noreply.github.com>
Co-authored-by: davidmartinezbarua <davmb5@gmail.com>
Co-authored-by: anuragkumawat <anuragkumawat7@gmail.com>
Co-authored-by: Anastasios Ioannidis <121166333+anastasiosioannidis@users.noreply.github.com>
Co-authored-by: Kapil Khandelwal <kapilbk1996@gmail.com>
Co-authored-by: Iniubong LA <arthurshur@gmail.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
Co-authored-by: Kumar Prabhash Anand <kumarprabhash1995@gmail.com>
Co-authored-by: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com>
Co-authored-by: Azhwani <13301425+azhwani@users.noreply.github.com>
Co-authored-by: Vali Tuguran <valituguran@gmail.com>
Co-authored-by: brokenhardisk <brokenhardisk@gmail.com>
Co-authored-by: hajarrs <qaibouhajar@gmail.com>
Co-authored-by: Hamid Reza Sharifi <hmdrzsharifi@gmail.com>
Co-authored-by: timis1 <yoyulian2013@yahoo.com>
Co-authored-by: Iulian Timis <iulian.timis@tora.com>
Co-authored-by: Kilian Schneider <48420258+Basler182@users.noreply.github.com>
Co-authored-by: Gerard Klijs <gerard.klijs@axoniq.io>
Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>
Co-authored-by: cesarevalenti90 <50798547+cesarevalenti90@users.noreply.github.com>
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
Co-authored-by: Amit Kumatr <amit.kumar@fyndna.com>
Co-authored-by: Arman Sharif <armandino@gmail.com>
Co-authored-by: lucaCambi77 <lucacambi77@gmail.com>
Co-authored-by: Michael Olayemi <michaelolayemi28@gmail.com>
Co-authored-by: Ulisses Lima <ulisses@dvlcube.com>
Co-authored-by: Olu <56642018+olu-damilare@users.noreply.github.com>
Co-authored-by: Daniel Strmecki <daniel.strmecki@gmail.com>
Co-authored-by: Alexandru Borza <borzaalex18@gmail.com>
Co-authored-by: sebx59 <sebx59@users.noreply.github.com>
Co-authored-by: timis1 <12120641+timis1@users.noreply.github.com>
Co-authored-by: timis1 <noreplay@yahoo.com>
Co-authored-by: Ulisses Lima <ulisseslima@users.noreply.github.com>
Co-authored-by: Abhinav Pandey <abhinavpandey312@gmail.com>
Co-authored-by: Anastasios Ioannidis <anastasios.ioannidisa@gmail.com>
Co-authored-by: Thiago dos Santos Hora <thiago.santos.hora@gmail.com>
Co-authored-by: vunamtien <vunamtien16@gmail.com>
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
Co-authored-by: Saikat Chakraborty <40471715+saikatcse03@users.noreply.github.com>
Co-authored-by: Saikat <saikatcse03y@gmail.com>
Co-authored-by: apeterlic <apeterlic@gmail.com>
Co-authored-by: Dmitriy Budim <46810751+dbudim@users.noreply.github.com>
Co-authored-by: Pedro Lopes <pedroinf97@gmail.com>
Co-authored-by: Arya <108480101+drafii@users.noreply.github.com>
Co-authored-by: Avin Buricha <avin.buricha@gmail.com>
Co-authored-by: Roger <587230+rojyates@users.noreply.github.com>
Co-authored-by: Alexandru Borza <alexandru.borza@tazz.ro>
Co-authored-by: Stef Serban-Cristian <stef.serban.cristian@gmail.com>
Co-authored-by: Ralf Ueberfuhr <40685729+ueberfuhr@users.noreply.github.com>
Co-authored-by: Graham Cox <graham@grahamcox.co.uk>
Co-authored-by: Michael Pratt <prattm@gmail.com>
Co-authored-by: thibaultfaure <thibault.faure.pro@gmail.com>
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
Co-authored-by: AttilaUhrin <uhrin.attila1@gmail.com>
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
Co-authored-by: sam-gardner <53271849+sam-gardner@users.noreply.github.com>
Co-authored-by: Shaun Phillips <61982125+ShaPhi7@users.noreply.github.com>
Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
Co-authored-by: Palaniappan Arunachalam <palaniappan.ar@gmail.com>
Co-authored-by: ACHRAF TAITAI <43656331+achraftt@users.noreply.github.com>
Co-authored-by: Grzegorz Musiał <grzegorz@musial.tk>
Co-authored-by: 2406ankita <41814570+2406ankita@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants