Skip to content

Commit 379faf7

Browse files
schaudermp911de
authored andcommitted
Update all references to the issue tracker.
All references to the issue tracker of Spring projects now lead directly to GitHub. Original pull request: #2130. Closes #2127.
1 parent 1fef350 commit 379faf7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.adoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,18 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
136136
* If you are upgrading, check out the https://docs.spring.io/spring-data/jpa/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
137137
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-jpa`].
138138
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
139-
* Report bugs with Spring Data JPA at https://jira.spring.io/browse/DATAJPA[jira.spring.io/browse/DATAJPA].
139+
* Report bugs with Spring Data JPA in the https://github.com/spring-projects/spring-data-jpa/issues[GitHub issue tracker].
140140

141141
== Reporting Issues
142142

143-
Spring Data uses JIRA as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
143+
Spring Data uses GitHub as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
144144

145145
* Before you log a bug, please search the
146-
https://jira.spring.io/browse/DATAJPA[issue tracker] to see if someone has already reported the problem.
147-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAJPA[create a new issue].
148-
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version.
149-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
150-
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code.
146+
https://github.com/spring-projects/spring-data-jpa/issues[issue tracker] to see if someone has already reported the problem.
147+
* If the issue doesn’t exist already, https://github.com/spring-projects/spring-data-jpa/issues[create a new issue].
148+
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version, complete stack traces and any relevant configuration information.
149+
* If you need to paste code, or include a stack trace format it as code using triple backtick.
150+
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. Use an in-memory datatabase if possible or set the database up using https://github.com/testcontainers[Testcontainers].
151151

152152
== Building from Source
153153

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Spring Data JPA provides repository support for the Java Persistence API (JPA).
77
=== Project Metadata
88

99
* Version control: https://github.com/spring-projects/spring-data-jpa
10-
* Bugtracker: https://jira.spring.io/browse/DATAJPA
10+
* Bugtracker: https://github.com/spring-projects/spring-data-jpa/issues
1111
* Release repository: https://repo.spring.io/libs-release
1212
* Milestone repository: https://repo.spring.io/libs-milestone
1313
* Snapshot repository: https://repo.spring.io/libs-snapshot

src/main/java/org/springframework/data/jpa/provider/PersistenceProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public enum PersistenceProvider implements QueryExtractor, ProxyIdAccessor {
5252
* Since Hibernate 4.3 the location of the HibernateEntityManager moved to the org.hibernate.jpa package. In order to
5353
* support both locations we interpret both classnames as a Hibernate {@code PersistenceProvider}.
5454
*
55-
* @see <a href="https://jira.spring.io/browse/DATAJPA-444">DATAJPA-444</a>
55+
* @see <a href="https://github.com/spring-projects/spring-data-jpa/issues/846">DATAJPA-444</a>
5656
*/
5757
HIBERNATE(//
5858
Collections.singletonList(HIBERNATE_ENTITY_MANAGER_INTERFACE), //

src/main/java/org/springframework/data/jpa/repository/config/AuditingBeanDefinitionParser.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private void registerInfrastructureBeanWithId(AbstractBeanDefinition def, String
8181
/**
8282
* Copied code of SpringConfiguredBeanDefinitionParser until this class gets public.
8383
*
84-
* @see <a href="https://jira.springframework.org/browse/SPR-7340">SPR-7340</a>
84+
* @see <a href="https://github.com/spring-projects/spring-framework/issues/11999">SPR-7340</a>
8585
* @author Juergen Hoeller
8686
*/
8787
private static class SpringConfiguredBeanDefinitionParser implements BeanDefinitionParser {

src/main/java/org/springframework/data/jpa/support/MergingPersistenceUnitManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* {@code persistence.xml} files into one. This is necessary to allow the declaration of entities in seperate modules.
3131
*
3232
* @author Oliver Gierke
33-
* @link https://jira.springframework.org/browse/SPR-2598
33+
* @link https://github.com/spring-projects/spring-framework/issues/7287
3434
*/
3535
public class MergingPersistenceUnitManager extends DefaultPersistenceUnitManager {
3636

0 commit comments

Comments
 (0)