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

build fails with unknown symbol PushNotificationConfigEntity #35

Open
plopes9000 opened this issue Jan 1, 2024 · 0 comments
Open

build fails with unknown symbol PushNotificationConfigEntity #35

plopes9000 opened this issue Jan 1, 2024 · 0 comments

Comments

@plopes9000
Copy link

Trying to build locally tag 2.2 against graylog2_server 5.2.2 and was getting an error.

Essentially 2.2/src/main/java/com/itchannel/PushNotificationConfig.java tries to import com.itchannel.entities.PushNotificationConfigEntity which fails.

Instead importing com.itchannel.entities.PushEventNotificationConfigEntity together with the bellow, makes the compilation successful.
@Override public EventNotificationConfigEntity toContentPackEntity(EntityDescriptorIds entityDescriptorIds) { return Push**Event**NotificationConfigEntity.builder()

Am I missing something? how could this have compiled for you?

Thanks

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

No branches or pull requests

1 participant