DEV5432

DEV5432: Writing Kubernetes Controllers with Java SE and CDI 2.0

License

License

GroupId

GroupId

io.github.ljnelson
ArtifactId

ArtifactId

dev5432
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

DEV5432
DEV5432: Writing Kubernetes Controllers with Java SE and CDI 2.0
Project URL

Project URL

https://github.com/ljnelson/dev5432
Project Organization

Project Organization

Laird Nelson
Source Code Management

Source Code Management

https://github.com/ljnelson/dev5432/

Download dev5432

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/ -->
<dependency>
    <groupId>io.github.ljnelson</groupId>
    <artifactId>dev5432</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/
implementation 'io.github.ljnelson:dev5432:0.0.4'
// https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/
implementation ("io.github.ljnelson:dev5432:0.0.4")
'io.github.ljnelson:dev5432:jar:0.0.4'
<dependency org="io.github.ljnelson" name="dev5432" rev="0.0.4">
  <artifact name="dev5432" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ljnelson', module='dev5432', version='0.0.4')
)
libraryDependencies += "io.github.ljnelson" % "dev5432" % "0.0.4"
[io.github.ljnelson/dev5432 "0.0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
io.fabric8 : kubernetes-client jar 4.0.5
org.microbean : microbean-kubernetes-controller-cdi jar 0.2.2
javax.enterprise : cdi-api Optional jar 2.0

runtime (8)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 Optional jar 1.7.25
org.jboss : jandex Optional jar 2.0.5.Final
org.jboss.weld.se : weld-se-core Optional jar
org.microbean : microbean-configuration-cdi jar 0.4.2
org.microbean : microbean-configuration Optional jar 0.4.2
org.microbean : microbean-kubernetes-client-cdi Optional jar 0.3.3
org.microbean : microbean-main Optional jar 6
org.glassfish : javax.el Optional jar 3.0.1-b09

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

DEV 5432: Writing Kubernetes Controllers with Java SE and CDI 2.0

This project contains example code used during my presentation at Oracle CodeOne 2018. It demonstrates how to use a few simple CDI 2.0 features to write a standalone Java SE application that functions as a simple Kubernetes controller.

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1