Akash-Anand0292

Results 5 issues of Akash-Anand0292

**Affects:** \ --- Below is the code : ``` final ThreadFactory threadFactory = new ThreadFactoryBuilder() .setNameFormat("XXX_THREAD") .setDaemon(true) .build(); // Intentionally 1 thread ScheduledThreadPoolExecutor scheduledExecutor = new ScheduledThreadPoolExecutor(1, threadFactory); scheduledExecutor.setContinueExistingPeriodicTasksAfterShutdownPolicy(false); scheduledExecutor.setExecuteExistingDelayedTasksAfterShutdownPolicy(false);...

status: waiting-for-triage

**Errors :** ``` com.thoughtworks.xstream.security.ForbiddenClassException: com.*.Status com.thoughtworks.xstream.security.ForbiddenClassException: com.*.Entry . . ``` I had similar problem. I want to know how do we do a proper initialization now to avoid ForbiddenClassException, because...

question

Below code : ``` private CronScheduler getCronSchedulerExecutor() { final ThreadFactory threadFactory = new ThreadFactoryBuilder() .setNameFormat("merged-config-%d") .setDaemon(true) .build(); Duration syncPeriod = Duration.ofMillis(30_000L); CronSchedulerBuilder cronSchedulerBuilder = CronScheduler.newBuilder(syncPeriod); cronSchedulerBuilder.setThreadFactory(threadFactory); cronSchedulerBuilder.setThreadName("merged-config-refresher"); return cronSchedulerBuilder.build(); }...

### Describe the bug **Stack -** stack: "AxiosError@https://localhost:3000/XXXX/js/135.chunk.js:68526:18\nsettle@https://localhost:3000/XXXX/js/135.chunk.js:69318:12\nonloadend@https://localhost:3000/XXXX/js/135.chunk.js:67816:70\n", message: "Request failed with status code 401", name: "AxiosError", code: "ERR_BAD_REQUEST", config: {…}, request: XMLHttpRequest, response: {…} **promise callback*./node_modules/react-error-overlay/lib/index.js/

My jgit checkout started to fail after moving it to ECDSA 256 key. The SSH connection was successful but checkout fails randomly. JGIT Version - org.eclipse.jgit-5.0.1.201806211838