Skip to content
  • femiadeyemi's avatar
    improve code quality and fix some minor bugs · c107569f
    femiadeyemi authored
    Motivation:
    
    This is to improve cerebrum code.
    
    Modification:
    
    - remove the workaround inside CerebrumConfig by using
        SslContextFactory.Client
    - create a utility class for the controllers and move all
        common methods into this class.
    - use the correct helmholtz aai uri inside the MarketUserController
    - supress some some methods warnings
    - make the deleteUuid inside the MarketServiceRepository to
        return Long type
    - remove the public modifier of the OrganizationControllerTest and
        CerebrumExceptionHandlerTest. Also the public modifier for
        the tests were remove in other Cerebrum code can conform
        with Sonar recommended code quality.
    
    Result:
    
    Minor bug fixes with improve code quality and readility. No
    visible changes to the user.
    
    Target: master
    c107569f