[midPoint-git] [Evolveum/midpoint] 61d75a: making repo-sql-impl non-required for starting wit...
virgo47
noreply at github.com
Tue Jan 12 10:40:58 CET 2021
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 61d75a800660856db4afd84fd5309af2c4afb125
https://github.com/Evolveum/midpoint/commit/61d75a800660856db4afd84fd5309af2c4afb125
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M repo/repo-common/pom.xml
A repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/SystemConfigurationChangeDispatcherImpl.java
M repo/repo-sqale/pom.xml
A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryBeanConfig.java
M repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryServiceFactory.java
A repo/repo-sqale/src/main/resources/ctx-repository.xml
M repo/repo-sql-impl/pom.xml
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlAuditServiceFactory.java
M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryBeanConfig.java
R repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SystemConfigurationChangeDispatcherImpl.java
M repo/repo-sql-impl/src/main/resources/ctx-repository.xml
Log Message:
-----------
making repo-sql-impl non-required for starting with another repo impl
- MP still starts configured with old repo and audit, which is a must.
- new sqale-repo is not working at all yet
- task-impl does not fail on Spring bean deps, but on new repo
- SystemConfigurationChangeDispatcherImpl moved to repo-common
It was in repo-sql-impl previously, but it supports any repo impl.
- SqlAuditServiceFactory is conditionally created by @Configuration
SqlRepositoryBeanConfig. Previous @Conditional... on SASF did not work.
- bare SqaleRepositoryBeanConfig was introduced + new ctx-repository.xml
Commit: 2fac004a5aaaae77b40ed0aaff4f630695172114
https://github.com/Evolveum/midpoint/commit/2fac004a5aaaae77b40ed0aaff4f630695172114
Author: Richard Richter <richard.richter at evolveum.com>
Date: 2021-01-12 (Tue, 12 Jan 2021)
Changed paths:
M repo/repo-sqale/sql/pgnew-eav-vs-json.sql
M repo/repo-sqale/sql/pgnew-repo.sql
Log Message:
-----------
repo-sqale/sql: added copyright headers
Compare: https://github.com/Evolveum/midpoint/compare/30b2402b2a27...2fac004a5aaa
More information about the midPoint-svn
mailing list