chelstern

Results 5 comments of chelstern

I am seeing the similar issue. **Controller** ``` @GetMapping( "/loads" ) public LoadPage getShipmentLoads ``` ``` public class LoadPage extends Page ``` ``` public class Page { String one; //able...

unfortunately our generic field is nested in a class from a separate library that I don't think we can make changes to easily. Also we were on SpringFox it was...

It turns out that our issue is due to a javax annotation breaking it. We are no longer seeing the issue once we dealt with that. ``` import javax.xml.bind.annotation.XmlAccessType; import...

@varunsufi - I did not work on this. We figured out what we were dealing with was an issue on our end

> > @chelsternp44 Is there any update on this issue ?? > > Have you tried this workaround, it has been working great for us so far > > [#3323...