OpenMRS Core Master

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Wyclif Luyima

    Wyclif Luyima 06593ec985c2e2064e13d172159b04f4398ca1ae

    TRUNK-5559 Implemented a mechanism so that listeners can be notified whenever a new full text query object is created (#2993)
    * TRUNK-5559 Implemented a mechanism so that listeners can be notified whenever a new full text query object is created.

    * Moved FullTextSessionFactory to org.openmrs.api.db package

    * Converted FullTextSessionFactory into an interface and added an implementation

    * TRUNK-5559 Fixed javadocs

    * TRUNK-5559 Follow up to fix logger and exception type thrown

    • api/src/main/java/org/openmrs/FullTextSessionFactory.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/DelegatingFullTextSession.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/FullTextQueryAndEntityClass.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/FullTextQueryCreatedEvent.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/FullTextSessionFactory.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/FullTextSessionFactoryImpl.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/hibernate/HibernateContextDAO.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)
    • api/src/main/java/org/openmrs/api/db/hibernate/search/LuceneQuery.java (version 06593ec985c2e2064e13d172159b04f4398ca1ae)

Release scripts