Browse Source
Updated Spring Boot parent to 3.5.0, set java.version to 25, added compiler and surefire plugins, and migrated JPA imports to jakarta.persistence.appmod/java-upgrade-20260507073525
21 changed files with 45 additions and 72 deletions
@ -1,3 +1,9 @@ |
|||||
{ |
{ |
||||
"java.compile.nullAnalysis.mode": "automatic" |
"java.compile.nullAnalysis.mode": "automatic", |
||||
|
"chat.tools.terminal.autoApprove": { |
||||
|
"/^& \"C:\\\\Users\\\\admin\\\\\\.maven\\\\maven-3\\.9\\.15\\\\bin\\\\mvn\\.cmd\" -version$/": { |
||||
|
"approve": true, |
||||
|
"matchCommandLine": true |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,13 @@ |
|||||
|
com\movieratings\controller\DirectorController.class |
||||
|
com\movieratings\MovieRatingsApplication.class |
||||
|
com\movieratings\model\Movie.class |
||||
|
com\movieratings\repository\MovieRepository.class |
||||
|
com\movieratings\crawler\MovieCrawler.class |
||||
|
com\movieratings\service\MovieService.class |
||||
|
com\movieratings\model\DirectorStats.class |
||||
|
com\movieratings\analysis\DataAnalyzer$CorrelationResult.class |
||||
|
com\movieratings\display\ResultDisplay.class |
||||
|
com\movieratings\Main.class |
||||
|
com\movieratings\analysis\DataAnalyzer.class |
||||
|
com\movieratings\DataInitializer.class |
||||
|
com\movieratings\analysis\DataAnalyzer$DirectorStats.class |
||||
@ -0,0 +1 @@ |
|||||
|
com\movieratings\analysis\DataAnalyzerTest.class |
||||
File diff suppressed because one or more lines are too long
@ -1,4 +0,0 @@ |
|||||
------------------------------------------------------------------------------- |
|
||||
Test set: com.movieratings.analysis.DataAnalyzerTest |
|
||||
------------------------------------------------------------------------------- |
|
||||
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in com.movieratings.analysis.DataAnalyzerTest |
|
||||
Binary file not shown.
Loading…
Reference in new issue