Skip to content

Commit 1c1df76

Browse files
prmoore77claude
andcommitted
docs: Update README to v1.4.0, update CLAUDE.md Develocity notes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 524702f commit 1c1df76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Fork of Apache Arrow Java, producing a shaded JDBC driver JAR (`com.gizmodata:gi
6868
- Update `gizmosqlline` pom.xml and README with new driver version after Maven Central publish
6969

7070
## Common Gotchas
71-
- **Develocity build cache**: The project uses Gradle Enterprise/Develocity Maven extension (`.mvn/extensions.xml`) which caches compiled classes across builds. Always use `clean` in Maven commands to bust this cache when source files change, especially in CI publish steps
71+
- **Develocity build cache (REMOVED)**: The Develocity Maven extension was removed from `.mvn/extensions.xml` because its local build cache persisted stale compiled classes across GitHub Actions runs (restored via `setup-java` Maven cache). Neither `clean` nor `-Ddevelocity.cache.local.enabled=false` prevented it. v1.3.0 and v1.3.1 were published with stale bytecode as a result. CI now purges `~/.m2/repository/org/apache/arrow/memory-netty-buffer-patch` before builds and has a bytecode verification step.
7272
- Rebuilding only `memory-netty-buffer-patch` is NOT enough — must rebuild the full shaded driver with `-am`
7373
- The shaded JAR relocates all classes under `org.apache.arrow.driver.jdbc.shaded.*`
7474
- JAR timestamps inside shaded JARs show original compile time, not rebuild time — don't trust them

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ This project is a fork of [Apache Arrow Java](https://github.com/apache/arrow-ja
3333
<dependency>
3434
<groupId>com.gizmodata</groupId>
3535
<artifactId>gizmosql-jdbc-driver</artifactId>
36-
<version>1.3.2</version>
36+
<version>1.4.0</version>
3737
</dependency>
3838
```
3939

4040
### Gradle
4141

4242
```groovy
4343
dependencies {
44-
implementation 'com.gizmodata:gizmosql-jdbc-driver:1.3.2'
44+
implementation 'com.gizmodata:gizmosql-jdbc-driver:1.4.0'
4545
}
4646
```
4747

0 commit comments

Comments
 (0)