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

Fetch upstream #62

Open
wants to merge 209 commits into
base: main
Choose a base branch
from
Open

Fetch upstream #62

wants to merge 209 commits into from

Commits on Aug 26, 2021

  1. Upgrade to Maven 3.8.2

    See gh-805
    DanielFran authored and snicoll committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5149957 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #805 from DanielFran

    * pr/805:
      Upgrade to Maven 3.8.2
    
    Closes gh-805
    snicoll committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    321cfa7 View commit details
    Browse the repository at this point in the history
  3. Upgrade to Spring Boot 2.5.4

    snicoll committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    11f1234 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Add delimiter to list of pets

    dsyer authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    25ba162 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Add pagination for owners and vets lists in HTML

    Fixes #91
    simrin051 authored and dsyer committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    8ad9c05 View commit details
    Browse the repository at this point in the history
  2. Tidy up test

    dsyer committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e11a594 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    e57ef71 View commit details
    Browse the repository at this point in the history
  2. Add license file

    trisberg authored and dsyer committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    0a1b3dd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Tidy imports

    dsyer committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8bfe9e6 View commit details
    Browse the repository at this point in the history
  2. Update to Boot 2.5.5

    dsyer committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    af9a0a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Add note on Java version

    dsyer committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0162107 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add GitHub actions maven-build.yml

    arey authored and dsyer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0016ae9 View commit details
    Browse the repository at this point in the history
  2. Replace Travis badge by GitHub actions one

    arey authored and dsyer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    198f5e2 View commit details
    Browse the repository at this point in the history
  3. Use the provided maven wrapper

    arey authored and dsyer committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    30d0e2a View commit details
    Browse the repository at this point in the history
  4. Remove travis config file

    dsyer authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    bc35c40 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Update to Spring Boot 2.5.6

    dsyer committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    b45f5be View commit details
    Browse the repository at this point in the history
  2. Fix page links

    dsyer committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    3eba970 View commit details
    Browse the repository at this point in the history
  3. Remove redundant interface

    dsyer committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4f2f8fa View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Convert to SCSS and Bootstrap 5

    dsyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    1095a15 View commit details
    Browse the repository at this point in the history
  2. No need for jquery

    dsyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    4d4727f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea2836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff2febe View commit details
    Browse the repository at this point in the history
  5. Make buttons look normal again

    dsyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    4ecc4c3 View commit details
    Browse the repository at this point in the history
  6. Remove unused css files

    dsyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    576c4eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83e0749 View commit details
    Browse the repository at this point in the history
  8. Fix ignores

    dsyer committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    67c8bf6 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Use "date" type for date inputs

    In 2021 we really should be using the browser's own date picker.
    dsyer committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    eff7c95 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Update docker-compose.yml to version 2.2

    The current docker-compose.yml is still in version 1, which is
    deprecated: https://docs.docker.com/compose/compose-file/compose-versioning/
    
    So if you try to run `docker-compose up` with a recent version of
    docker-compose, the following error occurs:
        (root) Additional property mysql is not allowed
    
    Version 2.2 was chosen because it's not deprecated, but it also has been
    released some time ago: Compose version 2.2 requires docker engine
    version 1.13.0, which was released on 2017-01-18. So, with this version,
    hopefully no users will have any issues either with deprecation warnings
    or with a version that is not yet supported by their docker-engine.
    nroi authored and dsyer committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    20adfb7 View commit details
    Browse the repository at this point in the history
  2. Add support for PostgreSQL

    See #636
    nroi authored and dsyer committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ce626da View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Make build work with Gradle

    dsyer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4df621b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f015573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    094d302 View commit details
    Browse the repository at this point in the history
  4. Mention Gradle build in readme

    dsyer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    a7439c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Update to Boot 2.6.2

    trisberg authored and dsyer committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    778161f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Remove PetRepository and use Owner as aggregate

    Owner is really the aggregate root in DDD terms and there is no
    need to directly access the Pet entity.
    dsyer committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    c953442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5da14a View commit details
    Browse the repository at this point in the history
  3. Also remove VisitRepository

    Rely on Hibernate to do lazy loading on visits.
    dsyer committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    58fe629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    423a337 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Avoid dropping Postgres schema

    The postgres user needs to be an owner of the public schema or a
    superuser in order to execute the schema.sql for database
    initialization.
    
    To avoid that, two changes are required:
     - use `CREATE TABLE IF NOT EXISTS` in order to idempotently create the
       necessary tables
     - handle conflicts when inserting duplicate data
    
    This follows the pattern in use by the
    src/main/resources/db/mysql/{data,schema.sql} files.
    
    Authored-by: Shaan Sapra <shsapra@vmware.com>
    Shaan Sapra authored and dsyer committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    43beff9 View commit details
    Browse the repository at this point in the history
  2. Remove manual id management in child entities

    This is reverting a workaround for a Hibernate "feature". There's
    no need for the child entities (Pet and Visit) to know about their
    parent (foreign key). Hibernate can manage that just fine with a
    @joincolumn. But it needs a nullable foreign key column in the
    DB schema. That's the downside. The upside is much less code in
    Java.
    dsyer committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b559077 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Additional tweaks in aggregate model.

    Introduced Owner.addVisit(…) to avoid that state transition to live in controller code.
    
    Slightly polished some assertions in ClinicServiceTests.
    odrotbohm authored and dsyer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    4725753 View commit details
    Browse the repository at this point in the history
  2. Add actuators to Gradle build

    dsyer committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    8a28801 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    e765e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdcaa85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb8dde View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Upgrade to Spring Boot 2.6.3

    snicoll committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    cae097b View commit details
    Browse the repository at this point in the history
  2. Upgrade to nohttp 0.0.10

    snicoll committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    604a9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d90ecb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28ea39c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Remove unused node.version

    dsyer authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    604c9c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702747f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

  1. Update readme.md

    Remove Java 8
    win777 authored and dsyer committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    31e5aa6 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    win777 authored and dsyer committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0827bc8 View commit details
    Browse the repository at this point in the history
  3. Update readme.md

    win777 authored and dsyer committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e870b18 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Use open session in view and populate model attrs

    Open session in view was switched off accidentally a while ago. Also
    the mapping changes recently meant that the changes to @Valid model
    attributes were not being propagated correctly.
    
    Fixes #946 and #947
    dsyer authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d381fb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Make postgres data.sql properly idempotent

    Fixes #936
    dsyer authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    5ecaccf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

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

