Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.model.nfv
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSL
code
org.etsi.osl.model.nfv
Commits
e31194b9
Commit
e31194b9
authored
1 year ago
by
Eduardo Santos
Browse files
Options
Downloads
Patches
Plain Diff
Removed the JsonIgnoreProperties that ignores the vxfref property
parent
7bfe8bbf
No related branches found
No related tags found
2 merge requests
!7
Merging 2024Q2_RC into main, creating 2024Q2 Release
,
!5
Removed the JsonIgnoreProperties that ignores the vxfref property
Pipeline
#6165
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/org/etsi/osl/model/nfv/ConstituentVxF.java
+7
-1
7 additions, 1 deletion
src/main/java/org/etsi/osl/model/nfv/ConstituentVxF.java
with
7 additions
and
1 deletion
src/main/java/org/etsi/osl/model/nfv/ConstituentVxF.java
+
7
−
1
View file @
e31194b9
/**
* @Author: Eduardo Santos
* @Date: 2024-05-27 09:55:21
* @Last Modified by: Eduardo Santos
* @Last Modified time: 2024-05-27 09:55:42
*/
/*-
* ========================LICENSE_START=================================
* org.etsi.osl.model
...
...
@@ -33,7 +39,7 @@ import jakarta.persistence.OneToOne;
import
com.fasterxml.jackson.annotation.JsonIgnoreProperties
;
@Entity
(
name
=
"ConstituentVxF"
)
@JsonIgnoreProperties
(
value
=
{
"vxfref"
})
//
@JsonIgnoreProperties(value = { "vxfref" })
public
class
ConstituentVxF
{
@Id
...
...
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