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

Migrate all tests to Junit5 syntax to remove junit-vintage-engine #2525

Closed
46 tasks done
Tracked by #782
tenthe opened this issue Mar 11, 2024 · 0 comments
Closed
46 tasks done
Tracked by #782

Migrate all tests to Junit5 syntax to remove junit-vintage-engine #2525

tenthe opened this issue Mar 11, 2024 · 0 comments

Comments

@tenthe
Copy link
Contributor

tenthe commented Mar 11, 2024

PR

  • streampipes-client
  • streampipes-client-api
  • streampipes-commons
  • streampipes-connect-management
  • streampipes-connect-shared
  • streampipes-data-explorer
  • streampipes-data-export
  • streampipes-dataformat-*
  • streampipes-extensions-api
  • streampipes-extensions-management
  • streampipes-integration-tests
  • streampipes-mail
  • streampipes-maven-plugin
  • streampipes-measurement-units
  • streampipes-messaging-*
  • streampipes-model
  • streampipes-model-client
  • streampipes-model-shared
  • streampipes-pipeline-management
  • streampipes-rest
  • streampipes-rest-core-base
  • streampipes-rest-extensions
  • streampipes-rest-shared
  • streampipes-sdk
  • streampipes-sdk-bundle
  • streampipes-security-jwt
  • streampipes-seriealizers-json
  • streampipes-service-base
  • streampipes-core
  • streampipes-core-minimal
  • streampipes-service-discovery
  • streampipes-service-discovery-api
  • streampipes-service-extensions
  • streampipes-storage-api
  • streampipes-storage-couchdb
  • streampipes-storage-management
  • streampipes-test-utils
  • streampipes-user-management
  • streampipes-vocabulary
  • streampipes-wrapper
  • streampipes-wrapper-distributed
  • streampipes-wrapper-flink
  • streampipes-wrapper-kafka-streams
  • streampipes-wrapper-siddhi
  • streampipes-wrapper-standalone
  • streampipes-extensions-*
tenthe added a commit that referenced this issue Mar 11, 2024
- streampipes-client
- streampipes-client-api
- streampipes-commons
- streampipes-connect-management
- streampipes-connect-shared
- streampipes-data-explorer
tenthe added a commit that referenced this issue Mar 11, 2024
tenthe added a commit that referenced this issue Mar 11, 2024
tenthe added a commit that referenced this issue Mar 11, 2024
tenthe added a commit that referenced this issue Mar 11, 2024
tenthe added a commit that referenced this issue Mar 12, 2024
* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this issue Mar 12, 2024
…e 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this issue Mar 12, 2024
…e 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this issue Mar 12, 2024
* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules
- streampipes-client
- streampipes-client-api
- streampipes-commons
- streampipes-connect-management
- streampipes-connect-shared
- streampipes-data-explorer

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>
@tenthe tenthe closed this as completed Mar 12, 2024
tenthe added a commit that referenced this issue Mar 13, 2024
* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules (#2526)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules
- streampipes-client
- streampipes-client-api
- streampipes-commons
- streampipes-connect-management
- streampipes-connect-shared
- streampipes-data-explorer

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@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

When branches are created from issues, their pull requests are automatically linked.

1 participant