Commits on May 19, 2022

  1. Update to Spring Boot 2.7.0

    dsyer authored May 19, 2022
    Configuration menu
    Copy the full SHA
    1db99db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1fa8e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Add devcontainer and gitpod

    Also works in codespaces.
    dsyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    abee859 View commit details
    Browse the repository at this point in the history
  2. Relocate deprecated annotation

    dsyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    dbcd37f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Whitespace tidy

    dsyer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    21b9486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a12048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d03f3 View commit details
    Browse the repository at this point in the history
  4. Move vscode settings up a level

    dsyer committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5ef8190 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. remove unused import

    jdubois authored and dsyer committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cbf80df View commit details
    Browse the repository at this point in the history
  2. use Java 17 in devcontainers

    jdubois authored and dsyer committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5aef5c3 View commit details
    Browse the repository at this point in the history
  3. Add the Pivotal extension pack to devcontainers (#994)

    Add Spring Boot extensions
    jdubois authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4f3cbaa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Upgrade to Boot 2.7.1

    dsyer committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3f84684 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Upgrade build.grade to spring-boot-starter 2.7.1 (#1016)

    @pivotal-cla This is an Obvious Fix
    This fixes a compilation error in PetClinicIntegrationTests
    Upgrade to same version as used in pom.xml
    robertson-neil authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    a3294f2 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary semicolons (#998)

    shwetatyagi22 authored and dsyer committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    c576304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9dbf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Upgrade to Gradle 7.5.1 and to Spring Boot 2.7.3

    dgcd authored and dsyer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    276880e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b3ef8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Attempt to fix codespaces

    dsyer committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d3aabf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

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

Commits on Sep 14, 2022

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

Commits on Sep 15, 2022

  1. Change CI step names

    dsyer committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7e91b98 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Readability improvements & Use stream instread of forEach (#1055)

    * Use stream instead of forEach on find PetType logic of parse()
    
    * Improve controllers readability
    
    * Rollback stream instead of for-each
    ckyeon authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    f48227a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

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

Commits on Oct 16, 2022

  1. Use WebJars versioned URLs (#1099)

    In order to improve efficiency (see spring-projects/spring-framework#27619)
    and allow native image compatibility, this commit uses WebJars versioned URLs
    which are supported out of the box on Spring Boot via /META-INF/resources
    default resource location configuration, removing the need to use
    webjars-locator-core dependency and WebJarsResourceResolver.
    
    I have been able to measure a consistent 5% startup time improvement on
    the JVM with that simple change on my local machine.
    sdeleuze authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    a5cbb85 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Polish Thymeleaf templates.

    Make sure we use the suggested fragment inclusion syntax. Use th:insert instead of th:include. Use simpler URI path segment templating to avoid duplication of expressions.
    
    Avoid trailing slashes in URIs creates as upcoming Spring Boot versions will not map the trailing slash flavors of defined URI mappings.
    odrotbohm committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9ecdc11 View commit details
    Browse the repository at this point in the history
  2. Migrate to Spring Boot 3

    dsyer authored and odrotbohm committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1315cf6 View commit details
    Browse the repository at this point in the history
  3. Add JAXB API to compile time dependencies.

    Needed for JAXB annotations in the sources on Java 17.
    odrotbohm committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1e56f6f View commit details
    Browse the repository at this point in the history
  4. Additional setup to support native image creation.

     - Switch to Caffeine for caching since it is supported on native unlike Ehcache
     - Use latest metadata repository 0.2.3 (will be the default with Native Build Tools 0.9.15)
     - Registers resource hints for WebJars and db resource directory
    sdeleuze authored and odrotbohm committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f53e0d0 View commit details
    Browse the repository at this point in the history
  5. Upgrade to Spring Boot 3.0 RC1

    sdeleuze authored and odrotbohm committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    f3a8d24 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Tweaks for Boot 3.0.0

    dsyer committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    dade7fc View commit details
    Browse the repository at this point in the history
  2. Update Gradle build

    dsyer committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f5b1ebc View commit details
    Browse the repository at this point in the history
  3. Fix CI

    dsyer committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e8e37b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

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

Commits on Jan 14, 2023

  1. Update build.gradle

    dsyer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    05468bc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Concise readme and link edits

    SmolParascythe authored and dsyer committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6be2a58 View commit details
    Browse the repository at this point in the history
  2. Address review comment

    dsyer committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    10b13eb View commit details
    Browse the repository at this point in the history
  3. Update references to Java version in README

    Fixes #1151
    dsyer committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ca055db View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    b298af3 View commit details
    Browse the repository at this point in the history
  2. Update to Spring Boot 3.0.2

    dsyer committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    635b0a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Update actions

    dsyer committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1079767 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Remove unnecessary native hint

    dsyer committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    f2d9c9b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Update devcontainer.json

    publisher id of vscode-boot-dev-pack has been changed from `pivotal` to `vmware`.
    Eskibear authored and dsyer committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    68fb7ac View commit details
    Browse the repository at this point in the history
  2. issue #1176 codespaces badged

    tgrall authored and dsyer committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5ceba6d View commit details
    Browse the repository at this point in the history
  3. Create .gitattributes

    fixes #1149
    doggy8088 authored and dsyer committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dd54a40 View commit details
    Browse the repository at this point in the history
  4. Update .gitattributes

    If I won't keep *.java file as LF newline, I can't run app because I can't pass "io.spring.javaformat:spring-javaformat-maven-plugin:0.0.31:validate" goal when I mount files into container.
    doggy8088 authored and dsyer committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bac74f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Bump Spring Boot to 3.0.4

    dsyer committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2ceb8c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc46671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0962ed7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Add user friendly error when Java < 17 is used

    Add an enforcer rule with a custom message to detect if the JVM version is too old
    bdemers authored and dsyer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7b1abb3 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    fix typo of org.springframework.samples.petclinic.owner.Owner.getPet(java.lang.String) annotation.
    Ross-Jo authored and dsyer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b94d306 View commit details
    Browse the repository at this point in the history
  3. Fix typo in OwnerRepository.java

    aaabramov authored and dsyer committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6e71aaa View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    8a5a14e View commit details
    Browse the repository at this point in the history
  2. Latest Java version

    dsyer committed May 9, 2023
    Configuration menu
    Copy the full SHA
    b2ec220 View commit details
    Browse the repository at this point in the history
  3. improve jmeter test

    ---------------------
    - jmeter update
    - reduced owner + pet count (99% fixes "(Post) New Visit" issues)
    - fixed JSS: jquery->bootstrap ;)
    - changed post params from "body" to "form value" (better!)
    - added "test" for GET and POST new pet
    --------------------------------2023-04-25 22:47:37,313 INFO o.a.j.r.Summariser: summary =  65000 in 00:08:42 =  124.4/s Avg:  3526 Min:     4 Max: 20838 Err:     4 (0.01%)
    xerx593 authored and dsyer committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0787ad6 View commit details
    Browse the repository at this point in the history
  4. Update CrashControllerTests.java

    xerx593 authored and dsyer committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2249cbc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    cdb2eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313121d View commit details
    Browse the repository at this point in the history
  3. Update to Boot 3.0.6

    dsyer committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2692c5b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Upgrade for Spring Boot 3.1 (#1253)

    * Upgrade for Spring Boot 3.1
    
    * Remove 'encoding' because of Maven WARNING
    
    * Extracting logo SVG into file
    
    * Making logo src context-path aware
    
    * Remove unused image
    patbaumgartner authored May 26, 2023
    Configuration menu
    Copy the full SHA
    0d9e882 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Remove unnecessary autocrlf guidance

    This is no longer necessary as of spring-javaformat 0.0.36
    ParkerM authored and dsyer committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    cf6d44b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 22, 2023

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

Commits on Jun 23, 2023

  1. Update to Spring Boot 3.1.1

    dsyer committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    10e3dc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update VetController.java

    Erasing unnecessary 1 line
    jee14 authored and dsyer committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ca2d8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029de90 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Tidy up native tests

    dsyer committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c231682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4efc93 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Add birthdate validation

    bijomutta authored and dsyer committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3be2895 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Adding pet name validation on edit Pet

    bijomutta authored and dsyer committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3a61275 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Aug 24, 2023

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

Commits on Sep 12, 2023

  1. feat: Add a Korean message file to support at least one non-European …

    …language
    
    This commit introduces a new Korean message file to the project. With this addition, the project now supports messages in languages other than European languages.
    
    Resolves: #1299
    Anthony-Park authored and dsyer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    18266fe View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary model change

    dsyer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d11d6e8 View commit details
    Browse the repository at this point in the history
  3. Suppress warning

    dsyer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5accc40 View commit details
    Browse the repository at this point in the history
  4. Bump Spring Boot to 3.1.3

    dsyer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    923e2b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Upgrade to Spring Boot 3.2.0

    sdeleuze authored and dsyer committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5a9d1fc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Update dependency

    patbaumgartner authored and dsyer committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    de0e366 View commit details
    Browse the repository at this point in the history
  2. Improved Readme

    patbaumgartner authored and dsyer committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    8b8304f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 13, 2023

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

Commits on Jan 10, 2024

  1. Upgrade to Boot 3.2.1

    dsyer committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    80fd110 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 23, 2024

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

Commits on Jan 26, 2024

  1. Add spring.javaformat to gradle

    ThomasPerkins1123 authored and dsyer committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a35189a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

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

    dsyer committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    836d111 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add checkstyle for gradle

    ThomasPerkins1123 authored and dsyer committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ee6573c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1c93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2f1ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 29, 2024

  1. Bump gradle from 8.4 to 8.6

    qeeqez authored and dsyer committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6508cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3efd6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5167226 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. test: complete assertions

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5941227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f78b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed20bf View commit details
    Browse the repository at this point in the history
  4. test: simplify code

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dea3432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57eb744 View commit details
    Browse the repository at this point in the history
  6. Update src/test/java/org/springframework/samples/petclinic/model/Vali…

    …datorTests.java
    
    Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
    2 people authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d604a01 View commit details
    Browse the repository at this point in the history
  7. Update src/test/java/org/springframework/samples/petclinic/service/Cl…

    …inicServiceTests.java
    
    Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
    2 people authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ca57854 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5b3b35 View commit details
    Browse the repository at this point in the history
  9. test: refactor using AssertJ assertions

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7055f0c View commit details
    Browse the repository at this point in the history
  10. chore: optimize imports

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f3a6755 View commit details
    Browse the repository at this point in the history
  11. test: improve test readability

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    19f5268 View commit details
    Browse the repository at this point in the history
  12. test: remove duplicate assertion

    anyulled authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8f79926 View commit details
    Browse the repository at this point in the history
  13. remove leading spaces in /owners//pets//visits/new, /owners//pets//vi…

    …sits/new and /webjars/bootstrap/5.3.2/dist/js/bootstrap.bundle.min.js resulting in 404s
    afcasco authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    395356a View commit details
    Browse the repository at this point in the history
  14. Fix postgres data

    ajokn authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bf3bc29 View commit details
    Browse the repository at this point in the history
  15. Formatting

    dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c0bc917 View commit details
    Browse the repository at this point in the history
  16. fix typo in confirmation message

    minsungoh authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c7bc8b1 View commit details
    Browse the repository at this point in the history
  17. Add user friendly error message

    pedrochevallier authored and dsyer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    405cdc6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    284d079 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    527dad0 View commit details
    Browse the repository at this point in the history
  2. Update docker-compose.yml

    portfoliodeekshith authored and dsyer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6fa3fa8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Upgrade to Gradle 8.7

    snicoll committed May 21, 2024
    Configuration menu
    Copy the full SHA
    85ae6fb View commit details
    Browse the repository at this point in the history
  2. Upgrade to Maven 3.9.6

    snicoll committed May 21, 2024
    Configuration menu
    Copy the full SHA
    055ef65 View commit details
    Browse the repository at this point in the history
  3. Upgrade to Spring Boot 3.2.5

    snicoll committed May 21, 2024
    Configuration menu
    Copy the full SHA
    aa9b9e7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Upgrade to Maven Wrapper 3.3.1

    patbaumgartner authored and dsyer committed May 25, 2024
    Configuration menu
    Copy the full SHA
    52e528b View commit details
    Browse the repository at this point in the history
  2. Upgrade to Spring Boot 3.3.0

    patbaumgartner authored and dsyer committed May 25, 2024
    Configuration menu
    Copy the full SHA
    7034d17 View commit details
    Browse the repository at this point in the history
  3. Upgrade Dependencies

    patbaumgartner authored and dsyer committed May 25, 2024
    Configuration menu
    Copy the full SHA
    39cc7e1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    fa8f683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    308f7ec View commit details
    Browse the repository at this point in the history
  3. Upgrade to Maven 3.9.7

    snicoll committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d8fcd11 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Aug 14, 2024

  1. Update the DevContainer configuration

    This uses the configuration I wrote at langchain4j/langchain4j#337
    jdubois authored and dsyer committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    12eb8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Upgrade to Spring Boot 3.3.2

    mhalbritter authored and dsyer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    91328af View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update to Boot 3.3.3

    Fixes #1658
    dsyer committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cabb74e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Upgrade to Spring Boot 3.3.4

    sdeleuze authored and dsyer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f6f923b View commit details
    Browse the repository at this point in the history
  2. Disable JPA Open Session In View

    With the current codebase, it does not seems to be
    needed anymore, so we disable it to provide better
    performances.
    sdeleuze authored and dsyer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d90e284 View commit details
    Browse the repository at this point in the history
  3. Removed unused imports

    Made some variables as final
    ghost authored and dsyer committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2daa399 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6fffe61 View commit details
    Browse the repository at this point in the history
  2. Update maven and gradle wrapper

    patbaumgartner authored and dsyer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    608e2b6 View commit details
    Browse the repository at this point in the history
  3. Change chmod like other files

    patbaumgartner authored and dsyer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f8001e0 View commit details
    Browse the repository at this point in the history
  4. fix(jmx): strip spaces before path

    guilhas07 authored and dsyer committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fc44212 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Minor code changes are the following:

    -Removed unused variables from few files.
    -Added null assertions in some tests.
    -Removed unnecessary throw exceptions.
    mosbat authored and dsyer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ae1bb82 View commit details
    Browse the repository at this point in the history
  2. Remove the unnecessary includeFilters

    arey authored and dsyer committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    62dbfa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. feat: add russian

    ruabooe authored and dsyer committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    912de16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb2379 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    90bbb98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff45cf View commit details
    Browse the repository at this point in the history
  3. Update Spring Boot release, adding Gradle build and cleanup

    - Update Spring Boot release, Checkstyle, Mysql.
    - Formatting pom.xml with sortpom-maven-plugin.
    - Rename README to standard file name.
    - Adding GitHub Action for Gradle.
    patbaumgartner authored and dsyer committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a50bfb6 View commit details
    Browse the repository at this point in the history
  4. Fix harmless bugs.

    - <fix>: use `equals` to replace `==` to compare `Integer` variable.
    - <delete>: remove redundant 'toLowerCase()' method and simplify pet lookup logic.
    - <update>: rewrite method `getName()` comments.
    wickdynex authored and dsyer committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fdc40a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Refactor:

    - <optimize>: delete logic `add owner to model` because of the comment `@ModelAttribute("owner")`.
    - <fix>: add logical judgment in ordet to avoid `owner` from `form` and `ownerId` from `url` mismatch.
    wickdynex authored and dsyer committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    14af47d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Refactor the logic and add unit test

    -<add>: add `@NotBlank` validation to pet's name.
    -<refactor>: delete useless code and add unit test to check duplicate Pet name validation logic.
    -<modify>: add `Id` to pet in unit test.
    -<refactor>: classify unit test.
    
    <modify>: adjust code format.
    wickdynex committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    50866de View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add Kubernetes support

    panic08 authored and dsyer committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a3026bd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. refactor OwnerRepository:

    -<replace>: use `JpaRepository` to replace `Repository` in `OwnerRepository` class.
    -<remove1>: remove `save()` method. JpaRepository provides it by default.
    -<remove2>: remove `@Query` because in `Owner` class, the `@OneToMany` annotiation achieved `fetch` in query.
    -<refactor1>: use `Optional<Owner>` to recieve the result from `findById()`, and if is null, throw `IllegalArugmentExpection`.
    -<refactor2>: achieve the assert to judge return value in tests.
    -<add>: add name to `@author` tag.
    wickdynex authored and dsyer committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    668629d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Refactor code logic

    <refactor>: remove useless logic cod.
    <refactor>: detele useless annotation which is provided by Jpa.
    <refactor>: refactor implement of `findByLastName`, use Jpa to simplify query.
    wickdynex authored and dsyer committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1cad412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317562a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update to Boot 3.4

    dsyer committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9f1cda1 View commit details
    Browse the repository at this point in the history