Skip to content
  • femiadeyemi's avatar
    upgrade to spring-boot version 2.3.5 · 0167257c
    femiadeyemi authored
    Motivation:
    
    Keep cerebrum up-to-date.
    
    Modification:
    
    - change the spring-boot version to 2.3.5
    - upgrade the springdoc-openapi-ui to version 1.4.8 to
        avoid the classpath problem
    - use the latest spring boot version of the neo4j driver
    - unity aai jwt header token is at+jwt however, the latest
        springframework security does not support this. Hence.
        exclude the current version of nimbus-jose-jwt and
        add version 7.9 that support at+jwt header.
    - inside the application.yml and application-dev.yml use the
        properties setting for the neo4j instead of the spring
        neo4j properties
    - enable more neo4j logs info
    - use the proper variable name for the sceret value inside
        the docker file.
    
    Result:
    
    No visible changes to the end user
    0167257c