[
https://issues.apache.org/jira/browse/TOMEE-4351?focusedWorklogId=922295&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-922295
]
ASF GitHub Bot logged work on TOMEE-4351:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/24 06:46
Start Date: 06/Jun/24 06:46
Worklog Time Spent: 10m
Work Description: jungm commented on code in PR #1178:
URL: https://github.com/apache/tomee/pull/1178#discussion_r1628865306
##########
examples/security-openid/pom.xml:
##########
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.superbiz</groupId>
+ <artifactId>security-openid</artifactId>
+ <version>10.0.0-M2-SNAPSHOT</version>
+ <packaging>war</packaging>
+
+ <name>TomEE :: Examples :: Jakarta Security OpenID Connect</name>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <version.tomee>10.0.0-M2-SNAPSHOT</version.tomee>
+ <version.microprofile.config>3.0.2</version.microprofile.config>
+ <junit.jupiter.version>5.8.2</junit.jupiter.version>
Review Comment:
No reason as to why i chose this other than all the other examples being on
5.8.2 as well (even on main)
Issue Time Tracking
-------------------
Worklog Id: (was: 922295)
Time Spent: 50m (was: 40m)
> Jakarta Security 3.0
> --------------------
>
> Key: TOMEE-4351
> URL: https://issues.apache.org/jira/browse/TOMEE-4351
> Project: TomEE
> Issue Type: New Feature
> Reporter: Richard Zowalla
> Assignee: Markus Jung
> Priority: Major
> Fix For: 10.0.0-M2
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> as the title says. Mainly OIDC
--
This message was sent by Atlassian Jira
(v8.20.10#820010)