Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6819 - Include PostgreSQL JDBC driver in WAR #7048

Closed
wants to merge 25 commits into from

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    4c5a940 View commit details
    Browse the repository at this point in the history
  2. Remove any stale references about installing, copying, moving, ... of…

    … PostgreSQL driver no longer necessary. See IQSS#6819.
    poikilotherm committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    9f97abe View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    9e7751d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7de2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ed1de7 View commit details
    Browse the repository at this point in the history
  4. Provide @DataSourceDefinition for app-level DB config. IQSS#6819

    This commit is a first test to apply database configuration and
    credentials to the application server without using a config
    on domain level but on application level. It is not very configurable yet.
    
    The JNDI names have been changed to be conform with Java EE 7.
    See https://github.com/javaee-samples/javaee7-samples/tree/master/jpa/datasourcedefinition-applicationxml-pu
    and others for working examples. (Staying with the old name was not successfull.)
    
    We had to use the "global" scope, so the persistent EJB timers are successfully created
    and stored in the database. Using the "app" scope crashes the deployment.
    poikilotherm committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    e90d9e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0aaac25 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    c2e00fd View commit details
    Browse the repository at this point in the history
  2. Make the DataSourceDefinition configureable using MicroProfile Config…

    … variables in annotation options. IQSS#6819
    poikilotherm committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    795b02f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1052985 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    2e6b6f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    3d2d98a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550d37f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12780b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    ae790a4 View commit details
    Browse the repository at this point in the history
  2. Add new properties to install docs plus add release notes how to upda…

    …te existing installations.
    poikilotherm committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    1075ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aedd5df View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    7a1c7a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    454be3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a668f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    446581b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c8f3d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97b6ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfd39b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    93d3b6a View commit details
    Browse the repository at this point in the history