Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to compile repository for entity with @Lombok annotations #3345

Merged
merged 5 commits into from
Mar 13, 2025

Conversation

radovanradic
Copy link
Contributor

@radovanradic radovanradic commented Mar 5, 2025

Getting error:

    Unable to create table column for property [id] of entity [example.Item] with unknown data type: OBJECT

For entity like this

@MappedEntity
@Introspected
@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class Item {
    @Id
    private Integer id;
    private String title;
}

in doc-examples:jdbc-example-java

@radovanradic
Copy link
Contributor Author

core 4.8.6 might fix this, we will try later

@radovanradic
Copy link
Contributor Author

The issue still persists with core 4.8.6

@sdelamo sdelamo marked this pull request as ready for review March 13, 2025 14:05
@sdelamo sdelamo merged commit faf0c0b into 4.12.x Mar 13, 2025
54 checks passed
@sdelamo sdelamo deleted the lombok-issue branch March 13, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants