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

feat: initial implementation #1

Merged
merged 1 commit into from
Oct 7, 2024
Merged

feat: initial implementation #1

merged 1 commit into from
Oct 7, 2024

Conversation

javier-godoy
Copy link
Member

Check that com.flowingcode.vaadin.addons.example is included in the allowed-packages list. If missing, show an alert in the browser (the check is only performed for Spring-Boot applications in development mode, and it's ignored otherwise).

package com.flowingcode.vaadin.addons.example;

public class MyComponent extends Div {

  public MyComponent() {
    AllowedPackageChecker.check(this, MyComponent.class);
  }

}

image

@javier-godoy javier-godoy requested a review from mlopezFC October 4, 2024 02:49
@javier-godoy javier-godoy force-pushed the initial-implementation branch from 5f8c3ea to 3053f8a Compare October 4, 2024 19:34
@javier-godoy javier-godoy requested a review from paodb October 4, 2024 19:37
@javier-godoy javier-godoy force-pushed the initial-implementation branch from 3053f8a to 7ed9454 Compare October 7, 2024 17:24
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 3d9077b into master Oct 7, 2024
2 checks passed
@paodb paodb deleted the initial-implementation branch October 7, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants