Commit Graph

17 Commits

Author SHA1 Message Date
Mahmoud Ben Hassine
e971789964 Add new module for Apache Geode support
Related to https://github.com/spring-projects/spring-batch/issues/4214
2022-10-18 13:19:18 +02:00
Mahmoud Ben Hassine
c72b72fed8 Add parikshitdutta as lead of spring-batch-elasticsearch 2022-06-08 13:15:45 +02:00
Mahmoud Ben Hassine
ccf18e18c5 Update README 2022-04-28 17:25:46 +02:00
Mahmoud Ben Hassine
96d6137ff5 Update README 2021-09-02 17:53:27 +02:00
Mahmoud Ben Hassine
ce6d4e6a6f Update README 2021-09-02 13:06:47 +02:00
Mahmoud Ben Hassine
edae1738c5 Add module for Neo4j
This initial import is a copy of the code
from Spring Batch v4.3.3.
2021-09-01 10:03:38 +02:00
Mahmoud Ben Hassine
e63fe4a249 Update README with release 0.1.0 of spring-batch-excel 2021-05-28 13:52:29 +02:00
Mahmoud Ben Hassine
d3671ecefb Update README.md for bigquery extension 2021-04-30 17:09:35 +02:00
Mahmoud Ben Hassine
e40d1df90a Update README.md 2021-03-03 11:10:50 +01:00
Mahmoud Ben Hassine
8718089003 Update README.md 2021-03-03 09:25:55 +01:00
Spring Operator
288b63e6de 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/LICENSE-2.0 with 33 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-25 14:55:22 +01:00
Spring Operator
b4a903976c 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://jexcelapi.sourceforge.net (200) with 1 occurrences could not be migrated:
   ([https](https://jexcelapi.sourceforge.net) result AnnotatedConnectException).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://progit.org/book/ch3-6.html (301) with 4 occurrences migrated to:
  https://progit.org/book/ch3-6.html ([https](https://progit.org/book/ch3-6.html) result SSLHandshakeException).
* [ ] http://progit.org/book/ch5-2.html (301) with 2 occurrences migrated to:
  https://progit.org/book/ch5-2.html ([https](https://progit.org/book/ch5-2.html) result SSLHandshakeException).
* [ ] http://book.git-scm.com/4_interactive_rebasing.html (301) with 1 occurrences migrated to:
  https://book.git-scm.com/4_interactive_rebasing.html ([https](https://book.git-scm.com/4_interactive_rebasing.html) result 404).
* [ ] http://help.github.com/send-pull-requests (404) with 2 occurrences migrated to:
  https://help.github.com/send-pull-requests ([https](https://help.github.com/send-pull-requests) result 404).

## 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://maven.apache.org with 1 occurrences migrated to:
  https://maven.apache.org ([https](https://maven.apache.org) result 200).
* [ ] http://poi.apache.org with 1 occurrences migrated to:
  https://poi.apache.org ([https](https://poi.apache.org) result 200).
* [ ] http://projects.spring.io/spring-batch/ with 1 occurrences migrated to:
  https://projects.spring.io/spring-batch/ ([https](https://projects.spring.io/spring-batch/) result 200).
* [ ] http://spring.io/tools/sts with 1 occurrences migrated to:
  https://spring.io/tools/sts ([https](https://spring.io/tools/sts) result 200).
* [ ] http://stackoverflow.com/faq with 1 occurrences migrated to:
  https://stackoverflow.com/faq ([https](https://stackoverflow.com/faq) result 200).
* [ ] http://stackoverflow.com/questions/134882/undoing-a-git-rebase with 1 occurrences migrated to:
  https://stackoverflow.com/questions/134882/undoing-a-git-rebase ([https](https://stackoverflow.com/questions/134882/undoing-a-git-rebase) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-batch with 1 occurrences migrated to:
  https://stackoverflow.com/questions/tagged/spring-batch ([https](https://stackoverflow.com/questions/tagged/spring-batch) result 200).
* [ ] http://docs.spring.io/spring-batch/reference/html/configureJob.html with 1 occurrences migrated to:
  https://docs.spring.io/spring-batch/reference/html/configureJob.html ([https](https://docs.spring.io/spring-batch/reference/html/configureJob.html) result 301).
* [ ] http://help.github.com/fork-a-repo/ with 2 occurrences migrated to:
  https://help.github.com/fork-a-repo/ ([https](https://help.github.com/fork-a-repo/) result 301).
* [ ] http://help.github.com/send-pull-requests/ with 2 occurrences migrated to:
  https://help.github.com/send-pull-requests/ ([https](https://help.github.com/send-pull-requests/) result 301).
* [ ] http://help.github.com/set-up-git-redirect with 1 occurrences migrated to:
  https://help.github.com/set-up-git-redirect ([https](https://help.github.com/set-up-git-redirect) result 301).
2019-03-25 14:43:19 +01:00
Chris Schaefer
581cb5e6fa Update README.md and add CONTRIBUTING.md
README.md:
--
* Make link to Spring Batch project on spring.io for more context as we already have the git repo
* General Markdown cleanup
* Maven command cleanup
* Fix commercial support link
* Add links to GitHub issues

Added CONTRIBUTING.md from Spring Batch project as a template
--
* CLA project was left as is (SIE doesn't have a specific entry either)
* Removed references to "checkout and building" until thats defined
* Add links to GitHub issues
2014-03-31 14:19:21 -04:00
Michael Minella
3215b6f39d Fixed copy and paste for link reference 2014-03-31 12:50:42 -05:00
Michael Minella
e412dd5bff Fixed license reference to Spring Integration 2014-03-21 13:50:22 -05:00
Michael Minella
f728e867ee Initial commit of the full README.md 2014-03-21 13:45:08 -05:00
Trevor Marshall
6177cd3980 Initial commit 2014-03-21 10:38:08 -07:00