jrecordbind icon indicating copy to clipboard operation
jrecordbind copied to clipboard

Tiny and super fast fixed-length files reader/parser

Results 12 jrecordbind issues
Sort by recently updated
recently updated
newest added

Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.1.0 to 3.2.1. Commits a59a2e4 [maven-release-plugin] prepare release maven-source-plugin-3.2.1 c954a7e make build as reproducible as possible for now d5b9878 [MSOURCES-123] set archiver reproducible mode earlier 258d666 MSOURCES-122...

dependencies

Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M2 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @​josephw [MENFORCER-409] - Log at...

dependencies

Bumps nexus-staging-maven-plugin from 1.6.8 to 1.6.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonatype.plugins:nexus-staging-maven-plugin&package-manager=maven&previous-version=1.6.8&new-version=1.6.13)](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 [maven-jaxb2-plugin](https://github.com/highsource/maven-jaxb2-plugin) from 0.14.0 to 0.15.1. Release notes Sourced from maven-jaxb2-plugin's releases. v0.15.1 Release What's Changed Fix "incompatible types: List<DependencyResource> cannot be converted to java.util.List<Dependency>" error by @​jspricke in highsource/maven-jaxb2-plugin#154...

dependencies

Bumps `jaxb.version` from 2.3.2 to 4.0.0. Updates `jaxb-runtime` from 2.3.2 to 4.0.0 Updates `jaxb-xjc` from 2.3.2 to 4.0.0 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Summary I'm implementing a LineReader as in the example [0] with a default padder. But, sometimes, I'm getting an StackOverflowError when the file has more than 50 lines aprox. ```...

The current way jrb parses the text file is by building multiple regular expressions, one for each type. This works when the file is correct, but it makes debugging harder...

enhancement

Could not find method compile() for arguments [org.fissore.jrecordbind:jrecordbind:3.3.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

This project cannot be used in conjunction with Spring Boot v3 (which depends on Hibernate v6 which depends on jaxb-runtime v4 which conflicts with the current 2.3.2 version in this...

Hi, I've been going through all the unit tests to cover my unique use-case. In my processing loop, I would be planning to run Marshall.marshall to be writing detail records,...