Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: c36c8f1c37340be7fcfdbb3a51d6d6974e8b3821
https://github.com/hibernate/hibernate-search/commit/c36c8f1c37340be7fcfd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4924 Jenkinsfile: Avoid cleanup between pre-build of sources and ITs
Without this patch, compiled files get deleted when we call
withMavenWorkspace a second time.
Commit: a90ad0d60609bbeb4bc417c1d729aa832656f076
https://github.com/hibernate/hibernate-search/commit/a90ad0d60609bbeb4bc4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4924 Jenkinsfile: Fix a few problems with source pre-building
1. We don't need it if we don't run Sonar
2. We should use the same JDK settings as ITs
Commit: 8afbe47d071382b32b04479da1505984b3311949
https://github.com/hibernate/hibernate-search/commit/8afbe47d071382b32b04...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4924 Jenkinsfile: For the default build, always pre-build sources in a different
execution, even on primary branches
Because:
1. It's simpler that way.
2. It could actually be a benefit because we'd fail fast on things like
bad formatting in one of the last modules.
Commit: 86bc57580f305d9a1f38e2946393449079fd682b
https://github.com/hibernate/hibernate-search/commit/86bc57580f305d9a1f38...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M ci/list-dependent-integration-tests.sh
Log Message:
-----------
HSEARCH-4924 ci/list-dependent-integration-tests.sh: don't run with the
"dist" profile
We don't want to rebuild the distribution module for no reason because
it's expensive, and it doesn't contain any integration tests.
This "dist" profile was only being enabled to also build -orm6
artifacts, but we no longer need to worry about it now that we've
removed the corresponding modules.
Commit: f2354a42970478c1ead06b1630f9e449c4a4f288
https://github.com/hibernate/hibernate-search/commit/f2354a42970478c1ead0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4924 Make sure the reports module is always included in incremental builds
Compare:
https://github.com/hibernate/hibernate-search/compare/7c44d4b32e1e...f235...