Jens Schauder
fc92bd5b60
Fixes some missing links and broken wording in the README
...
Closes #979
5 years ago
Greg L. Turnquist
3aa5ece2c9
Migrate to main branch.
...
See #955 .
5 years ago
Jens Schauder
ba653183d1
#257 - Remove references to Jira.
...
All references to the Spring Jira instance are replaced by GitHub references.
5 years ago
Mark Paluch
08a2d39380
DATAJDBC-561 - Fix link to code of conduct.
5 years ago
Mark Paluch
3ecfa669b7
DATAJDBC-576 - Polishing.
...
Consistent spelling of license. Tweak exception propagation. Consistently use asciidoc syntax for code blocks.
Original pull request: #239 .
5 years ago
Jens Schauder
a0b5ddad8d
DATAJDBC-576 - Control test execution with missing licence via profile.
...
Running all tests with
```
./mvnw clean install -Pall-dbs
```
or similar now requires an appropriate `container-license-acceptance.txt` to be on the classpath.
In order to ignore the tests that require an explicit license acceptance one may add the maven profile `ignore-missing-license` like so
```
./mvnw clean install -Pall-dbs,ignore-missing-license
```
Original pull request: #239 .
5 years ago
Michal Fotyga
5aabf64662
DATAJDBC-509 - Fix findByFirstnameLike @Query example in README.
...
Original pull request: #198 .
6 years ago
Mark Paluch
275f1a13b9
DATAJDBC-391 - Fix typo.
7 years ago
Mark Paluch
938a52cb33
DATAJDBC-391 - Revise readme for a consistent structure.
7 years ago
Greg Turnquist
0baba7ffe9
DATAJDBC-376 - Introduce Jenkins.
7 years ago
Michael Simons
aea39d99c5
DATAJDBC-365 - Fix typos in readme.
...
Original pull request: #149 .
7 years ago
Spring Operator
17128311f4
DATAJDBC-336 - 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).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://www.mybatis.org/mybatis-3/logging.html (200) with 1 occurrences could not be migrated:
([https](https://www.mybatis.org/mybatis-3/logging.html ) result SSLHandshakeException).
# 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://en.wikipedia.org/wiki/Dependency_Injection with 2 occurrences migrated to:
https://en.wikipedia.org/wiki/Dependency_Injection ([https](https://en.wikipedia.org/wiki/Dependency_Injection ) result 200).
* [ ] http://github.com/spring-projects/spring-data-jdbc with 1 occurrences migrated to:
https://github.com/spring-projects/spring-data-jdbc ([https](https://github.com/spring-projects/spring-data-jdbc ) result 200).
* [ ] http://spring.io/blog with 2 occurrences migrated to:
https://spring.io/blog ([https](https://spring.io/blog ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-jdbc with 2 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data-jdbc ([https](https://stackoverflow.com/questions/tagged/spring-data-jdbc ) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] http://docs.spring.io/spring-data/data-commons/docs/current/api/index.html?org/springframework/data/domain/Persistable.html with 1 occurrences migrated to:
https://docs.spring.io/spring-data/data-commons/docs/current/api/index.html?org/springframework/data/domain/Persistable.html ([https](https://docs.spring.io/spring-data/data-commons/docs/current/api/index.html?org/springframework/data/domain/Persistable.html ) result 301).
* [ ] http://docs.spring.io/spring-framework/docs/ with 1 occurrences migrated to:
https://docs.spring.io/spring-framework/docs/ ([https](https://docs.spring.io/spring-framework/docs/ ) result 301).
* [ ] http://help.github.com/forking/ with 2 occurrences migrated to:
https://help.github.com/forking/ ([https](https://help.github.com/forking/ ) result 301).
* [ ] http://projects.spring.io/spring-data with 2 occurrences migrated to:
https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data ) result 301).
* [ ] http://projects.spring.io/spring-framework with 2 occurrences migrated to:
https://projects.spring.io/spring-framework ([https](https://projects.spring.io/spring-framework ) result 301).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
https://www.springsource.org/download ([https](https://www.springsource.org/download ) result 302).
Original Pull Request: #133
7 years ago
Jens Schauder
7e0cafebf2
DATAJDBC-258 - Polishing.
...
Added mssql to the readme as available database for tests.
Original pull request: #98 .
7 years ago
Jens Schauder
baa6e7e2e9
DATAJDBC-272 - Polishing.
...
Formatting in the readme.
Changed name and description of spring-data-relational-parent to match its artifact id.
7 years ago
Mark Paluch
d23c43882b
DATAJDBC-272 - Update readme files according to module split.
7 years ago
Jens Schauder
89abfdc567
DATAJDBC-271 - Updated README.
...
Removed most of the content.
Replaced it with a real short overview and links to more useful information.
Added build status badges.
7 years ago
Jens Schauder
863bf225f6
DATAJDBC-261 - Added link to license.txt in README.
7 years ago
Jens Schauder
1a32e22017
DATAJDBC-206 - Polishing.
...
Removed single lined table.
Original pull request: #61 .
8 years ago
Jens Schauder
0b6354eb47
DATAJDBC-206 - Reflected DATAJDBC-130 in the README.
...
Original pull request: #61 .
8 years ago
Kazuki Shimizu
2089ad7f0d
DATAJDBC-206 - Polishing.
...
Formatting.
Original pull request: #61 .
8 years ago
Kazuki Shimizu
01a4bbd745
DATAJDBC-206 - Update README with changes from recent issues.
...
Covers changes from DATAJDBC-182, DATAJDBC-184, DATAJDBC-178.
Original pull request: #61 .
8 years ago
Jens Schauder
cc477f8c89
DATAJDBC-200 - Renamed Events to have an 'Event' suffix.
...
Original pull request: #60 .
8 years ago
Chr1st0ph
5382d3b94e
DATAJDBC-198 - Prevent HSQL specific tests to run when a different database profile is selected.
...
Set active profile on HSQL specific tests to HSQL.
Fixed Readme to properly reflect the need to have a Docker installation.
Original pull request: #59 .
8 years ago
Chr1st0ph
d4b2eca43a
DATAJDBC-196 - Integration-test-support for MariaDB.
...
Original pull request: #57 .
8 years ago
Chr1st0ph
2898e21f8c
DATAJDBC-194 - Polish README.adoc.
...
Typos, links, grammar and similar fixed.
Original pull request: #56 .
8 years ago
Jens Schauder
a2b7699256
DATAJDBC-166 - Allow registration of RowMappers based on result type.
...
RowMapper can be configured either via the @Query(rowMapperClass = ….) or by registerign a RowMapperMap bean and register RowMapper per method return type.
@Bean
RowMapperMap rowMappers() {
return new ConfigurableRowMapperMap() //
.register(Person.class, new PersonRowMapper()) //
.register(Address.class, new AddressRowMapper());
}
When determining the RowMapper to use for a method the following steps are followed based on the return type of the method:
1. If the type is a simple type no RowMapper is used. Instead the query is expected to return a single row with a single column and a conversion to the return type is applied to that value.
2. The entity classes in the RowMapperMap are iterated until one is found that is a superclass or interface of the return type in question. The RowMapper registered for that class is used. Iterating happens in the order of registration, so make sure to register more general types after specific ones.
If applicable wrapper type like collections or Optional are unwrapped. So a return type of Optional<Person> will use the type Person in the steps above.
8 years ago
Jens Schauder
bc209b1114
DATAJDBC-164 - Add support for basic @Query annotation.
8 years ago
Jens Schauder
ab6da6edff
DATAJDBC-156 - Describe available mappings in README.
...
Includes the major limitations and their rational.
8 years ago
Greg Turnquist
0ef1a63bda
DATAJDBC-154 - Polishing.
8 years ago
Jens Schauder
d5193e4418
DATAJDBC-154 - Include some basic getting started documentation in the readme.
8 years ago
Jens Schauder
806bb24ff5
DATAJDBC-123 - MyBatis integration on DbAction level.
...
If MyBatis-spring is available and a SqlSessionFactory in the Application Context we look for matching mapped sql statements instead of using the default generated SQL.
Introduced DataAccessStrategy as a new abstraction level, operating on a single entity. JdbcEntityOperations only contain operations related to complete Aggregates. Thereby also solving DATAJDBC-132.
Integration tests ending in HsqlIntegrationTest will only get executed using HsqlDb.
Related issue: DATAJDBC-132.
8 years ago
Greg Turnquist
b8fe3c67c0
DATAJDBC-122 - Introduce code of conduct
8 years ago