Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 5, 2025

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

package-lock.json
DEPENDENCIES.md
build.sbt
cloud-agent/client/generator/yarn.lock
cloud-agent/client/typescript/package.json
docs/docusaurus/credentials/oid4vci/issue.md
⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.github.jwt-scala", artifactId = "jwt-zio-json" },
  { groupId = "com.typesafe", artifactId = "config" },
  { groupId = "io.micrometer", artifactId = "micrometer-core" },
  { groupId = "org.scala-lang", artifactId = "scala3-library" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.github.jwt-scala", artifactId = "jwt-zio-json" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe", artifactId = "config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.micrometer", artifactId = "micrometer-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-lang", artifactId = "scala3-library" }
  }
]
labels: library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-major, semver-spec-major, early-semver-minor, version-scheme:semver-spec, old-version-remains, commit-count:n:5

@github-actions github-actions bot requested a review from a team as a code owner October 5, 2025 00:26
@yshyn-iohk yshyn-iohk enabled auto-merge (squash) October 31, 2025 14:29
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 31, 2025

Unit Test Results

 48 files   -  58   48 suites   - 58   1m 51s ⏱️ - 18m 43s
348 tests  - 542  347 ✅  - 535  0 💤  - 8  1 ❌ +1 
348 runs   - 549  347 ✅  - 542  0 💤  - 8  1 ❌ +1 

For more details on these failures, see this check.

Results for commit f7cdf69. ± Comparison against base commit 0a06847.

This pull request removes 542 tests.
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create default wallet if enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided seed
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook and apikey
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not create default wallet if disabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not recreate default wallet if already exist
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail the default wallet is disabled, but any authentication is enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail when the config is valid
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - fail when the default wallet is disabled and authentication is set to apiKey but disabled
org.hyperledger.identus.agent.server.config.AppConfigSpec ‑  - load config successfully
…

♻️ This comment has been updated with latest results.

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.

4 participants