panos-kakos
|
50a57f06ca
|
[JAVA-15470] Fixed issues on properties file (#12945)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
|
2022-10-29 22:00:29 +05:30 |
Haroon Khan
|
7f6b12abcb
|
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647)
|
2022-08-25 21:30:13 +05:30 |
Loredana Crusoveanu
|
4054e8f860
|
Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects
|
2021-12-09 10:22:41 +02:00 |
kwoyke
|
19af11766b
|
Merge pull request #11479 from chaos2418/JAVA-8435
JAVA-8435: reducing logging for tutorials-integration job
|
2021-11-26 13:28:47 +01:00 |
kwoyke
|
1871d1a89c
|
Merge pull request #11468 from chaos2418/JAVA-8405
JAVA-8405: reducing logging for tutorials-build-job
|
2021-11-23 13:43:19 +01:00 |
chaos2418
|
686857c251
|
JAVA-8435: reducing logging for tutorials-integration job
|
2021-11-20 09:45:50 +05:30 |
chaos2418
|
58e6087b3d
|
JAVA-8405: reducing logging for tutorials-build-job
|
2021-11-19 13:39:00 +05:30 |
Haroon Khan
|
e1331505c5
|
[JAVA-6455] Remove Lombok
|
2021-11-18 13:23:25 +00:00 |
Haroon Khan
|
9e22d43bab
|
[JAVA-6455] Update H2 code with latest Spring Boot changes
|
2021-11-16 20:45:56 +00:00 |
mikr
|
e3aebd9c10
|
Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-7244-Review_log_statements_for_projects
Conflicts:
algorithms-searching/src/test/java/com/baeldung/algorithms/quadtree/QuadTreeSearchUnitTest.java
|
2021-10-31 20:54:51 +01:00 |
Ashish Gupta
|
faf9c9e3ee
|
Update application.yaml
|
2021-10-18 10:39:18 +05:30 |
Ashish Gupta
|
6ada7ea861
|
Update application.yaml
|
2021-10-18 10:33:43 +05:30 |
Ashish Gupta
|
88261b4340
|
Merge branch 'eugenp:master' into master
|
2021-10-18 10:30:15 +05:30 |
Ashish Gupta
|
1afa3bfcea
|
BAEL-5126
|
2021-10-15 12:24:11 +05:30 |
Shashank
|
b5ed1148cc
|
Spring Boot 2.5.x compatible updates in spring-boot-persistence-h2
|
2021-10-15 09:46:03 +05:30 |
mikr
|
72f31df764
|
JAVA-7244 Review log statements for projects
|
2021-09-18 00:37:04 +02:00 |
Dhawal Kapil
|
b6a5974f85
|
JAVA-3247 Reduce logging of tutorials-integration job
|
2021-08-21 14:14:24 +05:30 |
kwoyke
|
eb1f4e1e90
|
JAVA-5875: Upgrade Spring Boot to 2.5.1 (#10956)
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
|
2021-06-26 01:20:37 +05:30 |
majajoksovic
|
d3744f7694
|
BAEL-4505 (#10119)
* initial commit
* fixed formatting
* formatting changes
* test fix
|
2020-10-02 10:23:50 -07:00 |
Krzysztof Woyke
|
3c455c5c56
|
JAVA-1635: Remove unnecessary dependencies and overridden spring-boot.version
|
2020-05-25 13:03:25 +02:00 |
Ali Dehghani
|
dc5f7efe47
|
Fixing the False Sharing of the Data.sql File
|
2020-03-31 22:04:57 +04:30 |
petershatunov
|
a94b56c74e
|
lazy_load_no_trans init commit (#8736)
* lazy_load_no_trans init commit
* refactoring
* methods naming
* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOnIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/spring-boot-persistence-h2/src/test/java/com/baeldung/lazy_load_no_trans/LazyLoadNoTransPropertyOffIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* naming
* code readability
Co-authored-by: admin <git-commit-id-plugin>
Co-authored-by: KevinGilmore <kpg102@gmail.com>
|
2020-03-18 21:00:37 +00:00 |
Krzysztof Woyke
|
e11af10b9b
|
BAEL-3385: Move article related code to its own package
|
2019-12-16 08:51:01 +01:00 |
amit2103
|
b787240f29
|
Fixed conflicts
|
2019-11-25 00:24:40 +05:30 |
kwoyke
|
256c40aa3f
|
BAEL-3385: Hibernate @NotNull vs @Column(nullable = false) (#8194)
* BAEL-3385: Hibernate @NotNull vs @Column(nullable = false)
* BAEL-3385: Fix test's assertion
|
2019-11-20 10:30:16 +01:00 |
amit2103
|
cbf0e6f6f1
|
[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
|
2019-11-20 11:11:07 +05:30 |
Eric Martin
|
3225470df5
|
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
|
2019-10-31 20:43:47 -05:00 |