uklance / tapestry-atmosphere

Asynchronous WebSocket/Comet Support in Tapestry
Other
22 stars 8 forks source link

update tapestry-offline dependency #30

Open Tr1aL opened 7 years ago

Tr1aL commented 7 years ago

Hi. Can you update tapestry-offline dependency to latest version?

uklance commented 7 years ago

Hi, which feature are you wanting to see from the tapestry-offline version change?

Tr1aL commented 7 years ago

You removed the DefauteOfflineRegestContext from the latest version of tapestry-offline and if I do this update then the tapestry-atmosphere don't compile

uklance commented 7 years ago

The current trunk of tapestry-atmosphere compiles against tapestry-offline version 0.0.2 which is here

You can reference artifacts using

<repositories> 
   <repository> 
      <id>uklance-releases</id>
      <url>https://raw.github.com/uklance/releases/master</url>
   </repository> 
</repositories>
Tr1aL commented 7 years ago

Thanks, I saw this in the examples, but I want to have full control over the code, since I will probably modify it, because I use the source. So you do not want to update the dependencies to the latter?

uklance commented 7 years ago

I haven't yet released tapestry-offline 0.0.3 which is an api change from 0.0.2 because the HttpServletRequest / Response are now spoofed. It's on my radar to release 0.0.3 and upgrade tapestry-atmosphere and tapestry-cometd to use the new version. I'll try and get some time to do this. What are you thinking of changing?