-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update explicit Maven plugin versions * update NXRM version to 3.70.1 and allow Java 11 * test: replace deprecated JUnit assertThat calls Hamcrest * test: replace deprecated ExpectedException rule with assertThrows() * test: replace deprecated JsonParser construction * test: replace deprecated TempBlob usage * replace deprecated markAsDownloaded() with default parameters * add browse module * add DAOs to store data with H2/Postgres backends * update dependencies to Nexus 3.71.0 * add DAOs to store data with H2/Postgres backends * return 404 for provider/package JSON of component does not exist We re-generate the JSON on demand if it does not exist. But if the requested package does not have any artifact, we should return 404 and not an empty response. * implement lists for hosted repository * move hosted, proxy and group classes into separate packages * migrate recipes and handlers to fluent API * move recipes and interfaces to separate packages * docs: update README and user documentation * add Java 17 * add notice for NXRM 3.71+ * update plugin version in examples * update dead or outdated links * ci: build with java 17 * test: fix integration tests * test: migrate integration tests to new API * test: add unit test for rewritePackageJson()
- Loading branch information
Showing
67 changed files
with
2,373 additions
and
1,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
maven: circleci/[email protected].0 | ||
maven: circleci/[email protected].1 | ||
circleci-maven-release-orb: sonatype-nexus-community/[email protected] | ||
|
||
release-args: &release-args | ||
|
@@ -15,7 +15,7 @@ release-args: &release-args | |
jobs: | ||
build_and_test: | ||
docker: | ||
- image: 'cimg/openjdk:8.0' | ||
- image: 'cimg/openjdk:17.0' | ||
steps: | ||
- checkout | ||
- maven/with_cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.