[ 
https://issues.apache.org/jira/browse/TOMEE-4351?focusedWorklogId=922293&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-922293
 ]

ASF GitHub Bot logged work on TOMEE-4351:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Jun/24 06:44
            Start Date: 06/Jun/24 06:44
    Worklog Time Spent: 10m 
      Work Description: jungm commented on code in PR #1178:
URL: https://github.com/apache/tomee/pull/1178#discussion_r1628863010


##########
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>
+        <arquillian.version>1.7.0.Final</arquillian.version>

Review Comment:
   1.7.1.Final apparently 
https://github.com/apache/tomee/commit/92c924671d0cb1b1029e6b046a37b101efbc1e8a,
 my branch just didn't contain this commit yet that's why I used 1.7.0.Final
   I'll rebase/merge and update it
   





Issue Time Tracking
-------------------

    Worklog Id:     (was: 922293)
    Time Spent: 0.5h  (was: 20m)

> 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: 0.5h
>  Remaining Estimate: 0h
>
> as the title says. Mainly OIDC



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to