Skip to content

Merge for Release 1.15.0#568

Merged
mwithi merged 104 commits intomasterfrom
release_1_15_0
Feb 3, 2026
Merged

Merge for Release 1.15.0#568
mwithi merged 104 commits intomasterfrom
release_1_15_0

Conversation

@mwithi
Copy link
Member

@mwithi mwithi commented Jan 30, 2026

No description provided.

dbmalkovsky and others added 30 commits March 14, 2024 12:09
* Separate openapi check workflow from build one

* Apply suggestions

* Align with Java17
* OP-1207 move to Spring Boot 3.2.x

* Update pom.xml update to 1.14.1.SNAPSHOT

* Update pom.xml

* use jars consist with Spring Boot 3.2.x

* Use org.springframework.boot.loader.launch.JarLauncher

---------

Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>
* OP-1207 move to Spring Boot 3.2.x

* Update pom.xml update to 1.14.1.SNAPSHOT

* Separate openapi check workflow from build one (#423)

* Apply suggestions

* Align with Java17

* OP-1207 JarLauncher class has moved

* OP-1234: fix tests releated to CORE changes in OP-1210

---------

Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>
Bumps `license.maven.plugin.version` from 4.3 to 4.5.

Updates `com.mycila:license-maven-plugin-git` from 4.3 to 4.5
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.3...license-maven-plugin-4.5)

Updates `com.mycila:license-maven-plugin` from 4.3 to 4.5
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.3...license-maven-plugin-4.5)

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.mycila:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…en.plugin.version-4.5

Chore(deps): Bump license.maven.plugin.version from 4.3 to 4.5
Merge release_1_4_2 (resolve conflicts)
* Remove -SNAPSHOT

* Update version

* OP-1207 move to Spring Boot 3.2.x

* Update pom.xml update to 1.14.1.SNAPSHOT

* Update pom.xml

Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>

* use jars consist with Spring Boot 3.2.x

* Separate openapi check workflow from build one (#423)

* Separate openapi check workflow from build one

* Apply suggestions

* Align with Java17

* OP-1207 JarLauncher class has moved

* OP-1207 JarLauncher class has moved

* Chore: update to SpringBoot 3.2.5

* Chore: update to SpringBoot 3.2.5; fix compile errors

* Chore: update to SpringBoot 3.2.5; update JarLauncher path

* OP-1235 Fix with new constructors (#443)

* Update pom

* Chore(deps): Bump license.maven.plugin.version from 4.3 to 4.5

Bumps `license.maven.plugin.version` from 4.3 to 4.5.

Updates `com.mycila:license-maven-plugin-git` from 4.3 to 4.5
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.3...license-maven-plugin-4.5)

Updates `com.mycila:license-maven-plugin` from 4.3 to 4.5
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.3...license-maven-plugin-4.5)

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.mycila:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove -SNAPSHOT before release

* Align with develop and fix openapi

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alessandro Domanico <alessandro.domanico@yahoo.it>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add missing field supDeleted

* Update openapi spec

* Fix import order
* chore:OH2-363 | Remove APIs for CUD on Permissions

* fix:change imports order

* chore:change imports order

* chore:update spec file
* refactor:save user groups with permissions. Write e2e tests for UserController

* feat:assign/revoke a single permssion from a user group

* chore:imports ordering and javadoc update

* fix:fix failed test
* Fix hardcoded Swagger configuration

* Improve API Docker configuration

* Improve demo data load

* Update version

* Fix port and DB user

* Update driver mysql -> mariadb
Co-authored-by: ArnaudFonzam <gui.fofou@umi2growcameroun.com>
ArnaudFofou and others added 28 commits November 21, 2024 11:28
…ntroller.java (#508)

Co-authored-by: ArnaudFofou <gui.fofou@umi2growcameroun.com>
* Change log level for JWT token

* Resolving AuthenticationProvider WARN

We don't need at the moment to define an authenticationProvider because
we have only one UserDetailsService implementation
(org.isf.security.UserDetailsServiceImpl) and only one PasswordEncoder
bean (BCryptPasswordEncoder), so Spring Security uses the default
DaoAuthenticationProvider

In the future, if we add more UserDetailsService implementations for
multiple authentication data sources (e.g. Database, LDAP, Third-Party)
we must define each provider and instruct the AuthenticationManager in
which one to use for each case.

* Disable Mustache Template WARN

* Disable WARN - spring.jpa.open-in-view is enabled by default.
Bumps [org.modelmapper:modelmapper](https://github.com/modelmapper/modelmapper) from 3.2.1 to 3.2.2.
- [Changelog](https://github.com/modelmapper/modelmapper/blob/master/CHANGES.md)
- [Commits](modelmapper/modelmapper@modelmapper-parent-3.2.1...modelmapper-parent-3.2.2)

---
updated-dependencies:
- dependency-name: org.modelmapper:modelmapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* Expose root endpoint "/"

* Add default root "/" response

* Add healthcheck endpoint

* Update license header

* Update openapi spec

* Add RootControllerTest

* Update license headers

* Add version centralization

* Fix tests

* Fix README
* chore: extracted token expiration times

* chore: logs validity token values read from properties

* chore: changed token validity values from millis to seconds
…pper-modelmapper-3.2.2

Chore(deps): Bump org.modelmapper:modelmapper from 3.2.1 to 3.2.2
Co-authored-by: ArnaudFofou <gui.fofou@umi2growcameroun.com>
OH2-458 | Fix 500 Errror on api which fetches the current admission of the patient
Bumps `license.maven.plugin.version` from 4.6 to 5.0.0.

Updates `com.mycila:license-maven-plugin-git` from 4.6 to 5.0.0
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.6...v5.0.0)

Updates `com.mycila:license-maven-plugin` from 4.6 to 5.0.0
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
- [Commits](mathieucarbou/license-maven-plugin@license-maven-plugin-4.6...v5.0.0)

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin-git
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.mycila:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…en.plugin.version-5.0.0

Chore(deps): Bump license.maven.plugin.version from 4.6 to 5.0.0
* add API to fetch patient by using the list of patient's code

* Update src/main/java/org/isf/patient/rest/PatientController.java

* add the check

* apply suggestion code

* update oh.yaml and write the test for api /patients/by-codes

* remove non used import

---------

Co-authored-by: ArnaudFofou <gui.fofou@umi2growcameroun.com>
* Error handling in workflow step "Generate OpenAPI yaml"

* Update openapi spec after OH2-456
Bumps [org.modelmapper:modelmapper](https://github.com/modelmapper/modelmapper) from 3.2.2 to 3.2.3.
- [Changelog](https://github.com/modelmapper/modelmapper/blob/master/CHANGES.md)
- [Commits](modelmapper/modelmapper@modelmapper-parent-3.2.2...modelmapper-parent-3.2.3)

---
updated-dependencies:
- dependency-name: org.modelmapper:modelmapper
  dependency-version: 3.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…pper-modelmapper-3.2.3

Chore(deps): Bump org.modelmapper:modelmapper from 3.2.2 to 3.2.3
* OP-1390 update Spring Boot version and open api

* OP-1390 update oh.yaml
@mwithi mwithi merged commit 8bd7e95 into master Feb 3, 2026
3 of 4 checks passed
@mwithi mwithi deleted the release_1_15_0 branch February 3, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants