Mouseas

Results 14 comments of Mouseas
trafficstars

Created it at https://github.com/mouseas/smallrye-issue-reproducer I'm hoping the wildfly setup isn't too far from what you already have on hand. I am not sure whether it matters if the database is...

@phillip-kruger, @t1 I put together a reproducer, were you able to get it to reproduce the issue for you?

My current workaround is to copy the contents of collections to, e.g. HashSet and replacing the JPA-created collections _before_ leaving my code. Why is graphql copying collections in the first...

Nope, that workaround doesn't work either. JPA tries to persist changes if I assign a new HashSet.

Is there a way I can access which fields need to be loaded from within a `@GraphQLApi` and `@Query` context so I can make sure the requested fields have been...

`@javax.ws.rs.core.Context`? ...Doesn't seem right. Can I get an example?

Ok, I was able to resolve lazy loading errors using the `io.smallrye.graphql.api.Context` and and reflection to call the getters for any requested fields before leaving the database query context. Is...

This is roughly what I've got, but the `session` is null when I access it. ``` @Named @GraphQLApi public class PersonService implements Serializable { @javax.enterprise.context.RequestScoped HttpSession session; @Query("findPeople") @RolesAllowed("user") public...

Could colorpicker be made to stick to one colorspace internally even if the user is actively using another colorspace? In the demo I mentioned, for example, the programmer might tell...

I was also thinking about this today. Sounds like a good idea to add this into the auto purchase code.