Skip to content

update quickstart with lombok and enum example #242

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

Open
wants to merge 7 commits into
base: q320
Choose a base branch
from

Conversation

Pashnov
Copy link

@Pashnov Pashnov commented Aug 18, 2023

update some dependencies to actual state with properties as it present in latest quarkus builds
add lombok library
add config to properly work with lombok
add enum type as example how to work with custom types add code how to add custom TypeCodec
update README.adoc
update fruits.html

…t in latest quarkus builds

add lombok library
add config to properly work with lombok
add enum type as example how to work with custom types
add code how to add custom TypeCodec
update README.adoc
update fruits.html
@Pashnov
Copy link
Author

Pashnov commented Aug 18, 2023

I would like to push above changes to quickstart project, as that information is not present in internet (ot it's too hard to find) and, I think, it's useful who would like to start to use this library.

I've added type codec registration via AppLifecycleBeanCodecRegistration with higher priority that CassandraClientStarter run after with proper typeCodec and don't fail. I'm not sure that it's proper way but I haven't found other way how to make it work.

please review and if it's ok, please merge or let me know what should I fix.

cc: @gsmet @msmygit @adutra @tomekl007

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants