Build: #1566 was successful Scheduled with changes by Wikum Weerakutti <wikum@linuxdeveloper.space>

Stages & jobs

  1. Default Stage

Code commits

openmrs-core master

  • Wikum Weerakutti <wikum@linuxdeveloper.space>

    Wikum Weerakutti <wikum@linuxdeveloper.space> 648881adc8b5b8782c9fb199346bbe977d562934

    TRUNK-6066 Rename host.url global property (#4121)
    * TRUNK-6066 Rename host.url global property

    The host.url global property is inconsistent with usage in password reset API. This renames host.url to security.passwordResetUrl .

    * TRUNK-6066 Rename and deprecate host.url global property

    The host.url global property is inconsistent with usage in password reset API. This copy over existing value from host.url to security.passwordResetUrl. Then host.url get deprecated.

    * TRUNK-6066 Rename and deprecate host.url

    The host.url global property is inconsistent with usage in password reset API. This renames host.url to security.passwordResetUrl. Then deprecate host.url.

    * TRUNK-6066 Adding a logic to assign a value to OpenmrsConstants.GP_PASSWORD_RESET_URL

    For backwards compatibility, Adding a logic to assign the value of OpenmrsConstants.GP_HOST_URL to OpenmrsConstants.GP_PASSWORD_RESET_URL when there is value to OpenmrsConstants.GP_HOST_URL and OpenmrsConstants.GP_PASSWORD_RESET_URL is empty.

    • api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java (version 648881adc8b5b8782c9fb199346bbe977d562934)
    • api/src/main/java/org/openmrs/util/OpenmrsConstants.java (version 648881adc8b5b8782c9fb199346bbe977d562934)
    • api/src/test/java/org/openmrs/api/UserServiceTest.java (version 648881adc8b5b8782c9fb199346bbe977d562934)