My code no longer compiles after the upgrade. Imports from libraries that are included as maven dependencies show compile issue with Cannot resolve symbol. I have Invalida
For me, increasing Maven's allocated memory worked:
Settings -> Maven -> Runner > VM Options : -Xms128m -Xmx512m