This is an automated email from the ASF dual-hosted git repository. arjansh pushed a change to branch dependabot/maven/jackson.version-2.10.1 in repository https://gitbox.apache.org/repos/asf/metamodel.git.
from 3f7b0e5 Bump jackson.version from 2.6.7 to 2.10.1 add a58159a MM-82 Detect Column Types add 5c04994 MM-82 Detect Column Types - Updated javadoc and applied formating and cleanup add efeb295 MM-82 Detect Column Types - Actual javadoc update add da01168 MM-82 Detect Column Types - Refactoring based on comments in PR and better formatting add 6008e54 MM-82 Detect Column Types - Refactoring based on comments in PR 2 add a94f8dc MM-82 Detect Column Types - Changed 2 methods back to static add f65d06f MM-82 Detect Column Types - Refactoring based on comments in PR 3 add b40bc5a MM-82 Detect Column Types - Refactoring based on comments in PR 4 add 8c58fe1 MM-82 Detect Column Types - Refactoring based on comments in PR 4 formatting add 2f3f0d7 MM-82 Detect Column Types - Refactoring based on comments in PR 5 add 740fa13 METAMODEL-82 - Fix integers in double columns add b8d193a MM-82 Detect Column Types - Update CHANGES.md add 6a7b7c1 Bump spring.version from 4.2.6.RELEASE to 5.2.2.RELEASE add 1913598 Merge branch 'dependabot/maven/spring.version-5.2.2.RELEASE' new 38b6224 Merge branch 'master' into dependabot/maven/jackson.version-2.10.1 new 1ad00e3 Refactored Neo4j integrationtest, so it uses the "optString" method when getting values from a JSON object which may not be a String and changed the logic of two test cases which depended on results being returned in a default order by Neo4j, without specifying that order. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.md | 1 + excel/pom.xml | 2 +- .../excel/DefaultSpreadsheetReaderDelegate.java | 222 +++++++++++++++++++-- .../apache/metamodel/excel/ExcelConfiguration.java | 56 +++++- .../apache/metamodel/excel/ExcelDataContext.java | 2 +- .../org/apache/metamodel/excel/ExcelUtils.java | 212 ++++++++++++++------ .../metamodel/excel/ExcelConfigurationTest.java | 15 +- .../metamodel/excel/ExcelDataContextTest.java | 160 +++++++++++++++ excel/src/test/resources/different_datatypes.xls | Bin 0 -> 35840 bytes excel/src/test/resources/different_datatypes.xlsx | Bin 0 -> 9870 bytes .../metamodel/neo4j/Neo4jDataContextTest.java | 55 +++-- pom.xml | 2 +- 12 files changed, 616 insertions(+), 111 deletions(-) create mode 100644 excel/src/test/resources/different_datatypes.xls create mode 100644 excel/src/test/resources/different_datatypes.xlsx