-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Error #6
Comments
@sarathpharmeasy is there any update on the issue? Facing similar issue |
@sarathpharmeasy I am also facing this issue, do we have a fix for this? |
@rahulsharma1987 were you able to resolve this issue? |
@shashanks293 @rahulsharma1987 @Sivasankaramalan apologies for the delay. Kindly take a pull and retry. |
@sarathpharmeasy now HomeController.getPhoneImage() has compilation issue in also if I somehow fix this compilation issue then build fails because of a test
|
@shashanks293 you can skip the test using |
@sarathpharmeasy @shashanks293 Can you push the fix you did for typecasting problem? |
@avinashawast @Sivasankaramalan @rahulsharma1987 |
Tried with latest master branch and getting below error .Find the below output from the ./gradlew clean build bootWar executed on terminal rahulsharma@197NODMB40704 master % ./gradlew clean build bootWar
DeviceLabMasterApplicationTests > contextLoads() FAILED 1 test completed, 1 failed
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. BUILD FAILED in 36s 2.) Tried to execute this ./gradlew clean build -x test and build created successfully but after running java -jar build/libs/master.war getting below message @sarathpharmeasy - Can you look into this? |
Implementaion of addPhoto(photo) missing in service class PhoneImageService. Please look into this below snippet from controller call PhoneImageController
@PostMapping("/add")
public String addPhoto(@RequestParam("name") String name, @RequestParam("file") MultipartFile file)
throws IOException {
The text was updated successfully, but these errors were encountered: