YiXuan Ding
fdc40a7048
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.
2024-11-05 16:31:25 +00:00
Patrick Baumgartner
a50bfb65bb
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.
2024-11-05 12:56:29 +00:00
João Bertholino
dff45cf70c
fix: Temporarily removing accentuation from messages.
2024-11-05 08:27:02 +00:00
Dave Syer
90bbb98ea6
Update readme to refer to test main classes
2024-11-05 08:24:50 +00:00
João Bertholino
bbb237928f
feat: Adds support for the Portuguese language.
2024-10-20 17:25:23 +01:00
ruabooe
912de1648e
feat: add russian
2024-10-20 12:08:50 +01:00
Antoine Rey
62dbfa8e9a
Remove the unnecessary includeFilters
2024-10-10 07:53:08 +01:00
Mousa Al Bateh
ae1bb8228c
Minor code changes are the following:
...
-Removed unused variables from few files.
-Added null assertions in some tests.
-Removed unnecessary throw exceptions.
2024-10-10 07:50:06 +01:00
Guilherme Soares
fc442120ce
fix(jmx): strip spaces before path
2024-09-30 21:42:09 +01:00
Patrick Baumgartner
f8001e0add
Change chmod like other files
2024-09-30 21:41:01 +01:00
Patrick Baumgartner
608e2b6142
Update maven and gradle wrapper
2024-09-30 21:41:01 +01:00
Patrick Baumgartner
6fffe61b93
Updated db containers, and dependencies
2024-09-30 21:41:01 +01:00
ghost
2daa3993ee
Removed unused imports
...
Made some variables as final
2024-09-24 20:37:48 +01:00
Sébastien Deleuze
d90e284621
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.
2024-09-24 16:05:18 +01:00
Sébastien Deleuze
f6f923bd39
Upgrade to Spring Boot 3.3.4
2024-09-24 16:05:18 +01:00
Dave Syer
cabb74ed53
Update to Boot 3.3.3
...
Fixes #1658
2024-09-13 10:03:26 +01:00
Moritz Halbritter
91328af12d
Upgrade to Spring Boot 3.3.2
2024-08-19 16:36:04 +01:00
Julien Dubois
12eb8b1ff3
Update the DevContainer configuration
...
This uses the configuration I wrote at https://github.com/langchain4j/langchain4j/pull/337
2024-08-14 09:27:13 +01:00
Dave Syer
383edc1656
Update readme.md to link to Spring Boot docs
...
Fixes #1616
2024-07-29 08:15:51 +01:00
Stéphane Nicoll
d8fcd11e67
Upgrade to Maven 3.9.7
2024-05-26 20:17:34 +02:00
Patrick Baumgartner
308f7ec783
Including CycloneDX for SBOM generation
2024-05-26 13:58:55 +01:00
Stéphane Nicoll
fa8f6836bd
Upgrade Gradle build to Spring Boot 3.3.0
...
Closes gh-1551
2024-05-26 10:25:42 +02:00
Patrick Baumgartner
39cc7e160e
Upgrade Dependencies
2024-05-25 17:00:35 +01:00
Patrick Baumgartner
7034d1746a
Upgrade to Spring Boot 3.3.0
2024-05-25 17:00:35 +01:00
Patrick Baumgartner
52e528b2ad
Upgrade to Maven Wrapper 3.3.1
2024-05-25 17:00:35 +01:00
Stéphane Nicoll
aa9b9e7f43
Upgrade to Spring Boot 3.2.5
2024-05-21 09:02:14 +02:00
Stéphane Nicoll
055ef65dfb
Upgrade to Maven 3.9.6
2024-05-21 09:02:14 +02:00
Stéphane Nicoll
85ae6fbc80
Upgrade to Gradle 8.7
2024-05-21 09:00:32 +02:00
portfoliodeekshith
6fa3fa8196
Update docker-compose.yml
2024-05-17 08:59:29 +01:00
andrzejsydor
527dad0c17
Update docker-compose.yml to bump postgresql to 16.3
2024-05-17 08:59:06 +01:00
andrzejsydor
284d07942e
fix: docker-compose.yml: version
is obsolete
2024-05-16 18:01:19 +01:00
Pedro Chevallier
405cdc635b
Add user friendly error message
2024-05-16 17:59:59 +01:00
minsungoh
c7bc8b1ae6
fix typo in confirmation message
2024-05-16 17:57:32 +01:00
Dave Syer
c0bc917426
Formatting
2024-05-16 15:23:56 +01:00
akan.tileubergenov
bf3bc29e56
Fix postgres data
2024-05-16 14:09:10 +01:00
Alex
395356afc6
remove leading spaces in /owners//pets//visits/new, /owners//pets//visits/new and /webjars/bootstrap/5.3.2/dist/js/bootstrap.bundle.min.js resulting in 404s
2024-05-16 13:35:22 +01:00
Anyul Rivas
8f799263e0
test: remove duplicate assertion
2024-05-16 13:30:35 +01:00
Anyul Rivas
19f5268ac1
test: improve test readability
2024-05-16 13:30:35 +01:00
Anyul Rivas
f3a67551c2
chore: optimize imports
2024-05-16 13:30:35 +01:00
Anyul Rivas
7055f0c6a6
test: refactor using AssertJ assertions
2024-05-16 13:30:35 +01:00
Anyul Rivas
c5b3b3597e
test: modify assertion for increasing readability.
2024-05-16 13:30:35 +01:00
Anyul Rivas
ca5785465f
Update src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java
...
Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
2024-05-16 13:30:35 +01:00
Anyul Rivas
d604a01984
Update src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java
...
Co-authored-by: zral <73640367+zyberzebra@users.noreply.github.com>
2024-05-16 13:30:35 +01:00
Anyul Rivas
57eb7443a6
test: modify assertion for increasing readability.
2024-05-16 13:30:35 +01:00
Anyul Rivas
dea3432a6d
test: simplify code
2024-05-16 13:30:35 +01:00
Anyul Rivas
9ed20bf999
test: rewrite assertions using AssertJ better readability
2024-05-16 13:30:35 +01:00
Anyul Rivas
4f78b07490
test: rewrite assertion using AssertJ for consistency
2024-05-16 13:30:35 +01:00
Anyul Rivas
5941227ab3
test: complete assertions
2024-05-16 13:30:35 +01:00
Maksim Sasnouski
516722647a
Gradle wrapper files should have correct line endings
2024-02-29 14:35:20 +00:00
Maksim Sasnouski
3efd6e0f03
Use gradle Java plugin configuration block
...
Java direct convention use deprecated:
https://docs.gradle.org/8.6/userguide/upgrading_version_8.html#java_convention_deprecation
2024-02-29 14:35:20 +00:00