You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of September 22nd, 2025, authentication will be mandatory, see [1].
Reflect that by making respective properties non-nullable. While at it,
also make the `username` a non-`Secret` and use a more fitting `token`
property name.
While at it also remove the unauthenticated endpoint from the OSS Index
client implementation completely.
BREAKING CHANGE: Users need to move their configured `username` property
from the `secrets` to the `options` section, and rename the `password`
property to `token` in the `secrets` section.
[1]: https://ossindex.sonatype.org/doc/auth-required
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments