eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
229 stars 72 forks source link

Field name auto-detection when given a constructor parameters of Record classes are annotated with @Column defined with empty name. #387

Closed dearrudam closed 1 year ago

dearrudam commented 1 year ago

Changes

Why this change is important?

It will improve the dev experience, allowing developers to use Records with fields annotated with @Column without the necessity to provide a given column name;

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

dearrudam commented 1 year ago

@otaviojava, I'd like to ask you, are there scheduled tasks or manual procedures for releasing to the snapshot repositories a version with these changes?

otaviojava commented 1 year ago

@dearrudam snapshot version released. As commiter we should have access as well: https://ci.eclipse.org/jnosql/view/Deploy/job/jnosql-deploy/

Btw: as discussed we should concentrate on the JNoSQL release the next week.