Skip to content

Commit

Permalink
Stop testing against Hibernate ORM 6.3
Browse files Browse the repository at this point in the history
We know it won't work because RootGraph#appliesTo was removed in OR< 6.3.

Hibernate Search 6.2, on the other hand, will work fine with ORM 6.3.
See https://hibernate.atlassian.net/browse/HSEARCH-4890
  • Loading branch information
yrodiere committed Jul 3, 2023
1 parent 79b7c38 commit 0bfb182
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
7 changes: 1 addition & 6 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ Map settings() {
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm-orm6']
]
case 'orm6.3':
return [
updateProperties: ['version.org.hibernate.orm'],
onlyRunTestDependingOn: ['hibernate-search-mapper-orm-orm6']
]
case 'orm6.2':
return [
updateProperties: ['version.org.hibernate.orm'],
Expand Down Expand Up @@ -134,7 +129,7 @@ pipeline {
axis {
name 'DEPENDENCY_UPDATE_NAME'
// NOTE: Remember to update the settings() method above when changing this.
values 'orm5.6', 'orm6.0', 'orm6.1', 'orm6.2', 'orm6.3'
values 'orm5.6', 'orm6.0', 'orm6.1', 'orm6.2'
}
}
stages {
Expand Down
12 changes: 0 additions & 12 deletions ci/dependency-update/rules-orm6.3.xml

This file was deleted.

0 comments on commit 0bfb182

Please sign in to comment.