Skip to content

Instantly share code, notes, and snippets.

View aureamunoz's full-sized avatar

Aurea Muñoz Hernández aureamunoz

View GitHub Profile
verbose stack Error: [email protected] install: `node-gyp rebuild`
1086 verbose stack Exit status 1
1086 verbose stack at EventEmitter.<anonymous> (/home/amunozhe/.nvm/versions/node/v8.16.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:301:16)
1086 verbose stack at emitTwo (events.js:126:13)
1086 verbose stack at EventEmitter.emit (events.js:214:7)
1086 verbose stack at ChildProcess.<anonymous> (/home/amunozhe/.nvm/versions/node/v8.16.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
1086 verbose stack at emitTwo (events.js:126:13)
1086 verbose stack at ChildProcess.emit (events.js:214:7)
1086 verbose stack at maybeClose (internal/child_process.js:915:16)
1086 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
@aureamunoz
aureamunoz / gist:57ee843cb9f918e9e46ecb49d9eee528
Created August 14, 2019 14:33
0.7.6 dekorate release notes

⭐ New Features

  • Make git remote configurable #274
  • Add imagePullSecrets to Deployment YAML part #279

🪲 Bug fixes

  • deploymentMode not overrided by conf #272
  • component name not overrided by conf #276
  • spring-boot application.properties not read by the annotation processor #277
  • buildConfig not generated by default #292

Scenario steps

  1. Log on to the cluster using the oc client
oc login https://api.cluster-b1c8.b1c8.sandbox941.opentlc.com:6443 -u user1 -p r3dh4t1!  
  1. Create a new namespace
Property Type Description Default Value
volumeName String
diskName String
diskURI String
kind String Managed
cachingMode String ReadWrite
fsType String ext4
readOnly boolean false
Property Type Description Default Value
1- Cuando creo un cp a partir de un proyecto existente
hal component create fruit-backend-sb
? Runtime spring-boot
? Version 2.1.6.RELEASE
? Expose microservice Yes
? Port 8080
? Use code generator No
❯ Selected local component directory: fruit-backend-sb
? Env variable in the 'name=value' format, simply press enter when finished
❯ Selected Name: fruit-backend-sb
@aureamunoz
aureamunoz / dekorate-java11-error.md
Created October 24, 2019 10:18
java 11 error on dekorate
amunozhe   jib-feature  ~  git  dekorate  1  java -version
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.4+11)
Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.15.1, JRE 11 Linux amd64-64-Bit Compressed References 20190717_286 (JIT enabled, AOT enabled)
OpenJ9   - 0f66c6431
OMR      - ec782f26
JCL      - fa49279450 based on jdk-11.0.4+11)

Spring Projects Productization & Release Process

Authors: Christophe Laprun, Charles Moulliard & Georgios Andrianakis

Reviewed: March, 13 - 2019

Links: Doc describing the whole release process

Table of contents

@aureamunoz
aureamunoz / MLG-howto.md
Last active September 10, 2024 12:26 — forked from nandosola/MLG-howto.md
Málaga tips (from a local)

Moverse

A y desde el Centro

Alameda Principal y Plaza de la Merced son los puntos más céntricos accesibles por tte. público.

Metro

La Térmica está cerca de la estación de La Luz-La Paz. Para ir al centro, bájate en El Perchel (aka RENFE-María Zambrano) y camina hasta el centro (unos 20 min) o bien pilla el C2 o el 1 en la c/ Salitre y bájate en la parada de Pza. de La Merced.

Spring JPA on Quarkus

TODO : Define what is the goal of this demo

Table of contents

How to play locally