Spring Operator
|
4eb88ecfbf
|
DATAMONGO-2231 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 503 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
Original Pull Request: #697
|
7 years ago |
Christian Ivan
|
a152aa3ce8
|
DATAMONGO-1337 - General code quality improvements.
A round of code polish regarding the PMD and Squid rules referred to in the ticket.
Original pull request: #336.
|
10 years ago |
Thomas Darimont
|
bfe33a446c
|
DATAMONGO-728 - Added missing package-info files.
|
13 years ago |
Oliver Gierke
|
fcdc29df49
|
DATAMONGO-723 - Cleand up a few misnamed test cases.
Reactivated test cases that were name Test instead of Tests by accident.
|
13 years ago |
Oliver Gierke
|
133975fb44
|
DATAMONGO-641 - Fixed potential NullPointerException in MongoLog4jAppender.
Log4j appender now only closes Mongo instance if available.
|
13 years ago |
Oliver Gierke
|
9a372a57e0
|
DATAMONGO-641 - Reformatting to prepare fix.
|
13 years ago |
Oliver Gierke
|
7bf3643902
|
DATAMONGO-304 - Removed document subpackage from Log4jAppender module.
|
14 years ago |
Jon Brisbin
|
9b97c27599
|
Use Log4J pattern to generate collection name, fix for test data cleanup.
|
15 years ago |
J. Brisbin
|
084424778d
|
Renamed log4j appender module
|
15 years ago |
Thomas Risberg
|
07a343e1de
|
renamed module spring-data-mongo-log4j to spring-data-mongodb-log4j
|
15 years ago |