Spring context initialization failed with java.lang.IllegalArgumentException while deploying to Apache 7.0.54 and java 8

前端 未结 4 1827
予麋鹿
予麋鹿 2021-01-01 09:00

Environment: Applciation server: Apache 7.0.54 Java: \"1.8.0_05\" OS: Mac OS X 10.9.3

Libraries: Spring 3.2 REST application

Following is the error I receive

4条回答
  •  情歌与酒
    2021-01-01 09:30

    Upgrading to spring 3.2.16 resolved the problem. Looks like older version of spring does not like java 1.8.xxx

提交回复
热议问题