A Git platform powered by Scala with easy installation, high extensibility & github API compatibility
xuwei-k on master
Update jetty-continuation, jett… (compare)
xuwei-k on master
Update github-api to 1.123 (compare)
xuwei-k on master
Update oauth2-oidc-sdk to 9.2.1 (compare)
xuwei-k on master
ignore jetty 11.x and 10.x upda… (compare)
GITBUCKET_HOME
or a system property gitbucket.home
as described in this doc: https://github.com/gitbucket/gitbucket/wiki/Basic-configurations
9-Jan-2020 20:31:30.447 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [gitbucket] appears to have started a thread named [job-akka.actor.default-dispatcher-6] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
akka.dispatch.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
29-Jan-2020 20:31:30.453 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [gitbucket] appears to have started a thread named [Thread-7] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.nio.ch.EPoll.epollWait(Native Method)
sun.nio.ch.EPollPort$EventHandlerTask.poll(EPollPort.java:194)
sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:268)
java.lang.Thread.run(Thread.java:748)
29-Jan-2020 20:31:30.454 WARNING [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [gitbucket] appears to have started a thread named [sshd-SshServer[1d708706]-timer-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
29-Jan-2020 20:31:30.454 SEVERE [http-nio-8080-exec-1] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [gitbucket] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5e1d2731]) and a value of type [akka.dispatch.forkjoin.ForkJoinPool.Submitter] (value [akka.dispatch.forkjoin.ForkJoinPool$Submitter@3138c86a]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
maxPostSize
limiting post to 2MB by default