Commit Graph

69 Commits

Author SHA1 Message Date
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
kwoyke
3252bebde6 JAVA-7133: POM Properties Cleanup (#11229)
* JAVA-7133: Use common org.slf4j.version property

* JAVA-7133: Use common logback.version property
2021-09-16 22:34:26 +05:30
freelansam
69a1db0eb0 JAVA-6475: Fix formatting of POMs (#11087)
* JAVA-6475: Fix formatting of POMs

* correct build error
2021-08-03 00:27:15 +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
60e9c08008 JAVA-5223: Fix formatting of POMs (Part 2) 2021-05-06 18:01:55 +05:30
Krzysztof Woyke
b18d260514 JAVA-4931: Cleanup surefire config. Part 2. 2021-03-29 18:57:35 +02:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Usman Mohyuddin
6db53d4805 Dev determine groovy datatype (#9235)
* add code files for "How to groovy data types"

add code files for "How to groovy data types"

* added Tests in example

* Update pom.xml

change tab into spaces

* remove the package determine-datatype as per comments

* Update pom.xml

add dependency for tests

* remvoe the unwanted junit5 dependency and refine the structure of code

remvoe the unwanted junit5 dependency and refine the structure of code

* add missing "()"

* correct the package as per sugesstion
2020-06-10 08:21:22 -07:00
johnA1331
25eeaaafb8 Update README.md 2020-05-12 15:11:57 +08:00
Usman Mohyuddin
1d24aed735 add code files for "How to determine the data type in Groovy" (#9123)
* add code files for "How to groovy data types"

add code files for "How to groovy data types"

* added Tests in example

* Update pom.xml

change tab into spaces
2020-04-23 10:54:55 -07:00
amit.pandey
04c9af4965 pom formatting 2020-03-15 18:22:24 +05:30
Maiklins
5786db3af2 BAEL-20687 Fix test in core-groovy-2 module (#8608) 2020-01-31 21:50:25 +01:00
amit.pandey
a407505698 extract pom version into properties 2020-01-30 02:16:26 +05:30
Dhawal Kapil
08d80cdc3a Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-20665
# Conflicts:
#	core-java-modules/core-java-jndi/pom.xml
2020-01-21 20:02:01 +05:30
amit.pandey
b315bf35c6 move versions in properties 2020-01-16 01:53:26 +05:30
Dhawal Kapil
075c1b11fe BAEL-20665 Submodules not building
- Further fixes
2020-01-14 00:18:29 +05:30
Dhawal Kapil
9b6b14a40b Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-20665
# Conflicts:
#	core-groovy-2/src/test/groovy/com/baeldung/metaprogramming/MetaprogrammingUnitTest.groovy
#	core-java-modules/pom.xml
#	pom.xml
2020-01-12 20:55:19 +05:30
Dhawal Kapil
b75658a2d4 BAEL-20655 Which sub-modules aren't being built?
- Added several missing modules in the main pom.xml
- Fixed the modules list for all the profiles
- Commented several test cases so that all modules can run and be included in the pom.xml
- Moved child modules from main pom to parent modules pom
2020-01-10 17:22:13 +05:30
Loredana Crusoveanu
1b89f003e6 Update WebserviceUnitTest.groovy 2020-01-08 21:01:45 +02:00
Krzysztof Woyke
f00c6d6a6d BAEL-3734: Use Year.now() instead of LocalDate.now() 2020-01-02 14:00:45 +01:00
Krzysztof Woyke
cb8c933155 BAEL-3734: Fix testEmployeeExtension unit test 2020-01-02 13:43:41 +01:00
Loredana Crusoveanu
cb100d4c07 Update MetaprogrammingUnitTest.groovy 2020-01-01 21:25:07 +02:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Dhawal Kapil
ea0f226cf6 Merge branch 'master' of https://github.com/johnA1331/tutorials into johnA1331-master
# Conflicts:
#	algorithms-miscellaneous-4/README.md
#	algorithms-sorting/README.md
#	gradle-5/README.md
#	java-dates-2/README.md
#	jaxb/README.md
#	jersey/README.md
#	libraries-primitive/README.MD
#	mapstruct/README.md
#	metrics/README.md
#	ml/README.md
#	persistence-modules/sirix/README.md
#	spring-5-data-reactive/README.md
#	spring-5/README.md
#	spring-boot-autoconfiguration/README.md
#	spring-freemarker/README.md
#	spring-mvc-simple-2/README.md
#	spring-mvc-xml/README.md
#	spring-thymeleaf-2/README.md
#	testing-modules/junit-5-advanced/README.md
#	xml/README.md
2019-10-30 05:18:36 +05:30
Josh Cummings
bcd9ad0898 Merge pull request #8022 from dkapil/task/BAEL-17684_bc
BAEL-17684 Cleanup pom properties
2019-10-15 19:02:24 -06:00
johnA1331
fc7e43c73c Update README.md 2019-10-15 16:15:09 +08:00
Dhawal Kapil
a950bd82a2 BAEL-17684 Cleanup pom properties 2019-10-14 20:31:04 +05:30
Loredana
885df8d48d add github links to articles 2019-10-12 22:28:00 +03:00
Sam Millington
7490fb6aed Add README descriptions 27 (#7913) 2019-10-04 09:52:16 +03:00
Josh Cummings
e2f6187f35 Update links to https (#7931)
* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* Update README.md

* https added

* https added

* Update README.md

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added

* https added
2019-10-02 20:30:08 +03:00
johnA1331
4aeef357e3 Bi-monthly test fix - BAEL-16797 (#7822)
* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2019-10-02 16:16:24 +03:00
Anshul Bansal
b7368cb6db BAEL-3191 - review changes 2019-09-22 22:26:47 +03:00
Anshul Bansal
dd5a432614 BAEL-3191 - Categories in Groovy 2019-09-15 16:54:50 +03:00
Anshul Bansal
cb1de34d0f BAEL-3190 - working with webservices in groovy - followed test names convention 2019-09-06 07:06:26 +03:00
Anshul Bansal
5b2dec5748 BAEL-3190 - Working with web services in Groovy - basic authorization 2019-09-03 13:12:17 +03:00
Anshul Bansal
d3df5e0d97 BAEL-3190 - Working with web services in Groovy - pom.xml code indentation 2019-09-01 23:08:53 +03:00
Anshul Bansal
a92e0ec2bc BAEL-3190 - Working with web services in Groovy - pom.xml code indentation 2019-09-01 15:57:37 +03:00
Anshul Bansal
e5ff15e4aa BAEL-3190 - Working with web services in Groovy - pom.xml code indentation 2019-09-01 15:56:26 +03:00
Anshul Bansal
78e2331c4f BAEL-3190 - Working with web services in Groovy - pom.xml code indentation 2019-09-01 15:51:19 +03:00
Anshul Bansal
f29bb94013 BAEL-3190 - Working with web services in Groovy - pom.xml code indentation 2019-09-01 15:48:07 +03:00
Anshul Bansal
69bdf2b5fc BAEL-3190 - Working with web services in Groovy 2019-09-01 15:46:43 +03:00
collaboratewithakash
c91f3de2c9 Back-link added 2019-08-13 16:53:58 +05:30
Eric Martin
c8e517f6e8 Merge pull request #7428 from SmartyAnsh/master
BAEL-2781 - Metaprogramming in Groovy
2019-08-04 18:04:40 -05:00
Anshul Bansal
6fe2a0fdcc BAEL-2781 - metaprogramming in groovy - review fixes 2019-07-29 20:57:12 +03:00
Anshul Bansal
6eb4d10886 BAEL-2781 - metaprogramming in groovy 2019-07-27 19:26:59 +03:00
Anshul Bansal
a49bd1ad2b BAEL-2781 - metaprogramming in groovy 2019-07-27 19:25:02 +03:00
Blake Ong
38000941b5 Bael 2666 concatenate strings with groovy (#7307)
* BAEL-2666 code for concatenate strings with groovy

* BAEL-2666 add placeholder link to readme

* BAEL-2666 remove article link in README, move code to core-groovy-2
2019-07-16 13:30:55 +02: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
collaboratewithakash
8bc56f4e39 Back-link added 2019-07-03 11:32:23 +05:30