Skip to content

Commit

Permalink
Public export of Nexus code:
Browse files Browse the repository at this point in the history
  - 56f7e1eee87a9664eede0f111947c89a85d77e91 by Sonatype Zion <sonatype-zion@sonatype.com>

GitOrigin-RevId: 56f7e1eee87a9664eede0f111947c89a85d77e91
  • Loading branch information
sonatype-zion committed Aug 4, 2021
1 parent 0771063 commit 3d1629e
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* Triggers a rebuild task for all repositories when requested. This is largely for upgrades or other early
* phase code before services have started.
*
* @since 3.next
* @since 3.33
*/
@Named
@ManagedLifecycle(phase = TASKS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/**
* Resolves an issue where multiple browse nodes were created with the same parent and the same display name.
*
* @since 3.next
* @since 3.33
*/
@Named
public class BrowseNodeMigrationStep_1_1 implements DatabaseMigrationStep
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public boolean containsKey(final String key) {
}

/**
* @since 3.next
* @since 3.33
*/
public void addAll(final Map<String, String> attributes) {
attributes.entrySet().forEach(entry -> configuration.put(entry.getKey(), entry.getValue()));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Configuration for replication on a repository
*
* @since 3.next
* @since 3.33
*/
Ext.define('NX.coreui.view.repository.facet.ReplicationFacet', {
extend: 'Ext.form.FieldContainer',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/**
* Golang content facet.
*
* @since 3.next
* @since 3.33
*/
@Exposed
@Named(GolangFormat.NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import static org.sonatype.nexus.repository.golang.AssetKind.PACKAGE
/**
* Support for Go recipes.
*
* @since 3.next
* @since 3.33
*/
abstract class GoRecipeSupport
extends RecipeSupport
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Golang {@link FormatBrowseModule}.
*
* @since 3.next
* @since 3.33
*/
@Named(GolangFormat.NAME)
public class GoBrowseModule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Golang {@link BrowseNodeDAO}.
*
* @since 3.next
* @since 3.33
*/
public interface GoBrowseNodeDAO
extends BrowseNodeDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Golang places components at the same level as their assets.
*
* @since 3.next
* @since 3.33
*/
@Singleton
@Named(GolangFormat.NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.sonatype.nexus.repository.view.ViewFacet
/**
* Go group repository recipe.
*
* @since 3.next
* @since 3.33
*/
@Singleton
@Named(GoGroupRecipe.NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/**
* Go's hosted handlers.
*
* @since 3.next
* @since 3.33
*/
@Named
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import static org.sonatype.nexus.common.property.SystemPropertiesHelper.getBoole
/**
* Go hosted recipe.
*
* @since 3.next
* @since 3.33
*/
@Named(GoHostedRecipe.NAME)
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.sonatype.nexus.repository.view.matchers.token.TokenMatcher;

/**
* @since 3.next
* @since 3.33
*/
@Named
public class GoProxyFacet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.sonatype.nexus.repository.view.ViewFacet
/**
* Go proxy recipe.
*
* @since 3.next
* @since 3.33
*/
@Named(GoProxyRecipe.NAME)
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Golang's {@link AssetBlobDAO}.
*
* @since 3.next
* @since 3.33
*/
public interface GoAssetBlobDAO
extends AssetBlobDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Golang's {@link AssetDAO}.
*
* @since 3.next
* @since 3.33
*/
public interface GoAssetDAO
extends AssetDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Golang's {@link ComponentDAO}.
*
* @since 3.next
* @since 3.33
*/
public interface GoComponentDAO
extends ComponentDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Golang's {@link ContentRepositoryDAO}.
*
* @since 3.next
* @since 3.33
*/
public interface GoContentRepositoryDAO
extends ContentRepositoryDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Configures the content store bindings for the Golang format.
*
* @since 3.next
* @since 3.33
*/
@Named(GolangFormat.NAME)
public class GoStoreModule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Go places components at the same level as their assets.
*
* @since 3.next
* @since 3.33
*/
@Singleton
@Named(GolangFormat.NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package org.sonatype.nexus.repository.maven;

/**
* @since 3.next
* @since 3.33
*/
public enum ContentDisposition
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* Handler to set Content-Disposition HTTP header
*
* @since 3.next
* @since 3.33
*/
@Named
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* The p2 format's {@link ContentFacet}
*
* @since 3.next
* @since 3.33
*/
@Facet.Exposed
public interface P2ContentFacet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import static org.sonatype.nexus.repository.p2.internal.util.P2PathUtils.PLUGIN_NAME;

/**
* @since 3.next
* @since 3.33
*/
@Named(NAME)
public class P2ContentFacetImpl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.sonatype.nexus.repository.p2.internal.P2Format;

/**
* @since 3.next
* @since 3.33
*/
@Named(P2Format.NAME)
public class P2BrowseModule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import static org.sonatype.nexus.repository.p2.internal.browse.P2BrowseNodeGeneratorHelper.splitPath;

/**
* @since 3.next
* @since 3.33
*/
@Singleton
@Named(P2Format.NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Handles invalidating p2 proxy cache when the URL for the repository changes.
*
* @since 3.next
* @since 3.33
*/
@Named
@Facet.Exposed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
/**
* P2 {@link ProxyFacet} implementation.
*
* @since 3.next
* @since 3.33
*/
@Named
public class P2ProxyFacet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
import static org.sonatype.nexus.repository.p2.internal.AssetKind.P2_INDEX;

/**
* @since 3.next
* @since 3.33
*/
@Named(P2ProxyRecipe.NAME)
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.sonatype.nexus.repository.content.store.AssetBlobDAO;

/**
* @since 3.next
* @since 3.33
*/
public interface P2AssetBlobDAO extends AssetBlobDAO
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.sonatype.nexus.repository.content.store.AssetDAO;

/**
* @since 3.next
* @since 3.33
*/
public interface P2AssetDAO extends AssetDAO
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.sonatype.nexus.repository.content.browse.store.BrowseNodeDAO;

/**
* @since 3.next
* @since 3.33
*/
public interface P2BrowseNodeDAO
extends BrowseNodeDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.sonatype.nexus.repository.content.store.ComponentDAO;

/**
* @since 3.next
* @since 3.33
*/
public interface P2ComponentDAO extends ComponentDAO
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.sonatype.nexus.repository.content.store.ContentRepositoryDAO;

/**
* @since 3.next
* @since 3.33
*/
public interface P2ContentRepositoryDAO
extends ContentRepositoryDAO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Configures the content store bindings for a p2 format.
*
* @since 3.next
* @since 3.33
*/
@Named(P2Format.NAME)
public class P2StoreModule
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static com.google.common.collect.ImmutableSet.of;

/**
* @since 3.next
* @since 3.33
*/
public class P2BrowseNodeGeneratorHelper
{
Expand Down

0 comments on commit 3d1629e

Please sign in to comment.