ring

Eugen 2022-09-08T09:07:56.967209Z

hi, any ideas how far away is ring2 ? is there a way to get ring-2 releases out for testing - as snapshots or alpha ?

mpenet 2022-09-08T11:48:49.869679Z

not sure, it seems somewhat stalled: https://github.com/ring-clojure/ring/issues/393

Eugen 2022-09-08T12:05:46.693269Z

thanks @mpenet. Anyone know anything about James and / or the project ?

weavejester 2022-09-09T17:59:52.158619Z

Unfortunately I haven’t had much time for Clojure open source development so far this year.

Eugen 2022-09-09T18:01:47.722569Z

hi, I hope all is good.

Eugen 2022-09-09T18:03:18.619389Z

I don't know about who is involved in the project but. Is there Someone else to take it on when you are not available?

weavejester 2022-09-09T18:05:08.709229Z

No-one has volunteered.

Eugen 2022-09-09T18:06:13.851829Z

hmm, large shoes to fit maybe (I hope I got the saying good). do they know they can step in ?

weavejester 2022-09-09T18:07:14.219839Z

It’s an open source project, and I get pull requests, so I assume so.

Eugen 2022-09-09T18:07:50.455149Z

yeah ....

weavejester 2022-09-09T18:08:18.968219Z

I’m hoping to have more time later in the year. It’s been a combination of real-world renovations and burnout that has kept me from doing more than merging and reviewing PRs.

Eugen 2022-09-09T18:08:43.105859Z

yeah, take care of yourself.

weavejester 2022-09-09T18:08:54.241249Z

Thanks 🙂 - you too.

Eugen 2022-09-09T18:09:12.711529Z

maybe it will help to let people know that they take a shot at this

Eugen 2022-09-09T18:09:57.357829Z

as people, we sometimes lean on others to do the work, esp. if they are doing a great job

weavejester 2022-09-09T18:10:04.033869Z

A shot at what? Development of 2.0?

Eugen 2022-09-09T18:10:10.521609Z

and you seem to have a great track reckord 🙂

Eugen 2022-09-09T18:10:17.270469Z

yeah, 2.0

Eugen 2022-09-09T18:11:51.289039Z

I would like to contribute jetty adapter for jetty-10 and 11 if possible

weavejester 2022-09-09T18:12:45.139849Z

Realistically, 2.0 development would require collaboration with me anyway. It would be a lot of discussions in order to nail down the final design.

weavejester 2022-09-09T18:13:39.848979Z

There’s already a project for a Ring adapter for Jetty 10. And if you want to make one for Jetty 11, that’s fine by me, too.

Eugen 2022-09-09T18:13:51.332469Z

I kind of had that impression - the spec is really well designed IMO - seems like a lot of thought went into it

Eugen 2022-09-09T18:15:28.686439Z

hmmm, I missed the jetty-10 adapter

weavejester 2022-09-09T18:15:44.719289Z

Confusingly, it’s called the Jetty 9 adapter.

Eugen 2022-09-09T18:20:43.008479Z

🙂 ok. I think I found it https://github.com/sunng87/ring-jetty9-adapter .

Eugen 2022-09-09T18:21:23.117639Z

thanks, take care and hope we see you back when you decide it's time 🙂

mpenet 2022-09-10T05:58:53.844369Z

I would gladly help move 2 fwd (I am sure I am not the only one willing). In any case it's mostly about defining a new spec, supporting it on adapters is secondary and relatively easy (I did it for jetty 11+ on a personal project). Working on a final spec for something as important as ring should probably be done by a group of people and pass a very high bar of confidence before it's considered final.

👍 2
Ben Sless 2022-09-14T09:14:31.750559Z

Cc @ikitommi

ikitommi 2022-09-18T14:43:47.899069Z

> … and burnout that has kept me from doing more than merging and reviewing PRs. sorry to hear that, take care. renovations 👍

ikitommi 2022-09-18T14:47:23.425089Z

not sure how much time I would have on work group, but definitely curious. I’m really happy with current non-namespaced ring (1) model, so not eagerly waiting for 2.0. But as it seems everyone else is excited and we have a lot of os-libs on top of ring, I’m all ears and happy to contribute if possible.

Ben Sless 2022-09-14T06:40:07.656659Z

Adding on the last point, do you think there's place to create an official ring work group?

mpenet 2022-09-14T06:52:22.090729Z

It would make sense

Eugen 2022-09-14T06:53:59.944699Z

I'm interested in this as well, willing to help out as I can