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
4.x: Support for OKE Workload identity in OCI integration for Service registry (#8862)
* Mark service registry as a preview feature
* Make sure suppliers return a new instance each time they are called
* Support for builders of authentication detail providers.
* Documentation update.
* Test some javadoc tags are correctly handled
* Builder: Factory methods should only be generated if returning prototype or builder
* Use Authentication instead of Atn
* Remove usages of "Strategy" and replace with "Method"
Copy file name to clipboardExpand all lines: config/tests/config-metadata-builder-api/src/main/java/io/helidon/config/tests/config/metadata/builder/api/MyTargetBlueprint.java
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2023 Oracle and/or its affiliates.
2
+
* Copyright (c) 2023, 2024 Oracle and/or its affiliates.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
0 commit comments