[midPoint-git] [Evolveum/midpoint] 3d2ac2: SqlRepositoryFactory is not "found" as a bean, but...

virgo47 noreply at github.com
Mon Dec 14 21:21:36 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 3d2ac2beae9666e793f0055f3e8e58abe581faa6
      https://github.com/Evolveum/midpoint/commit/3d2ac2beae9666e793f0055f3e8e58abe581faa6
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/boot/MidPointSpringApplication.java
    M repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/RepositoryServiceFactory.java
    M repo/repo-api/src/main/java/com/evolveum/midpoint/repo/api/RepositoryServiceFactoryException.java
    M repo/repo-cache/src/test/resources/ctx-configuration-test-no-audit.xml
    M repo/repo-sqale/pom.xml
    R repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryFactory.java
    A repo/repo-sqale/src/main/java/com/evolveum/midpoint/repo/sqale/SqaleRepositoryServiceFactory.java
    M repo/repo-sql-impl-test/src/main/resources/ctx-repository-test.xml
    M repo/repo-sql-impl-test/src/test/resources/ctx-configuration-sql-test.xml
    M repo/repo-sql-impl-test/src/test/resources/ctx-test-datasource.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryFactory.java
    M repo/repo-sql-impl/src/main/resources/ctx-repository.xml
    M repo/repo-test-util/src/main/resources/ctx-configuration-test.xml
    M repo/system-init/src/main/java/com/evolveum/midpoint/init/RepositoryFactory.java
    M repo/system-init/src/main/resources/ctx-configuration.xml
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/Initializer.java

  Log Message:
  -----------
  SqlRepositoryFactory is not "found" as a bean, but created by factory

RepositoryFactory is now Spring factory for RepositoryServiceFactory
which it returns based on the config.xml, the result is the same, but
it's much cleaner and allows future changes.
SqlRepositoryServiceImpl is then returned by SqlRepositoryFactory (which
is in facat SqlRepository_Service_Factory!) as before.
In line with this, SqaleRepositoryServiceFactory is not scanned
component either, it will be creatd by RepositoryFactory as needed.


  Commit: 039462ab0c6605d43e2c41a32d2f8251997de69f
      https://github.com/Evolveum/midpoint/commit/039462ab0c6605d43e2c41a32d2f8251997de69f
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M repo/repo-sql-impl-test/src/test/resources/config-test.xml
    M repo/repo-sql-impl-test/src/test/resources/ctx-test-datasource.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryConfiguration.java
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryFactory.java

  Log Message:
  -----------
  explicit relative paths used for H2, h2.implicitRelativePath still left


  Commit: 539f3fb42afeeefa649e220a3f79205fed94eb62
      https://github.com/Evolveum/midpoint/commit/539f3fb42afeeefa649e220a3f79205fed94eb62
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-12-14 (Mon, 14 Dec 2020)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  POM: commented additionalClasspathElement to ojdbc, should work fine


Compare: https://github.com/Evolveum/midpoint/compare/a920941e8314...539f3fb42afe


More information about the midPoint-svn mailing list