-
Notifications
You must be signed in to change notification settings - Fork 146
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Yubico/java-webauthn-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 240b8d937e5aeb6d861625dada77035b49b839bf
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Yubico/java-webauthn-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d510c55656e7a12e16b746acbd6204168186a3f
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 10 files changed
- 1 contributor
Commits on Sep 3, 2024
-
Bump org.scalatestplus:junit dependency version
(git cherry-pick a62d4c8) Fixes this build failure that suddenly occurred with no code changes: ``` $ ./gradlew :webauthn-server-core:compileTestScala Execution failed for task ':webauthn-server-core:compileTestScala'. > bad constant pool index: 0 at pos: 89856 while compiling: ./webauthn-server-core/src/test/scala/com/yubico/scalacheck/gen/JacksonGenerators.scala during phase: globalPhase=typer, enteringPhase=namer library version: version 2.13.8 compiler version: version 2.13.8 reconstructed args: [9876 characters redacted for brevity] last tree to typer: Ident(com) tree position: line 35 of ./webauthn-server-core/src/test/scala/com/yubico/scalacheck/gen/JacksonGenerators.scala tree tpe: com.type symbol: final package com symbol definition: final package com (a ModuleSymbol) symbol package: <none> symbol owners: package com call site: package gen in package scalacheck in package scalacheck == Source file context for tree position == 32 import com.fasterxml.jackson.databind.node.NumericNode 33 import com.fasterxml.jackson.databind.node.ObjectNode 34 import com.fasterxml.jackson.databind.node.TextNode 35 import com.upokecenter.cbor.CBORObject 36 import com.yubico.internal.util.JacksonCodecs 37 import org.scalacheck.Arbitrary 38 import org.scalacheck.Arbitrary.arbitrary ```
Configuration menu - View commit details
-
Copy full SHA for bfd20d2 - Browse repository at this point
Copy the full SHA bfd20d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a785f7 - Browse repository at this point
Copy the full SHA 7a785f7View commit details -
(git cherry-pick 3a67ec4) The `ignoreSourceSets` config is needed to fix errors like this: ``` Execution failed for task ':yubico-util:configSemanticDBMain'. > Failed to calculate the value of task ':yubico-util:configSemanticDBMain' property 'scalaVersion'. > Unable to detect the Scala version for the 'main' source set. Please ensure it declares dependency to scala-library or consider adding it to 'ignoreSourceSets' ``` The change to `project-convention-code-formatting-internal.gradle` is needed to fix this error: ``` Execution failed for task ':yubico-util-scala:compileScala'. > Could not resolve all files for configuration ':yubico-util-scala:detachedConfiguration1'. > Could not find org.scalameta:semanticdb-scalac_2.13.13:4.5.5. Searched in the following locations: - https://repo.maven.apache.org/maven2/org/scalameta/semanticdb-scalac_2.13.13/4.5.5/semanticdb-scalac_2.13.13-4.5.5.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the re pository declaration. Required by: project :yubico-util-scala ```
Configuration menu - View commit details
-
Copy full SHA for ef12050 - Browse repository at this point
Copy the full SHA ef12050View commit details -
Bump Gradle scripts to current state on main
``` git checkout 240b8d9 -- build.gradle settings.gradle.kts buildSrc/ */build.gradle.kts ```
Configuration menu - View commit details
-
Copy full SHA for 3920803 - Browse repository at this point
Copy the full SHA 3920803View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfad3b3 - Browse repository at this point
Copy the full SHA bfad3b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f384e8e - Browse repository at this point
Copy the full SHA f384e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a0664 - Browse repository at this point
Copy the full SHA d2a0664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533bf0f - Browse repository at this point
Copy the full SHA 533bf0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb20f - Browse repository at this point
Copy the full SHA 3aeb20fView commit details -
Revert "Run weekly integration test workflow on this branch"
This reverts commit f384e8e.
Configuration menu - View commit details
-
Copy full SHA for d69cee4 - Browse repository at this point
Copy the full SHA d69cee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48faa74 - Browse repository at this point
Copy the full SHA 48faa74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abc17d - Browse repository at this point
Copy the full SHA 3abc17dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bc71b - Browse repository at this point
Copy the full SHA 63bc71bView commit details -
Merge pull request #376 from Yubico/fido-mds-unknown-fields
Fix FidoMetadataDownloader failure on unknown properties
1Configuration menu - View commit details
-
Copy full SHA for 67634f8 - Browse repository at this point
Copy the full SHA 67634f8View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for a65bb2f - Browse repository at this point
Copy the full SHA a65bb2fView commit details -
Revert "Bump JDK version in release-verify-signatures workflow"
This reverts commit a65bb2f.
1Configuration menu - View commit details
-
Copy full SHA for 76f9f1a - Browse repository at this point
Copy the full SHA 76f9f1aView commit details
Commits on Sep 5, 2024
-
`webauthn-server-attestation`: Fixes: - `FidoMetadataDownloader` no longer rejects FIDO MDS metadata BLOBs with unknown properties.
1Configuration menu - View commit details
-
Copy full SHA for 5d510c5 - Browse repository at this point
Copy the full SHA 5d510c5View commit details
There are no files selected for viewing