Haroon Khan
|
870dc43c9d
|
[JAVA-11876] Split spring-boot-mongodb module
|
2022-05-12 18:59:40 +01:00 |
lucaCambi77
|
31a903b552
|
fix: move to spring-data-mongodb (#12089)
|
2022-04-28 18:20:55 -05:00 |
lucaCambi77
|
d0e3eebb12
|
BAEL-5400 - Return Only Specific Fields for a Query in Spring Data MongoDB (#11991)
* feat: field projection spring data mongodb
* fix: use available ports
* fix: typo
* fix: add abstraction
* fix: avoid blank lines
|
2022-04-10 09:19:13 -05:00 |
lucaCambi77
|
f27e8e8dd9
|
[ BAEL-5405 ] Logging MongoDB Queries with Spring Boot (#11952)
* feat: spring data mongodb logging
* fix: PMD
* fix: typo
* fix: move to main logging
* fix: add manual config
|
2022-03-27 20:06:14 -05:00 |
Ulisses Lima
|
e5c34a56c2
|
https://jira.baeldung.com/browse/BAEL-5403
Editor Review changes:
* reverted SpringBootPersistenceApplication.java
* created SpringBootJsonConvertFileApplication.java in article package:
com.baeldung.boot.json.convertfile
|
2022-03-22 19:27:49 -03:00 |
Ulisses Lima
|
ec403bd427
|
Merge branch 'eugenp:master' into master
|
2022-03-22 18:04:53 -03:00 |
Attila Uhrin
|
79857f04ae
|
Fix integration tests.
|
2022-03-21 17:43:35 +01:00 |
AttilaUhrin
|
d01b0734d3
|
[BAEL-5373] A Guide to @DBRef in MongoDB (#11909)
* Add implementation for BAEL-5373.
* Fix test class name.
* Change collection names to be aligned with article.
|
2022-03-18 08:46:47 +05:30 |
Ulisses Lima
|
c249317694
|
warn instead of throw
|
2022-03-14 23:34:39 -03:00 |
Ulisses Lima
|
5b56b1ed39
|
BAEL-5403 - Import Data to MongoDB from Json File using Java
* Project
* Integration tests
|
2022-03-11 20:11:54 -03:00 |
kwoyke
|
21b4b2433e
|
JAVA-8984: Use embedded mongo version 4.4.9 (#11653)
|
2022-01-11 21:03:05 +05:30 |
Krzysiek
|
06096168d8
|
JAVA-8794: Set spring.mongodb.embedded.version=3.5.5 in spring-boot-persistence-mongodb
|
2021-12-15 19:27:06 +01:00 |
chaos2418
|
686857c251
|
JAVA-8435: reducing logging for tutorials-integration job
|
2021-11-20 09:45:50 +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 |
osser-sam
|
cfbdbe1001
|
JAVA-4012: fix failing test (#10455)
|
2021-02-03 01:16:00 +05:30 |
sampadawagde
|
0fe1563388
|
JAVA-4012: Moved 1 article from spring-data-mongodb to
spring-boot-persistence-mongodb
|
2021-01-24 23:40:00 +05:30 |
sampadawagde
|
c5a57eb065
|
JAVA-4012: Moved 1 article to spring-boot-persistence-mongodb
|
2021-01-20 22:31:35 +05:30 |
kwoyke
|
c3cd93fcdb
|
JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE
* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Add joda-time version
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Use MongoClients factory instead of MongoClient directly
* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Switch back to default bootstrap mode for JPA
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface
* JAVA-2563: Use OutputCaptureRule instead of OutputCapture
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Fix Jackson dependency
* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest
* JAVA-2563: Replace validation-api with spring-boot-starter-validation
* JAVA-2563: Fix usage of deprecated getErrorAttributes method
* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
|
2020-09-11 18:19:02 +05:30 |
Ali Dehghani
|
a0df759482
|
Forcing MongoDB to Listen to a Random Port
|
2020-03-12 16:44:29 +03: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 |