-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #159 from OpenLiberty/staging
Merge staging to prod: Update to MP61 and JEE10
- Loading branch information
Showing
85 changed files
with
1,762 additions
and
1,084 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: maven | ||
directory: "/finish" | ||
schedule: | ||
interval: monthly | ||
open-pull-requests-limit: 50 | ||
- package-ecosystem: maven | ||
directory: "/start" | ||
schedule: | ||
interval: monthly | ||
open-pull-requests-limit: 50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 7 additions & 8 deletions
15
finish/inventory/src/main/java/io/openliberty/guides/inventory/InventoryApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
// tag::copyright[] | ||
/******************************************************************************* | ||
* Copyright (c) 2020 IBM Corporation and others. | ||
* Copyright (c) 2020, 2024 IBM Corporation and others. | ||
* All rights reserved. This program and the accompanying materials | ||
* are made available under the terms of the Eclipse Public License v1.0 | ||
* are made available under the terms of the Eclipse Public License 2.0 | ||
* which accompanies this distribution, and is available at | ||
* http://www.eclipse.org/legal/epl-v10.html | ||
* http://www.eclipse.org/legal/epl-2.0/ | ||
* | ||
* Contributors: | ||
* IBM Corporation - Initial implementation | ||
* SPDX-License-Identifier: EPL-2.0 | ||
*******************************************************************************/ | ||
// end::copyright[] | ||
package io.openliberty.guides.inventory; | ||
|
||
import javax.ws.rs.core.Application; | ||
import javax.ws.rs.ApplicationPath; | ||
import jakarta.ws.rs.core.Application; | ||
import jakarta.ws.rs.ApplicationPath; | ||
|
||
@ApplicationPath("/") | ||
public class InventoryApplication extends Application { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.