dhis2-core
dhis2-core copied to clipboard
DHIS 2 Core. Written in Java. Contains the service layer and Web API.
SQL View data is currently returned in versions 2.36 - 2.39 from `/api/sqlViews/{uid}/data` in both json and XML formats but without the pager node. This causes the Maintenance app in...
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.24.1 to 9.24.2. Changelog Sourced from nimbus-jose-jwt's changelog. version 1.0 (2012-03-01) First version based on the OpenInfoCard JWT, JWS and JWE code base. version 1.1 (2012-03-06) Introduces...
Removed unused code. DB is always emptied so no need to expose `emptyDatabaseAfterTest`. Setting it to `false` could also affect test isolation which is causing us pain already.
DataValueSetServiceTest changes the BatchHandlerFactory to use a mock without cleaning it up afterwards. This meant that if DataValueSetServiceIntegrationTest ran after it no datavalues were committed to the DB. Locally, DataValueSetServiceIntegrationTest...
as this is done by `@Transactional` Needs - [ ] https://github.com/dhis2/dhis2-core/pull/11509 - [ ] https://github.com/dhis2/dhis2-core/pull/11510
We have several base classes used in integration tests * TransactionalIntegrationTest (transactional) * SingleSetupIntegrationTestBase (transactional) * IntegrationTestBase (non-transactional) * BaseSpringTest Use JUnit 5 extensions so we can easily reuse them...