Skip to content

Commit 91ed758

Browse files
committed
removed “attributeName” from annotation as this breaks EclipseLink JPA
1 parent 4f4c8de commit 91ed758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public void setResponseTypes(Set<String> responseTypes) {
252252
)
253253
@Column(name="val")
254254
@MapKeyColumn(name="extension")
255-
@Convert(attributeName="value", converter=SerializableStringConverter.class)
255+
@Convert(converter=SerializableStringConverter.class)
256256
public Map<String, Serializable> getExtensions() {
257257
return extensions;
258258
}

0 commit comments

Comments
 (0)