Status
All
  Closed (24785)
  Resolved (6614)
Open (5162)
  Waiting for Infra (122)
Reopened (110)
  Patch Available (62)
  Waiting for user (56)
Project
All
  Solr (4009)
  Tika (1263)
Updated
All
  Past day (9)
  Past 2 days (14)
  Past 3 days (17)
  Past week (31)
  Past month (88)
Updated ago
All
  > 1 day ago (5263)
  > 2 days ago (5258)
  > 3 days ago (5255)
  > 1 week ago (5241)
  > 1 month ago (5184)
  > 3 months ago (5092)
  > 1 year ago (4840)
User
All
  Tim Allison (709)
  David Smiley (547)
  Chris M. Hostetter (544)
  commitbot (426)
  Jan Høydahl (369)
  Mark Miller (331)
  Erick Erickson (293)

See all 2163...
Committed by
All
  Chris Hostetter (28)
  Mark Robert Miller (20)
  Joel Bernstein (17)
  markrmiller (12)
  Shalin Shekhar Mangar (9)
  Noble Paul (7)
  Yonik Seeley (6)

See all 44...
Last comment user
All
  David Smiley (225)
  Tim Allison (224)
  Hudson (219)
  Uwe Schindler (200)
  Chris M. Hostetter (166)
  Jan Høydahl (134)
  Erick Erickson (98)

See all 748...
Fix version
All
  10.1 (4)
  10.0 (15)
  9.11 (2)
  8.3 (2)
  8.2 (5)

See all 63...
Committed paths
All
  solr (142)
  lucene (12)
  dev-tools (2)
  test (1)
Component
All
  SolrCloud (442)
  parser (341)
  search (159)
  SolrJ (155)
  Admin UI (146)
  streaming expressions (140)
  query parsers (138)

See all 115...
Type
All
  Bug (2084)
  Improvement (1743)
  New Feature (517)
  Task (429)
  Sub-task (275)
  Test (126)
  Wish (98)
Priority
All
  Major (3528)
  Minor (1445)
  Trivial (174)
  Critical (99)
  Blocker (26)
Labels
All
  pull-request-available (157)
  newdev (82)
  patch (40)
  newbie (40)
  features (39)
  performance (20)
  new-parser (20)

See all 494...
Attachment?
All
  None (4034)
  Patch (791)
  Other (384)
  Image (120)
  Text File (96)
  Archive (67)
  Java Source (33)
  JAR (8)
Commits?
All
  No (4846)
  Yes (426)
Has votes?
All
  No (4487)
  Yes (785)
Reporter
All
  Tim Allison (386)
  Chris M. Hostetter (244)
  David Smiley (190)
  Mark Miller (146)
  Joel Bernstein (119)
  Noble Paul (111)
  Varun Thacker (102)

See all 1604...
Assignee
All
  Unassigned (4525)
  Mark Miller (104)
  Noble Paul (62)
  Joel Bernstein (44)
  David Smiley (42)
  Tim Allison (35)
  Shalin Shekhar Mangar (26)

See all 81...
Resolution
All
  Unresolved (5267)
  Fixed (3)
  Invalid (1)
  Abandoned (1)
  Filters: Status (Open,Reopened),  Project,  Updated,  Updated ago,  User,  Committed by,  Last comment user,  Fix version,  Committed paths,  Component,  Type,  Priority,  Labels,  Attachment?,  Commits?,  Has votes?,  Reporter,  Assignee,  Resolution

SOLR-17697: Use picocli instead of commons-cli
34.9 minutes ago  4 comments  1 votes  3 watches  Jan HøydahlEric Pughcommitbot
    commitbot 34.9 minutes ago:  jira/SOLR-17697-picocli: SOLR-17697 Remove eager ZK connection from CliDefaultValueProvider (#4268)
    Jan Høydahl 3.5 hours ago:  Here is a coding agent prompt that can be used as a template to implement picocli support for a ... Procedure for adding more tools will be: # Pick a tool you want to implement picocli support for ... Respect AGENTS.md at all times.

TIKA-4709: Move grpc away from fat jar
3.1 hours ago  5 comments  0 votes  2 watches  Tim Allisoncommitbot
    commitbot 3.1 hours ago:  i will have time later in the week to take a look
    commitbot 3.1 hours ago:  @tballison if the e2e test passed, we are probably ok?

TIKA-4702: Tika 3.3.0 breaks builds due to unsigned binaries
3.1 hours ago  3 comments  0 votes  3 watches  Tim AllisonAlexander Veit
    Tim Allison 3.1 hours ago:  https://github.com/iipc/jwarc/issues/108 zstd-jni is now being brought in by jwarc, which added ...
    Tim Allison 11 days ago:  Switch to airlift air compressor? Native Java and asl 2.0.

TIKA-4704: Avoid remaining temp files
3.9 hours ago  64 comments  0 votes  3 watches  Tilman HausherrHudsoncommitbot
    commitbot 3.9 hours ago:  ########## tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java: ########## @ ... = null) { + LOG.info("Shutting down the pipes client"); + try { + ... Keep `catch` on the same line as the closing brace.
    commitbot 4 hours ago:  Added shutdown logic for pipes client in TikaGrpcServerImpl. <!

SOLR-18191: Disable lenient json parsing at API level
4.2 hours ago  0 comments  0 votes  1 watches  Christos Malliaridis

TIKA-4710: Extract attachments in RTF bodies of MSG files while decapsulating HTML
10.4 hours ago  1 comments  0 votes  2 watches  Tim Allisoncommitbot
    commitbot 10.4 hours ago:  <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license ... See the NOTICE file distributed with this work for additional information regarding ...

SOLR-18184: Gradle: use "toolchains" to select the Java VM
12.6 hours ago  5 comments  0 votes  3 watches  Christos MalliaridisDavid SmileyDawid Weiss
    Christos Malliaridis 12.6 hours ago:  I remember finding a couple of references to the additional variables that configured the JDK, ... Using toolchains and Gradle's native features sounds like we get rid of these parts and simplify ... So I see a nice improvement here.
    David Smiley 1.8 days ago:  I *just* discovered org.gradle.java.home=/path/to/your/jdk in gradle.properties. Seems great so far -- just what I'm looking for! Since we generate this file, we can even provide this filled out on first run -- assuming the ...

[30.3 msec search, 31.2 msec total]