Helidon Repackaged Weld SE Core

Repackaged Weld SE to remove Java service for SeContainerInitializer

License

License

Categories

Categories

Helidon Container Microservices
GroupId

GroupId

io.helidon.microprofile
ArtifactId

ArtifactId

weld-se-core
Last Version

Last Version

2.0.0-M1
Release Date

Release Date

Type

Type

jar
Description

Description

Helidon Repackaged Weld SE Core
Repackaged Weld SE to remove Java service for SeContainerInitializer
Project URL

Project URL

https://helidon.io/weld-se-core
Project Organization

Project Organization

Oracle Corporation

Download weld-se-core

How to add to project

<!-- https://jarcasting.com/artifacts/io.helidon.microprofile/weld-se-core/ -->
<dependency>
    <groupId>io.helidon.microprofile</groupId>
    <artifactId>weld-se-core</artifactId>
    <version>2.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile/weld-se-core/
implementation 'io.helidon.microprofile:weld-se-core:2.0.0-M1'
// https://jarcasting.com/artifacts/io.helidon.microprofile/weld-se-core/
implementation ("io.helidon.microprofile:weld-se-core:2.0.0-M1")
'io.helidon.microprofile:weld-se-core:jar:2.0.0-M1'
<dependency org="io.helidon.microprofile" name="weld-se-core" rev="2.0.0-M1">
  <artifact name="weld-se-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile', module='weld-se-core', version='2.0.0-M1')
)
libraryDependencies += "io.helidon.microprofile" % "weld-se-core" % "2.0.0-M1"
[io.helidon.microprofile/weld-se-core "2.0.0-M1"]

Dependencies

compile (13)

Group / Artifact Type Version
org.jboss.weld.se : weld-se-core Optional jar 3.1.2.Final
org.jboss.weld.environment : weld-environment-common jar 3.1.2.Final
org.jboss.weld : weld-core-impl jar
org.jboss.weld : weld-api jar
org.jboss.weld.probe : weld-probe-core jar 3.1.2.Final
org.jboss.weld : weld-spi jar
org.jboss.spec.javax.annotation : jboss-annotations-api_1.3_spec jar 1.0.0.Final
org.jboss.spec.javax.el : jboss-el-api_3.0_spec jar 1.0.0.Final
org.jboss.spec.javax.interceptor : jboss-interceptors-api_1.2_spec jar 1.0.0.Final
org.jboss.logging : jboss-logging jar 3.2.1.Final
javax.enterprise : cdi-api jar 2.0
javax.inject : javax.inject jar 1
org.jboss.classfilewriter : jboss-classfilewriter jar 1.2.4.Final

Project Modules

There are no modules declared in this project.

latest version latest version follow on Twitter

Helidon: Java Libraries for Microservices

Project Helidon is a set of Java Libraries for writing microservices. Helidon supports two programming models:

  • Helidon MP: MicroProfile 3.2
  • Helidon SE: a small, functional style API

In either case your application is just a Java SE program.

License

Helidon is available under Apache License 2.0.

Documentation

Latest documentation and javadocs are available at https://helidon.io/docs/latest.

Get Started

See Getting Started at https://helidon.io.

Downloads / Accessing Binaries

There are no Helidon downloads. Just use our Maven releases (GroupID io.helidon). See Getting Started at https://helidon.io.

Helidon CLI

MacOS:

curl -O https://helidon.io/cli/latest/darwin/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

Linux:

curl -O https://helidon.io/cli/latest/linux/helidon
chmod +x ./helidon
sudo mv ./helidon /usr/local/bin/

See this document for more info.

Build

You need JDK 11+ to build Helidon.

You also need Maven. We recommend 3.5 or newer.

Building the documentation requires the dot utility from Graphviz. This is included in many Linux distributions. For other platforms see https://www.graphviz.org/.

Full build

$ mvn install

Checkstyle

# Cd to the component you want to check
$ mvn validate  -Pcheckstyle

Copyright

# Cd to the component you want to check
$ mvn validate  -Pcopyright

Spotbugs

# Cd to the component you want to check
$ mvn verify  -Pspotbugs

Build Scripts

Build scripts are located in etc/scripts. These are primarily used by our pipeline, but a couple are handy to use on your desktop to verify your changes.

  • copyright.sh: Run a full copyright check
  • checkstyle.sh: Run a full style check

Get Help

Get Involved

Stay Informed

io.helidon.microprofile

Oracle

Open Source at Oracle

Versions

Version
2.0.0-M1