Skip to content

Commit

Permalink
feat: Update nexus repository version to 3.72.0
Browse files Browse the repository at this point in the history
Additional:
- Remove Bower tests, bower is deprecated
- Change Java Version to Java17, Java8  and 11 are not supported since Nexus Version 3.71.0
  • Loading branch information
anmoel committed Sep 12, 2024
1 parent 3e8bbfd commit 060b6c6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 230 deletions.
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

0 comments on commit 060b6c6

Please sign in to comment.