Skip to content

Instantly share code, notes, and snippets.

View kdvolder's full-sized avatar

Kris De Volder kdvolder

  • SpringSource a Division of VMWare
  • Vancouver, BC, Canada
View GitHub Profile
#@ load("@ytt:data", "data")
#@ load("@ytt:yaml", "yaml")
#@ load("@ytt:struct", "struct")
#!@ load("_profiles.star", "profiles")
#!@ if profiles.is_any_enabled([profiles.full, profiles.light, profiles.view]):
#!@ if profiles.is_pkg_enabled("backend.appliveview.tanzu.vmware.com"):
#@ def collect_values(data_values):
#@ values = {
This file has been truncated, but you can view the full file.
[main] INFO org.springframework.ide.vscode.commons.util.Log - Creating ManifestYmlSchema
[Reconciler-1] ERROR org.springframework.ide.vscode.commons.util.Log - Error
org.cloudfoundry.uaa.UaaException: invalid_token: Invalid refresh token (expired): eyJhbGciOiJSUzI1NiIsImtpZCI6InNoYTItMjAxNy0wMS0yMC1rZXkiLCJ0eXAiOiJKV1QifQ.eyJqdGkiOiI0NjkwMzExNDBmNjc0ZjhiOWFhYWZkZjlhMzFiYjIxNy1yIiwic3ViIjoiNzY0NzQ4YzgtY2U3ZS00OTA1LWI1NzMtYjAyNDU3OGM4Y2U5Iiwic2NvcGUiOlsib3BlbmlkIiwidWFhLnVzZXIiLCJjbG91ZF9jb250cm9sbGVyLnJlYWQiLCJwYXNzd29yZC53cml0ZSIsImNsb3VkX2NvbnRyb2xsZXIud3JpdGUiXSwiaWF0IjoxNDkwODA4MTkyLCJleHAiOjE0OTE0MTI5OTIsImNpZCI6ImNmIiwiY2xpZW50X2lkIjoiY2YiLCJpc3MiOiJodHRwczovL3VhYS5ydW4ucGl2b3RhbC5pby9vYXV0aC90b2tlbiIsInppZCI6InVhYSIsImdyYW50X3R5cGUiOiJwYXNzd29yZCIsInVzZXJfbmFtZSI6ImtkZXZvbGRlckBnb3Bpdm90YWwuY29tIiwib3JpZ2luIjoidWFhIiwidXNlcl9pZCI6Ijc2NDc0OGM4LWNlN2UtNDkwNS1iNTczLWIwMjQ1NzhjOGNlOSIsInJldl9zaWciOiI0ZDYwZDI2MCIsImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIiwicGFzc3dvcmQiLCJjZiIsInVhYSIsIm9wZW5pZCJdfQ.iH8TXuQgdYsCP1Ls-
@kdvolder
kdvolder / CacheExample.java
Created September 1, 2016 23:40
Use reactor magic to cache results before they are computed
package com.github.kdvolder.cfv2sample;
import java.util.HashMap;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.function.Function;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import reactor.core.scheduler.Schedulers;
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo dpkg --add-architecture armhf
sudo apt-get update
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.2.3.RELEASE)
2015-05-12 11:22:42.781 INFO 14687 --- [ main] f.d.SpringBootIntegrationDemoApplication : Starting SpringBootIntegrationDemoApplication on lebun with PID 14687 (/tmp/spring-boot-integration-test/target/classes started by kdvolder in /tmp/spring-boot-integration-test)
@kdvolder
kdvolder / gist:6625725
Created September 19, 2013 16:07
Sample manifest.mf
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 1.5.0_07 (Sun Microsystems Inc.)
Built-By: Niall Pemberton
Build-Jdk: 1.5.0_07
Implementation-Title: Commons Collections
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 3.2.1
Specification-Title: Commons Collections