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

feat: Update nexus repository version to 3.72.0 #151

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/feature-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Sonatype Nexus Golang Client

Implemented and tested with Sonatype Nexus `3.70.1` with `java11` and legacy DB `OrientDB`.
Implemented and tested with Sonatype Nexus `3.72.0` with `java17` and DB `H2`.

## Development and testing

Expand Down
56 changes: 0 additions & 56 deletions nexus3/pkg/repository/bower/group_test.go

This file was deleted.

56 changes: 0 additions & 56 deletions nexus3/pkg/repository/bower/hosted_test.go

This file was deleted.

76 changes: 0 additions & 76 deletions nexus3/pkg/repository/bower/proxy_test.go

This file was deleted.

39 changes: 0 additions & 39 deletions nexus3/pkg/repository/bower/service_test.go

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export NEXUS_IMAGE=sonatypecommunity/nexus3
export NEXUS_VERSION=3.70.1
export NEXUS_JAVA_VERSION=java11
export NEXUS_VERSION=3.72.0
export NEXUS_JAVA_VERSION=java17
export NEXUS_PORT=8081
2 changes: 2 additions & 0 deletions scripts/oss-nexus.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ nexus.scripts.allowCreation=true
nexus.onboarding.enabled=false
# Disable random password
nexus.security.randompassword=false

nexus.datastore.enabled=true
2 changes: 2 additions & 0 deletions scripts/pro-nexus.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ nexus.onboarding.enabled=false
# Disable random password
nexus.security.randompassword=false
nexus.licenseFile=/nexus-data/etc/license.lic

nexus.datastore.enabled=true