-
Notifications
You must be signed in to change notification settings - Fork 39
Comparing changes
Open a pull request
base repository: FAIRDataTeam/FAIRDataPoint
base: v1.18.1
head repository: FAIRDataTeam/FAIRDataPoint
compare: v1.18.2
- 7 commits
- 7 files changed
- 1 contributor
Commits on Jan 28, 2026
-
Bump windows mongodb version from 5 to 7 for windows runners in maven…
…-verify workflow (#837) setup-mongodb now only supports mongodb 7 on windows runners ankane/setup-mongodb@2d78f75
Configuration menu - View commit details
-
Copy full SHA for 536152b - Browse repository at this point
Copy the full SHA 536152bView commit details
Commits on Jan 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2888362 - Browse repository at this point
Copy the full SHA 2888362View commit details -
cherry-pick: Exclude commons-logging dependency from rdf-resource-res…
…olver-core (#805) This prevents the warning "Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts" * exclude commons-logging dependency from rdf-resource-resolver-core * add comments in pom with reason for exclusion
Configuration menu - View commit details
-
Copy full SHA for 0b59c45 - Browse repository at this point
Copy the full SHA 0b59c45View commit details -
cherry-pick: Make test logging config easier to use (#806)
* include root logger AppenderRef, so we only need to change the log level, when required * rename test logging config file for clarity and conformance to log4j2 best practices
Configuration menu - View commit details
-
Copy full SHA for 2bf61fb - Browse repository at this point
Copy the full SHA 2bf61fbView commit details -
Fix acceptance test for new index ping POST (#840)
* todo for InstanceProperties * improve logging for IndexSettingsService.getOrDefaults, so we can clearly see if settings come from db or defaults * clear settings repository at start of ping.List_POST.res204_newEntry This is actually a quick and dirty fix, following the same pattern as the other tests. However, the underlying problem remains: if you rely on cleaning up the db before each test, as opposed to after each test, then you need to make sure *everything* is cleaned up.
Configuration menu - View commit details
-
Copy full SHA for 6e98961 - Browse repository at this point
Copy the full SHA 6e98961View commit details -
Upgrade v1.18.x dependencies (#838)
* consistent naming of pom version properties (property name should match artifact id, so it is immediately clear which package the version is for) * add pom version properties for checkstyle and spring-javaformat-checkstyle, to make sure all versions are defined in one place * remove unused plugin.jacoco.version property from pom * bump dependency versions - spring-boot-starter-parent 3.5.0 to 3.5.10 - springdoc-openapi-starter-webmvc-ui 2.8.8 to 2.8.15 - rdf4j-runtime (and related) 5.1.3 to 5.2.2 - jjwt-api (and related) 0.12.6 to 0.13.0 - git-commit-id-maven-plugin 9.0.1 to 9.0.2 - checkstyle 10.25.0 to 13.0.0 - spring-javaformat-checkstyle 0.0.46 to 0.0.47
Configuration menu - View commit details
-
Copy full SHA for 57407e2 - Browse repository at this point
Copy the full SHA 57407e2View commit details
Commits on Feb 19, 2026
-
Fix API doc generation for resource endpoints (#848)
Call OpenApiService.updateAllGenericPaths() after application is ready, by listening for ApplicationReadyEvent. An alternative would be ContextRefreshedEvent, but ApplicationReadyEvent has clearer semantics. Before, with @PostConstruct, the updateAllGenericPaths method got called *before* the resource-definitions were migrated, so the resource endpoints were missing until the app was restarted.
Configuration menu - View commit details
-
Copy full SHA for 0cba71a - Browse repository at this point
Copy the full SHA 0cba71aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.18.1...v1.18.2