Skip to content
GitLab
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
Indexer
Commits
07e71753
Commit
07e71753
authored
Dec 11, 2020
by
Sviatoslav Nekhaienko
Browse files
add Lazy
parent
a209055a
Pipeline
#18738
failed with stages
in 43 minutes and 5 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
indexer-core/src/main/java/org/opengroup/osdu/indexer/service/impl/SchemaServiceImpl.java
View file @
07e71753
...
...
@@ -26,6 +26,7 @@ import org.opengroup.osdu.indexer.schema.converter.interfaces.SchemaToStorageFor
import
org.opengroup.osdu.indexer.service.SchemaService
;
import
org.opengroup.osdu.indexer.service.StorageService
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Component
;
import
javax.inject.Inject
;
...
...
@@ -38,6 +39,7 @@ import java.nio.charset.StandardCharsets;
* Provides implementation of the client service that retrieves schemas from the Schema Service
*/
@Component
@Lazy
public
class
SchemaServiceImpl
implements
SchemaService
{
@Inject
private
JaxRsDpsLog
log
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment