IntelliJ IDEA 10.5.3 update available, 11 is coming
Just a couple of days before the actual announcement of brand new IntelliJ IDEA 11, we are releasing a bugfix update for the previous version — IntelliJ IDEA 10.5.3.
The update is recommended for everyone on 10.5. It fixes some most critical bugs but also resolves some compatibility issues, e.g. with Android 4.0 SDK, Struts 2.3.1 and Grails 2.0.
And it is a must for those, who updated their Java to 1.6.0_29 on Mac OS X.
Check out the full list of fixes and download the update from IntelliJ IDEA web site.
And you can still get on the “free upgrade” train if you wish. Get IntelliJ IDEA 10 license now (we still have some left) and version 11 is also yours!
Develop with pleasure!
IntelliJ IDEA Team
Comments below can no longer be edited.
Brice says:
December 2, 2011This fix http://youtrack.jetbrains.net/issue/IDEA-74057 doesn’t seem to be part of the package, it was like a show stopper on 10.5.2.
This is really sad to don’t see fixes like this in this bug fix release.
Maggie Leber says:
December 2, 2011Hmmm. My copy of 10.5.2 keeps trying to get me onto a v11 RC. It seems unaware of 10.5.3.
magicprinc says:
December 2, 2011About window and created shortcut show 10.5.2 version 😉
But build number is fresh IU-107.764
magicprinc says:
December 2, 2011Can 10.5.3 work with HG 2.0?
Lunovus says:
December 2, 2011Got the following stacktrace at the end of the update (or the 1st restart?):
“java.lang.NoClassDefFoundError: com/intellij/util/lang/UrlClassLoader
at com.intellij.idea.Main.main(Main.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.intellij.util.lang.UrlClassLoader
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
… 7 more”
Same here with showing 10.5.2 in about box and title bar, after first (second?) start of the IDE (now without an error & stacktrace) I already was thinking the update fails, only the build number has changed.
You should really have better QA on your updates.
anet says:
December 2, 2011@Brice
The fix is included in 10.5.x brunch and it would be available shortly.
Justin Smith says:
December 2, 2011I think someone forgot to bump the version to 10.5.3.
magicprinc says:
December 2, 2011Oh, no!
VisualDiff broken.
Left diff window shows abracadabra instead of russian letters.
magicprinc says:
December 2, 2011Broken diff screenshots
http://youtrack.jetbrains.net/issue/IDEA-67158
Zavac says:
December 2, 2011Got a “java.lang.NoClassDefFoundError: com/intellij/util/lang/UrlClassLoader” after upgrade, not I have a lot of SpringBean ClassCastExceptions stacktraces in idea.log:
java.lang.ClassCastException: com.intellij.spring.model.xml.custom.CustomNamespaceSpringBean cannot be cast to com.intellij.spring.model.xml.beans.SpringBean.
Cannot rollback, nor upgrade. Version shows 10.5.2 but there no upgrades available.
G. Freeman says:
December 5, 2011Hi,
there is still (since Version 10) the problem with the annotations, when you try to view annotations from files from the initial import there comes a NullPointer exception:
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – IntelliJ IDEA 10.5.2 Build #IU-107.764
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – JDK: 1.7.0
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – VM: Java HotSpot(TM) 64-Bit Server VM
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – Vendor: Oracle Corporation
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – OS: Windows 7
2011-12-05 09:06:44,268 [ 32324] ERROR – com.intellij.ide.IdeEventQueue – Last Action: Annotate
2011-12-05 09:06:44,286 [ 32342] ERROR – com.intellij.ide.IdeEventQueue – Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=javax.swing.RepaintManager$ProcessingRunnable@36c3c665,notifier=null,catchExceptions=false,when=1323072404275] on sun.awt.windows.WToolkit@61d8c8b4
java.lang.NullPointerException
at java.lang.String.startsWith(String.java:1434)
at java.lang.String.startsWith(String.java:1463)
at com.intellij.openapi.vcs.actions.AnnotationFieldGutter.b(AnnotationFieldGutter.java:167)
at com.intellij.openapi.vcs.actions.AnnotationFieldGutter.getBgColor(AnnotationFieldGutter.java:160)
at com.intellij.openapi.vcs.actions.AnnotationGutterLineConvertorProxy.getBgColor(AnnotationGutterLineConvertorProxy.java:68)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.a(EditorGutterComponentImpl.java:263)
at com.intellij.openapi.editor.impl.EditorGutterComponentImpl.paint(EditorGutterComponentImpl.java:180)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JViewport.paint(JViewport.java:725)
at com.intellij.ui.components.JBViewport.paint(JBViewport.java:59)
at javax.swing.JComponent.paintChildren(JComponent.java:887)
at javax.swing.JComponent.paint(JComponent.java:1063)
at javax.swing.JComponent.paintToOffscreen(JComponent.java:5221)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1482)
at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1413)
at javax.swing.RepaintManager.paint(RepaintManager.java:1206)
at javax.swing.JComponent._paintImmediately(JComponent.java:5169)
at javax.swing.JComponent.paintImmediately(JComponent.java:4980)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:770)
at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:728)
at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:677)
at javax.swing.RepaintManager.access$700(RepaintManager.java:59)
at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1621)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
at java.awt.EventQueue.access$000(EventQueue.java:101)
at java.awt.EventQueue$3.run(EventQueue.java:666)
at java.awt.EventQueue$3.run(EventQueue.java:664)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:662)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:515)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:411)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:369)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
I love IntelliJ, but please dont get sloppy.
Timo Meinen says:
December 5, 2011My IDEA 10.5.2 only showed me the update to 11RC. I was able to download the patch for 10.5.3 via File > Settings > Updates > Check.
After all, version 10.5.2. is shown, but the version number is increased. Seems, that the version number was forgotten.
Ravi Wallau says:
December 5, 2011Got an error when tried to apply the patch saying that idea64 couldn’t be upgraded (I use the 64 bit version of idea), but decided to give it a try anyway. Also got the same class loaders errors while applying the patch.
It did say the path was applied but the version displayed is 10.5.2, not 10.5.3. I am not sure if the patch was applied or not, but when I check for updates it doesn’t report anything to be upgraded.
I think the patch was applied only partially and I am not sure if I can trust Intellij’s current state at this point. Is there a fix for this patch coming out soon?
Ramil says:
December 9, 2011manual unpacking of ideaIU-10.5.4.zip into the existing installation did a trick.