Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prerender/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-prerender-java
Choose a base ref
...
head repository: prerender/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 5 contributors

Commits on May 19, 2026

  1. Merge pull request #1 from prerender/add-prerender-java

    Add Java Servlet filter
    marcin-prerender authored May 19, 2026
    Configuration menu
    Copy the full SHA
    e10d9d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. feat: add iframely to crawler user-agent list (#3)

    Co-authored-by: Laszlo Takacs <laszlo.takacs@prerender.io>
    Lasalot and Laszlo Takacs authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    1f40092 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. fix: ignore .woff2 and modern static-asset extensions

    The EXTENSIONS_TO_IGNORE list predates woff2 and other modern asset
    formats. Matching is case-insensitive suffix matching, so ".woff" does
    not cover ".woff2" — bot requests for woff2 fonts were forwarded to the
    Prerender service instead of passing through to the servlet chain.
    
    Aligns with the integration contract (CONTRACT.md §3): adds .woff2,
    .otf, .eot, .webp, .avif, .webmanifest.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    Marcin and claude committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    649b685 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Merge pull request #4 from marcin-prerender/fix/ignore-woff2-and-mode…

    …rn-static-assets
    
    fix: ignore .woff2 and modern static-asset extensions
    marcin-prerender authored Jun 12, 2026
    Configuration menu
    Copy the full SHA
    25a17bf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Configuration menu
    Copy the full SHA
    c1a0e60 View commit details
    Browse the repository at this point in the history
  2. chore: configure GPG pinentry loopback mode

    Laszlo Takacs
    Laszlo Takacs committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    b95af7e View commit details
    Browse the repository at this point in the history
  3. chore: restore central plugin extensions mode

    Laszlo Takacs
    Laszlo Takacs committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    9520362 View commit details
    Browse the repository at this point in the history
  4. chore: upgrade central-publishing-maven-plugin to 0.6.0

    Laszlo Takacs
    Laszlo Takacs committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    e8e9268 View commit details
    Browse the repository at this point in the history
  5. docs: add Maven Central badge to README

    Laszlo Takacs
    Laszlo Takacs committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    da627e9 View commit details
    Browse the repository at this point in the history
Loading