Ilkka Seppälä
a6c7d3d41a
feat: Java 21 update ( #3213 )
...
* update pom.xml and github actions scripts
* disable failing tests, for now
2025-03-25 18:28:33 +02:00
Ilkka Seppälä
dd8b9b377a
fix: Set locale in tests to be able to run locally. Remove logging dependency fixed versions in parent pom.xml to prevent conflicts with spring boot. Update license headers. Update urm diagrams.
2025-03-18 15:56:06 +02:00
dependabot[bot]
609bf8e4d1
build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.27.3 ( #3194 )
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.24.2 to 3.27.3.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.27.3 )
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-28 12:48:57 +02:00
dependabot[bot]
e17f138223
build(deps-dev): bump org.testng:testng from 7.7.1 to 7.11.0 ( #3190 )
...
Bumps [org.testng:testng](https://github.com/testng-team/testng ) from 7.7.1 to 7.11.0.
- [Release notes](https://github.com/testng-team/testng/releases )
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt )
- [Commits](https://github.com/testng-team/testng/compare/7.7.1...7.11.0 )
---
updated-dependencies:
- dependency-name: org.testng:testng
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 17:55:28 +02:00
darkhyper24
21115f4568
feat: implemented the bloC design pattern issue #2374 ( #3128 )
...
* added bloC design pattern
* added bloC design pattern
* added Readme file
* fixed checkstyle warnings
* added tests for the ui
* fixed a test in MainTest file
* separating ui from main file and adding more tests
* added pom.xml plugins and properties and fixed readme.md
* fixed renaming problem and added context to main
* chsnged state class to record
* syncing changes for conflicts
* Revert "fixed conflicts"
* restored files
* renamed readme file and abstracted pom file
2025-01-16 16:56:53 +02:00