[hibernate/hibernate-search] a521fe: HSEARCH-4902 Flatten POMs of published artifacts
by Yoann Rodière
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: a521feed86576122adf333bfddfb4abf88fd867f
https://github.com/hibernate/hibernate-search/commit/a521feed86576122adf3...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M build/parents/public/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4902 Flatten POMs of published artifacts
Commit: 8b4118125696c96892cc32fd3ceedb9e75631dde
https://github.com/hibernate/hibernate-search/commit/8b4118125696c96892cc...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M bom/public/pom.xml
M build/config/pom.xml
M build/parents/internal/pom.xml
M distribution/pom.xml
M engine/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm-coordination-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M pom.xml
M util/common/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
HSEARCH-4902 Update how modules are published
Commit: ae787a0d042887648d8e347b57e0b21d7a6a79f0
https://github.com/hibernate/hibernate-search/commit/ae787a0d042887648d8e...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M build/enforcer/src/main/java/org/hibernate/search/build/enforcer/DependencyManagementIncludesAllPublicArtifactsRule.java
A build/enforcer/src/main/java/org/hibernate/search/build/enforcer/MavenProjectUtils.java
A build/enforcer/src/main/java/org/hibernate/search/build/enforcer/PublicModuleIsSignedAndPublishedRule.java
M build/parents/public/pom.xml
M distribution/pom.xml
Log Message:
-----------
HSEARCH-4902 Add a custom enforcer rule to make sure no public module is unsigned/not-published
Commit: 13ab16eebccb0b4340a53a75b599d28b58b15c32
https://github.com/hibernate/hibernate-search/commit/13ab16eebccb0b4340a5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M bom/public/pom.xml
M build/enforcer/pom.xml
M build/enforcer/src/main/java/org/hibernate/search/build/enforcer/DependencyManagementIncludesAllPublicArtifactsRule.java
M build/enforcer/src/main/java/org/hibernate/search/build/enforcer/MavenProjectUtils.java
A build/enforcer/src/main/java/org/hibernate/search/build/enforcer/PublicModuleIsDeployedRule.java
R build/enforcer/src/main/java/org/hibernate/search/build/enforcer/PublicModuleIsSignedAndPublishedRule.java
M build/parents/build/pom.xml
M build/parents/public/pom.xml
M distribution/pom.xml
M engine/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm-coordination-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M pom.xml
M util/common/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
HSEARCH-4902 Simplify configuration of published modules
Commit: 7c912bd9d3f47d551f2b11b5ae83d7e807240c5f
https://github.com/hibernate/hibernate-search/commit/7c912bd9d3f47d551f2b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4902 Exclude enforcer code from test coverage
Compare: https://github.com/hibernate/hibernate-search/compare/560580954c35...7c91...
1 year, 6 months
[hibernate/hibernate-search] a6a2aa: HSEARCH-4742 Add an option to add property source ...
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: a6a2aa0aefa12184b276bfa65df7efd12b08f332
https://github.com/hibernate/hibernate-search/commit/a6a2aa0aefa12184b276...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M documentation/src/main/asciidoc/public/reference/_mapper-pojo-standalone.adoc
A documentation/src/test/java/org/hibernate/search/documentation/mapper/pojo/standalone/entrypoints/StandalonePojoReadPropertiesFromFileIT.java
A documentation/src/test/resources/configuration/standalone-test.properties
A integrationtest/mapper/pojo-base/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/bootstrap/ConfiguringPropertiesInSearchMappingBuilderIT.java
A integrationtest/mapper/pojo-base/src/test/resources/standalone-test.properties
M mapper/pojo-standalone/src/main/java/org/hibernate/search/mapper/pojo/standalone/mapping/SearchMappingBuilder.java
Log Message:
-----------
HSEARCH-4742 Add an option to add property source to Standalone POJO mapper builder
1 year, 6 months