[midPoint-git] [Evolveum/midpoint] 8a6220: Remove duplicate keys in schema.properties

Pavol Mederly mederly at evolveum.com
Wed Aug 1 13:40:00 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: 8a62206ceea2c44fed8d50848d89f549becf6f81
      https://github.com/Evolveum/midpoint/commit/8a62206ceea2c44fed8d50848d89f549becf6f81
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M infra/schema/src/main/resources/localization/schema.properties

  Log Message:
  -----------
  Remove duplicate keys in schema.properties


  Commit: a11a74dac729c4c5dfdca893d92290aae7b38561
      https://github.com/Evolveum/midpoint/commit/a11a74dac729c4c5dfdca893d92290aae7b38561
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/ObjectTypes.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/LocalizationUtil.java
    M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/validator/ResourceValidatorImpl.java
    M model/notifications-impl/pom.xml
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/formatters/TextFormatter.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
    M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/cluster/NodeRegistrar.java

  Log Message:
  -----------
  Fix misreading of schema.properties (MID-4800)

When fetching schema.properties resource bundle without the context
of our specially-configured spring ResourceBundleMessageSource it is
read as ISO 8859-1 instead of UTF-8.

This commit replaces almost all such places with the use
of LocalizationService. What remains is ResourceValidatorImpl;
however, it is not used much and - most importantly - when it is
invoked, the schema.properties are already loaded.


  Commit: 836dd410a0e1584b77b6e1be30f5b60698c9ae38
      https://github.com/Evolveum/midpoint/commit/836dd410a0e1584b77b6e1be30f5b60698c9ae38
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-08-01 (Wed, 01 Aug 2018)

  Changed paths:
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageBase.java
    M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageUsersView.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: https://github.com/Evolveum/midpoint/compare/4f107b349375...836dd410a0e1
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the midPoint-svn mailing list