#257 - Remove references to Jira.

All references to the Spring Jira instance are replaced by GitHub references.
This commit is contained in:
Jens Schauder
2021-01-05 10:54:21 +01:00
parent 2803cb7f02
commit 4b3c9dfd08
5 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ Especially the integration tests (if you are reading this on github, type `t` an
We are keeping an eye on the (soon to be created) https://stackoverflow.com/questions/tagged/spring-data-jdbc[spring-data-jdbc tag on stackoverflow].
If you think you found a bug, or have a feature request please https://jira.spring.io/browse/DATAJDBC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel[create a ticket in our issue tracker].
If you think you found a bug, or have a feature request please https://github.com/spring-projects/spring-data-jdbc/issues[create a ticket in our issue tracker].
== Execute Tests

View File

@@ -61,7 +61,7 @@ public class TestDatabaseFeatures {
/**
* Microsoft SqlServer does not allow explicitly setting ids in columns where the value gets generated by the
* database. Such columns therefore must not be used in referenced entities, since we do a delete and insert, which
* must not recreate an id. See https://jira.spring.io/browse/DATAJDBC-210
* must not recreate an id. See https://github.com/spring-projects/spring-data-jdbc/issues/437
*/
private void supportsGeneratedIdsInReferencedEntities() {
assumeThat(database).isNotEqualTo(Database.SqlServer);