Commit Graph

560 Commits

Author SHA1 Message Date
Roger 89eba29a26
BAEL-7315 Add source code for Spock Argument Capture tutorial (#16083) 2024-03-11 14:05:44 -07:00
Amit Pandey ec6f3949cd
JAVA-31814: Upgrade and fix Jenkins failures for spring-testing with Spring boot 3.2.2 (#16002) 2024-03-11 21:47:02 +02:00
Dmytro Budym 52e16ef898
Add code examples for article "Finding Element by Attribute in Selenium" (#16043) 2024-03-08 17:01:58 +01:00
timis1 6dcabea12b
JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024 (#16008)
* JAVA-31430 Review add-opens and add-exports in modules - Week 9 - 2024

* JAVA-31430 Some fixes

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-03-04 22:44:58 +01:00
panos-kakos 924f3ff446
[JAVA-31655] Upgrade testcontainers.postgresql to the latest version (#16001) 2024-03-01 09:05:47 +01:00
panos-kakos 1e603ea5a9
[JAVA-30181] Upgraded commons-cli and commons-io libraries in main p… (#15842)
* [JAVA-30181] Upgraded commons-cli and commons-io  libraries in main pom.xml

* [JAVA-30181]
2024-02-26 17:51:33 +01:00
sam-gardner 0d161ef8af
JAVA-31644 Update maven-compiler-plugin to 3.12.1 (#15952)
* JAVA-31644 Update maven-compiler-plugin to 3.12.1

* JAVA-31644 Update maven compiler plugin to 3.12.1 for more modules

* JAVA-31644 Continue upgrading modules to use maven-compiler-plugin 3.12.1
2024-02-26 17:04:34 +01:00
Oscar Mauricio Forero Carrillo 40952ba2cc
BAEL-7136: Remove spring-testing dependency on the parent POM and fix the dependencies to fix the integration tests (#15940) 2024-02-25 22:43:19 +01:00
panos-kakos cb3b854caa
[JAVA-30180] Upgraded jackson library in main pom.xml (#15847)
* [JAVA-30180] Upgraded jackson library in main pom.xml

* [JAVA-30180] Reverted jackson upgrade for apache-kafka

* [JAVA-30180]
2024-02-25 22:26:52 +01:00
Oscar Mauricio Forero Carrillo a61328e328
BAEL-7136: Improve the companion code for the article to include multiple properties in the @PropertySource annotation (#15885) 2024-02-16 19:57:57 +01:00
rcalago 14458ca985
Update README.md 2024-02-09 21:20:16 +08:00
anuragkumawat 118a0ac21f
JAVA-27672 Upgrade wiremock dependency in modules (#15803) 2024-02-05 14:24:24 +02:00
davidmartinezbarua a1353ca196
Merge pull request #15710 from thibaultfaure/articles/BAEL-7399-Injecting-@Captor-in-Junit-Method-Parameters
BAEL-7399 Code for the Injecting @Mock and @Captor in JUnit5 Method P…
2024-02-03 12:31:19 -03:00
davidmartinezbarua bd2120a4a2
Merge pull request #15734 from thibaultfaure/improvement/BAEL-7503-Junit-vs-TestNG-comparison
BAEL-7503 improvement to JUnit vs TestNG comparison article
2024-02-01 14:06:11 -03:00
panos-kakos 66db54d9bd
[JAVA-30445] Clean up (#15731) 2024-01-30 22:56:21 +01:00
panos-kakos 003170eb0d
[JAVA-27826] Upgraded to spring boot 3 (#15745) 2024-01-29 23:10:43 +01:00
rcalago f4d3f57961
Update README.md 2024-01-27 21:32:30 +08:00
Thibault Faure 2284b647ed BAEL-7503 add example of test ordering in JUnit 5 2024-01-25 23:31:55 +01:00
Thibault Faure c7b8e634a8 Remove useless public identifiers and fix test suite SelectPackagesSuiteUnitTest which did not discover any tests 2024-01-25 23:00:47 +01:00
Thibault Faure 8356dc6ba2 BAEL-7503 improvement to JUnit vs TestNG comparison article
Use @Disabled and not @Ignore in JUnit5
2024-01-25 22:33:49 +01:00
Thibault Faure 267efec81e BAEL-7399 Code for the Injecting @Mock and @Captor in JUnit5 Method Parameters article 2024-01-22 22:46:14 +01:00
Roger 9014d3007b
Bael 7312 spock data pipes (#15684)
* BAEL-7312 Add source for tests backing Spock Data Pipes article.

* BAEL-7312 Add source for tests backing Spock Data Pipes article.

* BAEL-7312 Delete non-compliant code
2024-01-18 16:41:46 -08:00
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
Amit Pandey 7cfb65748b Fix pom files in Spring Web and testing module (#15538) 2024-01-03 07:41:51 +05:30
Lucian Snare eb8f8cf56d Update readme 2024-01-01 23:28:48 -05:00
Lucian Snare c172e8e13b Merge branch 'master' of github.com:eugenp/tutorials into BAEL-7271-junit-parameterresolver 2024-01-01 22:45:02 -05:00
Lucian Snare 32594a2b23 Add examples of failing parameterized tests with no ParameterResolver 2024-01-01 22:43:51 -05:00
anuragkumawat 2096eac575 JAVA-29231 Move modules inside existing container modules (#15492) 2024-01-01 21:27:05 +02:00
Oscar Mauricio Forero Carrillo 164ef67325 Bael 7317 (#15415)
* BAEL-7226: Code for the improvements of the Percentages article.

* BAEL-7226: Rename Test to follow the convention

* BAEL-7317: Update the code to the latest versions of Spock, Groovy and the maven matching configuration

* BAEL-7317: Add code for the article improvements
2023-12-30 09:42:21 +01:00
anuragkumawat a347c74e04 JAVA-29004 Remove parent-java module (#15477) 2023-12-27 18:47:23 +02:00
timis1 c75c95205d JAVA-26077 Build default-jdk9-and-above and integration-jdk9-and-above profiles on JDK 21 (#15425)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-26 00:56:04 +01:00
edizor 110cf95773 Update README.md
[skip ci]
2023-12-17 08:07:58 +08:00
Maiklins 8ea98f014f Merge pull request #15384 from Michaelin007/jplatform
Failure Threshold Support for @RepeatedTest in Junit
2023-12-16 10:23:40 +01:00
michaelin007 62195e14d4 Failure Threshold Support for @RepeatedTest in Junit 2023-12-11 06:18:58 +00:00
michaelin007 b0be6dbf36 Failure Threshold Support for @RepeatedTest in Junit 2023-12-09 18:15:25 +00:00
panos-kakos bf1aaf197f [JAVA-28504] Clean up 2023-12-08 08:51:11 +01:00
davidmartinezbarua 238c7d61fb Merge pull request #15357 from sam-gardner/BAEL-7240-Verify-Lambda-call-using-mockito
BAEL-7240 Add example code for verifying lambda calls with mockito
2023-12-06 11:31:31 -03:00
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
Sam Gardner 75afba12d1 BAEL-7240 Add example code for verifying lambda calls with mockito 2023-12-04 13:18:04 +00:00
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
anuragkumawat e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
edizor 9d20500b64 Update README.md
[skip ci]
2023-11-24 21:38:30 +08:00
davidmartinezbarua 74d24d9b87 Merge pull request #15151 from parthiv39731/PR-7091
BAEL-7091
2023-11-20 16:38:16 -03:00
timis1 40315beb0d JAVA-26733 Upgrade wiremock to the latest version (#15206) 2023-11-20 11:44:00 +02:00
parthiv39731 c76f6a56da Merge branch 'eugenp:master' into PR-7091 2023-11-20 12:50:08 +05:30
edizor 2d538b6582 Update README.md
[skip ci]
2023-11-18 19:08:25 +08:00
parthiv39731 c265dc7041 Merge branch 'eugenp:master' into PR-7091 2023-11-16 20:28:19 +05:30
parthiv39731 f12328011b BAEL-7091
reverted Java 9 snippets
2023-11-16 20:10:00 +05:30
parthiv39731 6a7e63795d BAEL-7091
removed Java 9 snippets
2023-11-15 11:15:27 +05:30
panos-kakos 21eb70547f [JAVA-26719] Upgraded joda-time to latest version (#15189) 2023-11-13 12:00:45 +02:00