Skip to content

Open projections with accessors not following JavaBeans Spec naming identified as closed projection #3164

Closed
@mp911de

Description

@mp911de

Consider the following interface projection:

interface OpenProjection {

	@Value("#{@greetingsFrom.groot(target.firstname)}")
	String hello();
}

ProjectionInformation.isCloses() returns in this case true because hello doesn't match the Java beans naming convention and isn't considered an input property.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions