Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Compojure and http-kit: Update dependencies and sync implemetations#1855

Merged
NateBrady23 merged 1 commit intoTechEmpower:masterfrom
k-r-g:clojure-updates
Jan 8, 2016
Merged

Compojure and http-kit: Update dependencies and sync implemetations#1855
NateBrady23 merged 1 commit intoTechEmpower:masterfrom
k-r-g:clojure-updates

Conversation

@k-r-g
Copy link
Copy Markdown
Contributor

@k-r-g k-r-g commented Jan 6, 2016

Dependencies:

  • Use Java8 instead of Java7
  • In project.clj, use current versions of dependencies

Implementation synchronization: In handler.clj, make the Compojure and
http-kit implementations as close to identical as possible. Specifically:

…ations

Dependencies:
 - Use Java8 instead of Java7
 - In project.clj, use current versions of dependencies

Implementation synchronization: In handler.clj, make the Compojure and
http-kit implementations as close to identical as possible. Specifically:
 - Fix up Compojure implementation to better follow the Clojure Style
   Guide (https://github.com/bbatsov/clojure-style-guide) as http-kit does.
 - Normalize route paths.
 - Add a "raw" jdbc implementation for http-kit.
@NateBrady23
Copy link
Copy Markdown
Member

All tests pass locally as well. Merging!

================================================================================
  Verification Summary

| Test: compojure
|       fortune     : WARN
|       plaintext   : WARN
|       db          : WARN
|       update      : WARN
|       json        : WARN
|       query       : WARN
================================================================================
================================================================================
  Verification Summary

| Test: http-kit
|       fortune     : WARN
|       plaintext   : PASS
|       db          : WARN
|       update      : WARN
|       json        : WARN
|       query       : WARN
================================================================================

@NateBrady23 NateBrady23 closed this Jan 8, 2016
@NateBrady23 NateBrady23 reopened this Jan 8, 2016
NateBrady23 added a commit that referenced this pull request Jan 8, 2016
Compojure and http-kit: Update dependencies and sync implemetations
@NateBrady23 NateBrady23 merged commit 741cd6d into TechEmpower:master Jan 8, 2016
@k-r-g k-r-g deleted the clojure-updates branch January 11, 2016 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants