Skip to content

Commit b1f6a95

Browse files
authored
Merge branch 'main' into osgi-support
2 parents e239a0e + b29f3df commit b1f6a95

291 files changed

Lines changed: 5973 additions & 1923 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/config/flint.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[checks.lychee]
2+
check_all_local = true
3+
4+
[settings]
5+
setup_migration_version = 2

.github/config/lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ retry_wait_time = 5
66
max_retries = 6
77
max_concurrency = 4
88

9-
# Check link anchors
10-
include_fragments = true
9+
# Check link anchors. Lychee 0.24+ expects a mode string here.
10+
include_fragments = "full"
1111

1212
# excluding links to pull requests and issues is done for performance
1313
exclude = [

.github/repository-settings.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ private admin repo.
1010

1111
- `GPG_PASSWORD` - stored in OpenTelemetry-Java 1Password
1212
- `GPG_PRIVATE_KEY` - stored in OpenTelemetry-Java 1Password
13-
- `SONATYPE_OSS_INDEX_USER` - owned by [@jack-berg](https://github.com/jack-berg)
14-
- `SONATYPE_OSS_INDEX_PASSWORD` - owned by [@jack-berg](https://github.com/jack-berg)
13+
- `SONATYPE_GUIDE_PAT` - owned by [@jack-berg](https://github.com/jack-berg)
1514
- `SONATYPE_KEY` - owned by [@jack-berg](https://github.com/jack-berg)
1615
- `SONATYPE_USER` - owned by [@jack-berg](https://github.com/jack-berg)
1716

0 commit comments

Comments
 (0)