Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
EDS DMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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 Software
OSDU Data Platform
Data Flow
Data Ingestion
External Data Sources
EDS DMS
Merge requests
!173
[MS-43696] update core-lib-azure-spring6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[MS-43696] update core-lib-azure-spring6
az/vl-update-core-lib-azure-spring6
into
master
Overview
1
Commits
1
Pipelines
2
Changes
2
Merged
VidyaDharani Lokam
requested to merge
az/vl-update-core-lib-azure-spring6
into
master
6 months ago
Overview
1
Commits
1
Pipelines
2
Changes
2
Expand
update
core-lib-azure-spring6
to
0.27.0-rc3
and remove
Duration Bean
as we are handling it from core-lib-azure
Edited
6 months ago
by
VidyaDharani Lokam
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
390a42c8
1 commit,
6 months ago
2 files
+
1
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
provider/eds-dms-azure/src/main/java/org/opengroup/osdu/edsdms/provider/azure/config/AzureConfig.java deleted
100644 → 0
+
0
−
15
Options
package
org.opengroup.osdu.edsdms.provider.azure.config
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Configuration
;
import
java.time.Duration
;
@Configuration
public
class
AzureConfig
{
@Bean
public
Duration
slowIndicatorLoggingThreshold
()
{
return
Duration
.
ofSeconds
(
5
);
}
}
Loading