Skip to content

Commit

Permalink
Test OmniFaces push reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 25, 2024
1 parent 32b7baa commit ec75009
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.primefaces.showcase.util;

import io.quarkus.runtime.annotations.RegisterForReflection;

@RegisterForReflection(targets = {org.omnifaces.cdi.push.SocketEndpoint.class}, serialization = true)
public class ReflectionConfig {
}

0 comments on commit ec75009

Please sign in to comment.