Skip to content

Conversation

elPeiretti
Copy link
Contributor

No description provided.

@elPeiretti elPeiretti requested review from javier-godoy and paodb July 31, 2024 14:20

private LitRenderer<Locale> getLocaleRenderer() {
return LitRenderer
.<Locale>of("<vaadin-horizontal-layout class=\"" + ITEM_LAYOUT_CLASS_NAME + "\">"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the minimum Java version is 17, you can use multiline text blocks, which don't require escaping ":

of("""
"a" "b"
""");

@elPeiretti elPeiretti requested a review from javier-godoy August 2, 2024 13:36
@paodb
Copy link
Member

paodb commented Aug 5, 2024

Hi, it looks good to me. One thing is that when I tried to test it locally I run into some issue
image
Line 263 from pom file should be removed if no folder src/main/resources/META-INF/resources exists.
Afer that everything worked okay.

@paodb
Copy link
Member

paodb commented Aug 5, 2024

Also note that some updates have been done to AddonsStarter 24 since you've created this repo, so you might need to do some updates:

Copy link
Member

@javier-godoy javier-godoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requested changes per #1 (comment) and #1 (comment)

@elPeiretti elPeiretti requested a review from javier-godoy August 6, 2024 17:47
Copy link
Member

@paodb paodb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@paodb paodb merged commit ca84578 into master Aug 6, 2024
2 checks passed
@paodb paodb deleted the develop branch August 6, 2024 19:09
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.

3 participants