Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods v3 #749

Open
wants to merge 28 commits into
base: 3.0.0-SNAPSHOT
Choose a base branch
from
Open

Pods v3 #749

wants to merge 28 commits into from

Commits on Jan 1, 2019

  1. Update REPL-y to 0.4.3

    bbatsov committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    9c76d0c View commit details
    Browse the repository at this point in the history
  2. Update nREPL to 0.5.3

    bbatsov committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    ec91953 View commit details
    Browse the repository at this point in the history
  3. Remove redundant exclusion

    nREPL doesn't have a hard Clojure dependency these days.
    bbatsov committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    00bfcaf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Upgrade dependencies to fix test failures on JDK 11.

    The toArray method is now overloaded and requires type hints, and through
    transitive depencies the boot-alt-test dependency dragged in an old version of
    core.rrb-vector breakin the build on jdk11.
    sundbp committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ca03c05 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Merge pull request boot-clj#724 from bbatsov/update-nrepl

    Update nREPL and REPL-y
    burn2delete authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a3b4c41 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Update nREPL to 0.6

    bbatsov committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    096b892 View commit details
    Browse the repository at this point in the history
  2. Merge pull request boot-clj#740 from bbatsov/nrepl-0.6

    Update nREPL to 0.6
    burn2delete authored Mar 19, 2019
    Configuration menu
    Copy the full SHA
    9d115c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    d534d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc8b56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request boot-clj#738 from sundbp/fix-for-jdk11

    Upgrade dependencies to fix test failures on JDK 11.
    burn2delete authored Mar 20, 2019
    Configuration menu
    Copy the full SHA
    5fe5ddd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. update java to 1.8

    burn2delete committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    9cd53ac View commit details
    Browse the repository at this point in the history
  2. update boot dependencies

    burn2delete committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    55e4b55 View commit details
    Browse the repository at this point in the history
  3. Update version.properties

    burn2delete committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    fb7f5c8 View commit details
    Browse the repository at this point in the history
  4. Update Makefile

    burn2delete committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    519fe7d View commit details
    Browse the repository at this point in the history
  5. remove java version check

    burn2delete committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    4d0d807 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. remove aot from projects

    burn2delete committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    dde4659 View commit details
    Browse the repository at this point in the history
  2. restore pod aot

    burn2delete committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    da634df View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Configuration menu
    Copy the full SHA
    ef97bfa View commit details
    Browse the repository at this point in the history
  2. update boot version

    burn2delete committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    5d2fbb1 View commit details
    Browse the repository at this point in the history
  3. fix formatting and tests

    burn2delete committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    0058c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Update README.md

    burn2delete authored Apr 27, 2019
    Configuration menu
    Copy the full SHA
    8ed925b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Update pod.clj

    burn2delete authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b8e057f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Update pod.clj

    burn2delete authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    afd4d3f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. add prepl-server task

    daveyarwood committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    7b9b7ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request boot-clj#747 from daveyarwood/prepl-server

    Add prepl-server task
    burn2delete authored Jun 1, 2019
    Configuration menu
    Copy the full SHA
    95d1a0e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. wip fileset

    burn2delete committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    dfc9fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d9301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9e2e1 View commit details
    Browse the repository at this point in the history