Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Partition
Commits
5109a8e1
Commit
5109a8e1
authored
2 years ago
by
Rustam Lotsmanenko (EPAM)
Committed by
Riabokon Stanislav(EPAM)[GCP]
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix anthos
parent
f6cace92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!229
Merge branch 'dependency-upgrade' into 'master'
,
!172
fix anthos
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/partition-gcp/pom.xml
+1
-1
1 addition, 1 deletion
provider/partition-gcp/pom.xml
provider/partition-gcp/src/main/java/org/opengroup/osdu/partition/provider/gcp/cache/CredentialsCache.java
+0
-30
0 additions, 30 deletions
...p/osdu/partition/provider/gcp/cache/CredentialsCache.java
with
1 addition
and
31 deletions
provider/partition-gcp/pom.xml
+
1
−
1
View file @
5109a8e1
...
...
@@ -28,7 +28,7 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.1
4
.0
</version>
<version>
0.1
5
.0
-rc3
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
provider/partition-gcp/src/main/java/org/opengroup/osdu/partition/provider/gcp/cache/CredentialsCache.java
deleted
100644 → 0
+
0
−
30
View file @
f6cace92
/*
Copyright 2002-2021 Google LLC
Copyright 2002-2021 EPAM Systems, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package
org.opengroup.osdu.partition.provider.gcp.cache
;
import
org.opengroup.osdu.core.common.cache.VmCache
;
import
org.opengroup.osdu.core.gcp.multitenancy.credentials.GcsCredential
;
import
org.springframework.stereotype.Component
;
@Component
public
class
CredentialsCache
extends
VmCache
<
String
,
GcsCredential
>
{
public
CredentialsCache
()
{
super
(
30
,
1000
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment