Build plan for Cohort module including release to BinTray

Build: #22 was successful Code changes detected

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
1 minute
Labels
None
Revisions
Git
207f124aa346b81a7b8c770125ffc783d3a806f2 207f124aa346b81a7b8c770125ffc783d3a806f2
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
49
Successful since
#10 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ian Bacher Ian Bacher 207f124aa346b81a7b8c770125ffc783d3a806f2 m 207f124aa346b81a7b8c770125ffc783d3a806f2 Migrate to Hibernate annotations
Ian Bacher Ian Bacher 8332956688fc5a2c3a39a968bce24c4d4c08fe0a m 8332956688fc5a2c3a39a968bce24c4d4c08fe0a Clean-up DAO methods
* Removed potential SQL-I vulnerabilities
* Used `get(Class, Id)` where possible
* Changed some return types to reflect what would actually be fetched
  e.g., findById will only ever return one result while findByVisitId
  will only ever return a list of results
Ian Bacher Ian Bacher 3bb1371c61fffe5bc7b45bf3ee312703af675f2b m 3bb1371c61fffe5bc7b45bf3ee312703af675f2b Update POMs
* Fixes links
* All dependency versions are in the main POM
Ian Bacher Ian Bacher ff6d0910b256337009d26f0696eaca07248d20d0 m ff6d0910b256337009d26f0696eaca07248d20d0 Move validators into the API package
Ian Bacher Ian Bacher 8f7094e5b1dbd2e16ed277f7b1bebfb09b766127 m 8f7094e5b1dbd2e16ed277f7b1bebfb09b766127 Allow REST resources to load on newer versions of the platform