jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

Fixed getter/setter names to conform to java bean specification. #1323

Closed javasmithy closed 3 months ago

javasmithy commented 3 months ago

The getter/setter methods were not conforming to java bean specification. Because of these, persistence using bytecode enhancement was not working.

Fixes Issue Specify the issue (link) that is solved with this pull request.

Related Issue(s) Specify any related issue(s) links.

Describe the change A clear and concise description of the change.

Additional context Add any other context about the problem here.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej @starksm64 @scottmarlow

scottmarlow commented 3 months ago

@javasmithy is the intention to address this for a future EE/Persistence release? Or an existing (e.g. Persistence 3.2?) release?

javasmithy commented 3 months ago

@scottmarlow I want it to be part of persistence -tck 3.2 as well.

scottmarlow commented 3 months ago

@javasmithy please do open a TCK challenge via the Persistence SPEC API project https://github.com/jakartaee/persistence/issues/new/choose for this change.

https://github.com/jakartaee/persistence/issues/391 is an example of a accepted TCK challenge.

for general information the TCK Process document is at https://jakarta.ee/committees/specification/tckprocess/