Questions tagged [spring5]

94 questions
0
votes
1 answer

Current request is not a multipart when posting a file to a spring controller

I am trying to send a multipart request to the server but i am getting the following exception org.springframework.web.multipart.MultipartException: Current request is not a multipart request at…
BELLIL
  • 739
  • 10
  • 23
0
votes
2 answers

Camel routes not getting resolved in xml file

I am upgrading from Java 8 to Java 11. Even Spring version used earlier was 4.x now I have upgraded to Spring 5.x I am using camel for routes My camel context file is as follows
Sam
  • 163
  • 1
  • 11
0
votes
0 answers

Spring 5 mixing versioned and unversioned schemas due to third party java library

I have recently migrated code from spring 4 (4.1.7) to spring 5(5.1.4). During this spring migration I have removed version numbers from project spring Xmls and this is xml schema from library i cannot update:
Vipin
  • 4,851
  • 3
  • 35
  • 65
-1
votes
1 answer

Migrating a project with JasperReports from Spring 4 to Spring 5

Hi all we are planning to upgrade our project from Java 8 to Java 11. Therefore Spring version of the project shall be changed from Spring 4x to Spring 5x The view resolving was done in Spring 4x as follows 1) spring xml configuration:
B378
  • 987
  • 2
  • 12
  • 27
1 2 3 4 5 6
7