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
Spring Operator
6728f46574
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://maven.apache.org/xsd/maven-4.0.0.xsd with 2 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://jakarta.apache.org/log4j/ with 1 occurrences
* http://maven.apache.org/POM/4.0.0 with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 2 occurrences
2019-03-25 14:42:23 +01:00
Spring Operator
7ccced33c4
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 fixed successfully.
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-06 20:53:21 +01:00
Marten Deinum
6e6f2dc703
polish
...
Numeric type can contain a Date instead of a number, check
added for Date and return the time in millis if a Date is found.
2015-03-13 09:49:01 -05:00
Marten Deinum
b90a132147
polish
...
Added Java Config
Added BeanWrapperRowMapper
2015-03-13 09:49:01 -05:00
Marten Deinum
534c5b31df
Replace BeanPropertyRowMapper with BeanWrapperRowMapper.
...
Use the BeanWrapper to bind values to beans. Based on the BeanWrapperFieldSetMapper.
2015-03-13 09:49:01 -05:00
Marten Deinum
371474fb48
polish
...
Cache FormulaEvaluator instead of creating a new one.
2015-03-13 09:49:01 -05:00
Marten Deinum
0f513faa91
polish javadoc
...
Fixed typo
2015-03-13 09:49:00 -05:00
Marten Deinum
58bbaa494d
polish
...
inline numberOfRows, numberOfColumns and the name for performance.
2015-03-13 09:49:00 -05:00
Marten Deinum
01ae4985e4
Javadoc
...
Added package-info files.
2015-03-13 09:49:00 -05:00
Marten Deinum
b945428eaf
Javadoc
...
Fixed javadoc errors and warnings
2015-03-13 09:49:00 -05:00
Marten Deinum
3cdce1f9ef
Javadoc
...
Remove <p> and </p> where they didn't match.
2015-03-13 09:49:00 -05:00
Marten Deinum
30ff7bb1cd
Cleanup of close methods.
...
Removed the doCloseWorkbook method in favor of the normal doClose method.
The PoiItemReader now closes the InputStream and Workbook (for Apache POI >= 3.11)
2015-03-13 09:48:59 -05:00
Marten Deinum
1b2e749bcd
Update test libraries and fix scope
...
JUnit 4.12
Mockito 1.10.19
Fixed scope of Spring-test dependency
2015-03-13 09:48:59 -05:00
Marten Deinum
60635e4511
Update to Spring Batch 3.0.3
2015-03-13 09:48:59 -05:00
Marten Deinum
8fc7058bc2
Deprecate JExcelAPI usage
...
Deprecated since JExcelAPI is an abandoned project (no release since 2009, with serious bugs remaining)
2015-03-13 09:48:59 -05:00
Luke Palnau
c7974a68c1
fix typo in groupId
...
missing the k
2015-03-13 09:48:59 -05:00
Marten Deinum
67cf9b738f
Fix imports.
2015-03-13 09:48:58 -05:00
Marten Deinum
458d078d56
Revert "Add .travis.yml."
...
This reverts commit d9b347ba4d955afb65b464d74fd53db00df08255.
2015-03-13 09:48:58 -05:00
Marten Deinum
4ab852a48b
Add .travis.yml.
2015-03-13 09:48:58 -05:00
Marten Deinum
94f272a102
polish documentation
2015-03-13 09:48:58 -05:00
Marten Deinum
71a1babf98
polish javadoc
2015-03-13 09:48:58 -05:00
Marten Deinum
080f1a8318
polish
...
Remove javadoc reference to JExcelAPI.
Removed unused private method.
2015-03-13 09:48:57 -05:00
Marten Deinum
3cfa84fc58
Upgrade to Spring Batch 3.0.2.
2015-03-13 09:48:57 -05:00
Marten Deinum
7e6b5ad5a0
Updated README.md
2015-03-13 09:48:57 -05:00
Marten Deinum
f05a429c16
Improve RowSet abstraction.
...
Extracted a ColumnNameExtractor to be able to remove
some logic from the sheet.
Increased tests for reading excel files including mapping to
objects.
2015-03-13 09:48:57 -05:00
Marten Deinum
5a4aa5d533
Introduce RowSet abstraction.
2015-03-13 09:48:56 -05:00
Marten Deinum
f486e83eb8
Revert "Introduce support package"
...
This reverts commit 8b017871c62258dfba884cb92e82cbb6532fa158.
2015-03-13 09:48:56 -05:00
Marten Deinum
ee94ef1fdc
Introduce support package
2015-03-13 09:48:56 -05:00
Marten Deinum
6b09528aa6
Update apache poi to 3.10.1
2015-03-13 09:48:56 -05:00
Marten Deinum
9f26c52f7a
Test result read.
...
Fixed bug in PoiItemReader/PoiSheet which lead to ignoring empty columns.
2015-03-13 09:48:56 -05:00
Marten Deinum
d799fdd561
Moved setting of flag to after the file has been succesfully opened.
2015-03-13 09:48:55 -05:00
Marten Deinum
956af71f2e
Updated copyright notices
...
Aligned versions in java and pom
2015-03-13 09:48:55 -05:00
Marten Deinum
83977fd4f7
.gitignore
2015-03-13 09:48:55 -05:00
Marten Deinum
de0b2e7f57
Removed unnecessary getter.
2015-03-13 09:48:55 -05:00
Marten Deinum
a5a48c6983
Updated javadoc.
2015-03-13 09:48:54 -05:00
Marten Deinum
a7708c47cf
Updated to Spring Batch 3.0.1
2015-03-13 09:48:54 -05:00
Marten Deinum
6c4f0414c3
Fixed potential NullPointer.
2015-03-13 09:48:54 -05:00
Marten Deinum
4e58b855e6
Updated javadoc.
2015-03-13 09:48:54 -05:00
Marten Deinum
6ecdb26fe5
Fixed typo in test message.
2015-03-13 09:48:53 -05:00
Marten Deinum
24e9166fff
Added @Override annotations.
2015-03-13 09:48:53 -05:00
Marten Deinum
85dab9d0eb
Added support for evaluating formulas.
2015-03-13 09:48:53 -05:00
Marten Deinum
e08b7103d9
Updated Copyright notices.
2015-03-13 09:48:53 -05:00
Marten Deinum
0027f9b2e1
Changed pom version and @since tags with classes to match the pom version.
2015-03-13 09:48:52 -05:00
Marten Deinum
6dba40c91b
Removed <scope>compile</scope> from JExcel dependency
2015-03-13 09:48:52 -05:00
Marten Deinum
3f89cb5869
Added readme.
2015-03-13 09:48:52 -05:00
Marten Deinum
bec581912f
Update to POI 3.10-FINAL.
2015-03-13 09:48:52 -05:00
Alexandre Rafalovitch
0abcbfeac5
Spelling fix
2014-07-11 16:00:16 +07:00
Hasnain Javed
c1172cf95d
BATCH-2267: fixed formatting of README.md
2014-07-08 11:43:20 +05:00