SimpleFlatMapper icon indicating copy to clipboard operation
SimpleFlatMapper copied to clipboard

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper

Results 129 SimpleFlatMapper issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.3.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

NumberBigDecimalConverter class, when constructing a target BigDecimal instance, uses new BigDecimal(double) constructor which can cause floating point error, as described in constructor's javadoc. Use case example: when used with jooq,...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hello @arnaudroger, Sorry if it's not the right place to ask this question, but... Is the project still alive and maintained? I'm asking because the latest activity was about year...

I try to parse a csv file from a public geodata server [Fixpunkte_BS.csv](https://github.com/arnaudroger/SimpleFlatMapper/files/7103253/Fixpunkte_BS.csv) that contains umlauts like 'ä' and 'ö' in the first line of the file. Therefore I use...

Hello, I tried to use `sfm-jooq` and `sfm-converter-protobuf` (v8.2.3) along with gRPC server generated by `io.grpc:protoc-gen-grpc-java:1.39.0` and `com.google.protobuf:protoc:3.17.2` (JVM 11). I got this exception. ```text java.lang.NullPointerException: null at com.google.protobuf.StringValue$Builder.setValue(StringValue.java:502) at...