glassfishrobot
glassfishrobot
july said: I need the same feature too, thanks.
johncarl81 said: It turns out that this is possible with CodeModel as it stands. Here's an example from a post on StackOverflow: [http://stackoverflow.com/q/9355160/654187](http://stackoverflow.com/q/9355160/654187) final JDefinedClass exampleClass = codeModel._class( "com.example.ExampleClass" );...
This issue was imported from java.net JIRA CODEMODEL-4
Reported by thomasmey
@pavelbucek said: Also, see the offending commit: [https://github.com/jersey/jersey/commit/0d1326dee69d9c693014184bea3e4a44b323daee](https://github.com/jersey/jersey/commit/0d1326dee69d9c693014184bea3e4a44b323daee) There is a useful comment, which should help with the correct resolution.
This issue was imported from java.net JIRA JERSEY-3086
Reported by jekh
@pavelbucek said: thanks for your report. do you have any opinion about what are reasonable defaults here? Also, proper solution to this one is to make these settings configurable..
jekh said: Would it make sense to have an unlimited wait when offering? Users would use a javax.ws.rs.core.StreamingOutput to avoid storing large amounts of data in memory, right?
This issue was imported from java.net JIRA JERSEY-3228