-
Notifications
You must be signed in to change notification settings - Fork 13
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
Removed all @Beta annotations #637
base: main
Are you sure you want to change the base?
Conversation
cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheKey.java
Outdated
Show resolved
Hide resolved
...rm/cloudplatform-core/src/main/java/com/sap/cloud/sdk/cloudplatform/thread/LazyProperty.java
Outdated
Show resolved
Hide resolved
...ient5/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/ApacheHttpClient5Cache.java
Outdated
Show resolved
Hide resolved
...rc/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/ApacheHttpClient5CacheBuilder.java
Outdated
Show resolved
Hide resolved
.../main/java/com/sap/cloud/sdk/cloudplatform/connectivity/ApacheHttpClient5FactoryBuilder.java
Outdated
Show resolved
Hide resolved
...in/java/com/sap/cloud/sdk/cloudplatform/connectivity/DestinationServiceOptionsAugmenter.java
Show resolved
Hide resolved
@@ -30,7 +29,6 @@ | |||
* Serializable and deserializable response type for SCP CF Destination Service queries. | |||
*/ | |||
@Data | |||
@Beta | |||
public class DestinationServiceV1Response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I'm fine with this being stable, the @Beta
at least warned users from using this class:
We can't guarantee API stability for Destination Service response.
@@ -22,7 +21,6 @@ | |||
/** | |||
* Utility class to extract specific values from the SAP Deploy with Confidence request headers. | |||
*/ | |||
@Beta | |||
public class DwcHeaderUtils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to keep the class name?
IMHO "utils" doesn't really fit when interacting with accessor classes. In my head "utils" are working stateless. Debatable.
...-dwc/src/main/java/com/sap/cloud/sdk/cloudplatform/exception/DwcHeaderNotFoundException.java
Show resolved
Hide resolved
import io.vavr.control.Try; | ||
|
||
@Beta | ||
interface MavenRepositoryAccessor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Comment)
I thought we could remove metadata generator module, but it seems we are using this for common code between v2 and v4 generators.
Related ticket:
https://github.com/SAP/cloud-sdk-java-backlog/issues/461