Commit 81b645c
OSSCodeIQ: Complete Java rewrite — Spring Boot 4 + Java 25 LTS
Full rewrite from Python to Java/Spring Boot for production-grade code intelligence.
Core:
- 97 detectors (9 categories), 35+ languages, deterministic graph output
- JavaParser AST (Java), ANTLR grammars (TS/JS/Python/Go/C#/Rust/Kotlin/Scala/C++)
- Three-command architecture: index (H2 batched) → enrich (Neo4j) → serve (REST+MCP+UI)
- Config-driven pipeline via .osscodeiq.yml
- Virtual threads (Java 25) with adaptive parallelism
Server:
- 32+ REST API endpoints, 31 MCP tools (Spring AI), React UI (6 pages)
- Service topology with blast radius, circular deps, bottleneck detection
- Hazelcast distributed cache (local + K8s discovery)
- Neo4j Embedded graph DB with H2 fallback for REST
Infrastructure:
- 1,227 tests passing, Maven build
- GitHub Actions CI (cross-platform), beta/release workflows
- Docker (Temurin 25, ZGC, AOT cache, non-root user)
- Helm chart for K8s deployment
- Maven Central publishing (io.github.randomcodespace.iq:code-iq)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c9418f4 commit 81b645c
764 files changed
Lines changed: 77097 additions & 44655 deletions
File tree
- .github/workflows
- docs
- specs
- helm/code-iq
- templates
- src
- main
- antlr4
- imports
- io/github/randomcodespace/iq/grammar
- cpp
- csharp
- golang
- javascript
- kotlin
- python
- rust
- scala
- typescript
- frontend
- public
- src
- components
- hooks
- lib
- types
- java/io/github/randomcodespace/iq
- analyzer
- linker
- api
- cache
- cli
- config
- detector
- auth
- config
- cpp
- csharp
- docs
- frontend
- generic
- go
- iac
- java
- kotlin
- proto
- python
- rust
- scala
- shell
- typescript
- flow
- grammar
- cpp
- csharp
- golang
- javascript
- python
- rust
- typescript
- graph
- health
- mcp
- model
- query
- web
- resources
- static
- assets
- js
- vendor
- templates
- explorer
- fragments
- flow
- layout
- osscodeiq
- cache
- classifiers
- detectors
- auth
- config
- cpp
- csharp
- docs
- frontend
- generic
- go
- iac
- java
- kotlin
- proto
- python
- rust
- scala
- shell
- typescript
- discovery
- flow
- graph
- backends
- models
- output
- parsing
- languages
- structured
- server
- templates
- ui
- test
- java/io/github/randomcodespace/iq
- analyzer
- linker
- api
- benchmark
- cache
- cli
- config
- detector
- auth
- config
- cpp
- csharp
- docs
- frontend
- generic
- go
- iac
- java
- kotlin
- proto
- python
- rust
- scala
- shell
- typescript
- flow
- graph
- health
- mcp
- model
- query
- web
- resources
- tests
- classifiers
- detectors
- auth
- config
- cpp
- csharp
- docs
- frontend
- generic
- go
- iac
- java
- kotlin
- python
- rust
- shell
- typescript
- fixtures
- java
- python
- typescript
- flow
- server
- test_detectors
- test_discovery
- test_graph
- test_output
- test_parsing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
27 | 11 | | |
28 | 12 | | |
29 | 13 | | |
30 | 14 | | |
31 | 15 | | |
32 | 16 | | |
33 | 17 | | |
34 | | - | |
35 | | - | |
36 | 18 | | |
37 | 19 | | |
38 | 20 | | |
| |||
41 | 23 | | |
42 | 24 | | |
43 | 25 | | |
44 | | - | |
| 26 | + | |
45 | 27 | | |
46 | 28 | | |
47 | 29 | | |
| |||
56 | 38 | | |
57 | 39 | | |
58 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
59 | 45 | | |
60 | 46 | | |
61 | 47 | | |
62 | | - | |
0 commit comments