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

Sources jar contains extra `-` in path: https://repo.maven.apache.org/maven2/org/simpleflatmapper/sfm-jooq-jre9/8.2.3/sfm-jooq-jre9-8.2.3--sources.jar

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

`JooqBiConverter` should be shared between `RecordMapper` and `RecordUnmapper`. It should be helpful to make code more lean and readable. Usage: ```java List converters = new ArrayList(); converters.add(new JooqBiConverter() { @Override...

Bumps poi from 3.17 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=3.17&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.2.21 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies

I have a table with 2 fields id & data. The data is of Blob. I'm trying to use Rowmapper to map the Blob to a `byte[]`. How can this...

Use BigDecimal.valueOf() instead of new for BigDecimalConverter since using new on a double will not be correct as some values cannot be represented exactly. Fixes #771

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...