[midPoint-git] [Evolveum/midpoint] d25262: Enhance SMS transport (MID-4360)

Pavol Mederly mederly at evolveum.com
Fri Jan 12 16:42:38 CET 2018


  Branch: refs/heads/post-3.7-fixes
  Home:   https://github.com/Evolveum/midpoint
  Commit: d2526270d8b83521b47368bb01739dd8367fac06
      https://github.com/Evolveum/midpoint/commit/d2526270d8b83521b47368bb01739dd8367fac06
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
    M infra/schema/src/main/java/com/evolveum/midpoint/schema/constants/SchemaConstants.java
    M infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd
    M infra/schema/src/main/resources/xml/ns/public/common/common-notifications-3.xsd
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/AbstractConfiguredModelIntegrationTest.java
    M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestNotifications.java
    M model/model-intest/src/test/resources/notifications/system-configuration.xml
    M model/notifications-impl/pom.xml
    M model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/api/transports/SimpleSmsTransport.java
    A model/notifications-impl/src/main/java/com/evolveum/midpoint/notifications/impl/util/HttpUtil.java

  Log Message:
  -----------
  Enhance SMS transport (MID-4360)

The SimpleSmsTransport now supports method, urlExpression,
headersExpression, bodyExpression and bodyEncoding, username
and password configuration items. Internally we switched to
Apache http client. Real SMS transport test was created.




More information about the midPoint-svn mailing list