Oops, I didn't notice that the replies in this thread had gone to the second page so I didn't notice the new posts. Sorry. Anyway, I created a new bug report yesterday:...
Type: Posts; User: jkk; Keyword(s):
Oops, I didn't notice that the replies in this thread had gone to the second page so I didn't notice the new posts. Sorry. Anyway, I created a new bug report yesterday:...
Interesting. The OpenJDK issue comes up also if I install 2.9.1 from scratch and try to open a workspace. It does not come up when I install 2.9.0, not even after upgrading 2.9.0 to 2.9.2.
Thanks for investigating the issue. It seems that I can make STS 2.9.2 OpenJDK crash very easily. Here are the steps I did:
1. Run...
I tried installing 2.9.2 from scratch but I had problems importing my Maven project. If I started STS from the command line I got a note that OpenJDK crashed and the crash cause was in native code...
Upgrade from 2.9.1 failed in Kubuntu 11.10. :( My package explorer or JUnit views on the left don't work. Package explorer tab says:
Could not create the view: Plug-in org.eclipse.jdt.ui was...
Thank you for your reply. I only used StringHttpMessageConverter as a test and we don't normally use it so I'm not sure if that was causing problems. ResponseEntity works well for us so that's what...
Thank you for your reply. I'd like the server to both report and use UTF-8 in its response. (It's ok if the server can serve the same content using other encodings, too, but it isn't required.)...
The conversion went ok, but the projects just didn't work. I got mysterious exceptions when trying to run them as applications. Downgrading to STS 2.7.2 helped, so I'll stick with that for now.
I ran into a problem where our Spring MVC claims to return data in UTF-8 but it actually uses ISO-8859-1 when accessed using a browser. The server reports the encoding correctly when the HTTP request...