File tree Expand file tree Collapse file tree 11 files changed +28
-24
lines changed Expand file tree Collapse file tree 11 files changed +28
-24
lines changed Original file line number Diff line number Diff line change 1+ ## 1.15.0-RC1 (2025-09-04)  
2+ 
3+ *  Fixed Jetty respond/raise callbacks from throwing exceptions (#535  )
4+ 
15## 1.15.0-beta2 (2025-08-30)  
26
37*  Added ` :acceptor-threads `  and ` :selector-threads `  to Jetty (#534  )
Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ more in-depth documentation on how to use Ring.
3939To include one of the above libraries, for instance ` ring-core ` , add
4040the following dependency to your ` deps.edn `  file:
4141
42-     ring/ring-core {:mvn/version "1.14.2 "} 
42+     ring/ring-core {:mvn/version "1.15.0-RC1 "} 
4343
4444Or to your Leiningen project file:
4545
46-     [ring/ring-core "1.14.2 "] 
46+     [ring/ring-core "1.15.0-RC1 "] 
4747
4848## Documentation  
4949
Original file line number Diff line number Diff line change 1- (defproject  ring  " 1.15.0-beta2 " 
1+ (defproject  ring  " 1.15.0-RC1 " 
22  :description  " A Clojure web applications library." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :license  {:name  " The MIT License" 
55            :url  " http://opensource.org/licenses/MIT"  }
6-   :dependencies  [[ring/ring-core " 1.15.0-beta2 "  ]
7-                  [ring/ring-devel " 1.15.0-beta2 "  ]
8-                  [ring/ring-jetty-adapter " 1.15.0-beta2 "  ]
9-                  [org.ring-clojure/ring-jakarta-servlet " 1.15.0-beta2 "  ]]
6+   :dependencies  [[ring/ring-core " 1.15.0-RC1 "  ]
7+                  [ring/ring-devel " 1.15.0-RC1 "  ]
8+                  [ring/ring-jetty-adapter " 1.15.0-RC1 "  ]
9+                  [org.ring-clojure/ring-jakarta-servlet " 1.15.0-RC1 "  ]]
1010  :plugins  [[lein-sub " 0.3.0"  ]
1111            [lein-codox " 0.10.8"  ]]
1212  :sub  [" ring-core" 
Original file line number Diff line number Diff line change 1- (defproject  ring /ring-bench  " 1.15.0-beta2 " 
1+ (defproject  ring /ring-bench  " 1.15.0-RC1 " 
22  :description  " Ring core libraries." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies  [[org.clojure/clojure " 1.9.0"  ]
88                 [jmh-clojure " 0.4.0"  ]
9-                  [ring/ring-jetty-adapter " 1.15.0-beta2 "  ]
10-                  [ring/ring-servlet " 1.15.0-beta2 "  ]]
9+                  [ring/ring-jetty-adapter " 1.15.0-RC1 "  ]
10+                  [ring/ring-servlet " 1.15.0-RC1 "  ]]
1111  :jvm-opts  {}
1212  :main  ring.bench.servlet )
Original file line number Diff line number Diff line change 1- (defproject  org.ring-clojure /ring-core-protocols  " 1.15.0-beta2 " 
1+ (defproject  org.ring-clojure /ring-core-protocols  " 1.15.0-RC1 " 
22  :description  " Ring core protocols." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
Original file line number Diff line number Diff line change 1- (defproject  ring /ring-core  " 1.15.0-beta2 " 
1+ (defproject  ring /ring-core  " 1.15.0-RC1 " 
22  :description  " Ring core libraries." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies  [[org.clojure/clojure " 1.9.0"  ]
8-                  [org.ring-clojure/ring-core-protocols " 1.15.0-beta2 "  ]
9-                  [org.ring-clojure/ring-websocket-protocols " 1.15.0-beta2 "  ]
8+                  [org.ring-clojure/ring-core-protocols " 1.15.0-RC1 "  ]
9+                  [org.ring-clojure/ring-websocket-protocols " 1.15.0-RC1 "  ]
1010                 [ring/ring-codec " 1.3.0"  ]
1111                 [commons-io " 2.20.0"  ]
1212                 [org.apache.commons/commons-fileupload2-core " 2.0.0-M4"  ]
Original file line number Diff line number Diff line change 1- (defproject  ring /ring-devel  " 1.15.0-beta2 " 
1+ (defproject  ring /ring-devel  " 1.15.0-RC1 " 
22  :description  " Ring development and debugging libraries." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies  [[org.clojure/clojure " 1.9.0"  ]
8-                  [ring/ring-core " 1.15.0-beta2 "  ]
8+                  [ring/ring-core " 1.15.0-RC1 "  ]
99                 [hiccup " 2.0.0"  ]
1010                 [clj-stacktrace " 0.2.8"  ]
1111                 [ns-tracker " 1.0.0"  ]]
Original file line number Diff line number Diff line change 1- (defproject  org.ring-clojure /ring-jakarta-servlet  " 1.15.0-beta2 " 
1+ (defproject  org.ring-clojure /ring-jakarta-servlet  " 1.15.0-RC1 " 
22  :description  " Ring Jakarta servlet utilities." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies  [[org.clojure/clojure " 1.9.0"  ]
8-                  [ring/ring-core " 1.15.0-beta2 "  ]]
8+                  [ring/ring-core " 1.15.0-RC1 "  ]]
99  :aliases  {" test-all"   [" with-profile"   " default:+1.10:+1.11:+1.12"   " test"  ]}
1010  :profiles 
1111  {:provided  {:dependencies  [[jakarta.servlet/jakarta.servlet-api " 5.0.0"  ]]}
Original file line number Diff line number Diff line change 1- (defproject  ring /ring-jetty-adapter  " 1.15.0-beta2 " 
1+ (defproject  ring /ring-jetty-adapter  " 1.15.0-RC1 " 
22  :description  " Ring Jetty adapter." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies 
88  [[org.clojure/clojure " 1.9.0"  ]
9-    [ring/ring-core " 1.15.0-beta2 "  ]
10-    [org.ring-clojure/ring-jakarta-servlet " 1.15.0-beta2 "  ]
9+    [ring/ring-core " 1.15.0-RC1 "  ]
10+    [org.ring-clojure/ring-jakarta-servlet " 1.15.0-RC1 "  ]
1111   [org.eclipse.jetty/jetty-server " 12.1.0"  ]
1212   [org.eclipse.jetty/jetty-unixdomain-server " 12.1.0"  ]
1313   [org.eclipse.jetty.ee9/jetty-ee9-servlet " 12.1.0"  ]
Original file line number Diff line number Diff line change 1- (defproject  ring /ring-servlet  " 1.15.0-beta2 " 
1+ (defproject  ring /ring-servlet  " 1.15.0-RC1 " 
22  :description  " Ring servlet utilities." 
33  :url  " https://github.com/ring-clojure/ring" 
44  :scm  {:dir  " .."  }
55  :license  {:name  " The MIT License" 
66            :url  " http://opensource.org/licenses/MIT"  }
77  :dependencies  [[org.clojure/clojure " 1.9.0"  ]
8-                  [ring/ring-core " 1.15.0-beta2 "  ]]
8+                  [ring/ring-core " 1.15.0-RC1 "  ]]
99  :aliases  {" test-all"   [" with-profile"   " default:+1.10:+1.11:+1.12"   " test"  ]}
1010  :profiles 
1111  {:provided  {:dependencies  [[javax.servlet/javax.servlet-api " 3.1.0"  ]]}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments