i wrote default java spring code built by maven, but i have this exception:
java.lang.UnsupportedClassVersionError: org/springframework/context/support/ClassPathXmlApplicationContext has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of
the Java Runtime only recognizes class file versions up to 52.0
i tried to figure it out by myself, but it dont work. I deleted and downloaded my java, checked dependencies, but nothing work. You can see my project in my github repo, in package “demo” https://github.com/tonkaxxx/test