Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Lib
cloud
azure
OS Core Lib Azure
Commits
56851d5a
Commit
56851d5a
authored
May 05, 2021
by
neelesh thakur
Browse files
add @Lazy for cryptography factories
parent
12574ecf
Pipeline
#38694
passed with stages
in 11 minutes and 57 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
src/main/java/org/opengroup/osdu/azure/cryptography/CryptographyClientFactoryImpl.java
View file @
56851d5a
...
...
@@ -5,6 +5,7 @@ import org.opengroup.osdu.azure.partition.PartitionInfoAzure;
import
org.opengroup.osdu.azure.partition.PartitionServiceClient
;
import
org.opengroup.osdu.common.Validators
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Component
;
import
com.azure.identity.DefaultAzureCredentialBuilder
;
...
...
@@ -15,6 +16,7 @@ import com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder;
* Implementation for CryptographyClientFactory.
*/
@Component
@Lazy
public
class
CryptographyClientFactoryImpl
implements
CryptographyClientFactory
{
@Autowired
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment