On 23 May 2023, at 18:45, Tom Powell <zif...@zifnab06.net> wrote:It's busted. I fixed it for our install, the patch is at https://zifnab.net/~zifnab/0001-3.8-updates.patch, I've also put a jar at https://zifnab.net/~zifnab/lfs.jar (but you shouldn't trust this and should build it yourself).
Thanks,TomOn Monday, May 22, 2023 at 6:59:18 AM UTC-7 szjo...@gmail.com wrote:Hello There is plans for and updated lfs plugin, it seems the one form 3.7 and from master is not compatible with gerrit 3.8.0with the plugin from master (https://gerrit-ci.gerritforge.com/view/Plugins-master/job/plugin-lfs-bazel-master-master/lastSuccessfulBuild/artifact/bazel-bin/plugins/lfs/lfs.jar):```java.lang.NoClassDefFoundError: com/google/gerrit/server/ProjectUtil
at com.googlesource.gerrit.plugins.lfs.LfsApiServlet.getLargeFileRepository(LfsApiServlet.java:85)
at org.eclipse.jgit.lfs.server.LfsProtocolServlet.doPost(LfsProtocolServlet.java:182)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:290)
at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:280)
```with the plugin from 3.7 (https://gerrit-ci.gerritforge.com/view/Plugins-stable-3.7/job/plugin-lfs-bazel-master-stable-3.7/):```
java.lang.NoClassDefFoundError: com/google/gerrit/server/ProjectUtil
at com.googlesource.gerrit.plugins.lfs.LfsApiServlet.getLargeFileRepository(LfsApiServlet.java:85)
at org.eclipse.jgit.lfs.server.LfsProtocolServlet.doPost(LfsProtocolServlet.java:182)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:290)
at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:280)
```
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/279b874a-12db-4828-af8e-dbc4d2c01543n%40googlegroups.com.
On 23 May 2023, at 18:45, Tom Powell <zif...@zifnab06.net> wrote:It's busted. I fixed it for our install, the patch is at https://zifnab.net/~zifnab/0001-3.8-updates.patch, I've also put a jar at https://zifnab.net/~zifnab/lfs.jar (but you shouldn't trust this and should build it yourself).Thanks, Tom.Why don’t you become a contributor to the LFS plugin? See the contributors’ guide at:
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/2bbaa9fb-9baa-4075-81ef-c5ef348e4afen%40googlegroups.com.
On Wednesday, May 24, 2023 at 9:41:46 AM UTC+2 Luca Milanesio wrote:On 23 May 2023, at 18:45, Tom Powell <zif...@zifnab06.net> wrote:It's busted. I fixed it for our install, the patch is at https://zifnab.net/~zifnab/0001-3.8-updates.patch, I've also put a jar at https://zifnab.net/~zifnab/lfs.jar (but you shouldn't trust this and should build it yourself).Thanks, Tom.Why don’t you become a contributor to the LFS plugin? See the contributors’ guide at:We're facing that same issue. I'm preparing a patch that I'll push for review