iplass-ee-aws モジュール削除 (ドキュメント) - #75
Merged
Merged
Conversation
xsekiguchi
commented
Jun 16, 2026
Contributor
- DEVELOPER GUIDE > データ管理 > 全文検索から非推奨のOpenSearch設定を削除
- DEVELOPER GUIDE > 開発・運用サポートから、Micrometer のメトリクスのうち aws2 利用時というコメントを削除
- ENVIRONMENT のLobStoreServiceの設定に記載したAWS SDK for Java 1.x のコメントを削除
- FulltextSearchService から非推奨の OpenSearchFulltextSearchService の記載を削除
- LobStoreService から非推奨の S3LobStore, MetricsS3LobStore の記載を削除
- MailService から非推奨のAWSMailServiceの記載を削除
- 非推奨のAWSSettingの記載を削除
- MicrometerService から非推奨のCloudWatchMeterRegistryFactory, AWSHttpSender の記載を削除
- WebFrontendService から非推奨のAmznTraceIdMdcValueResolver を削除
- aws-service-config.xml の説明を削除
- 非推奨のSecretsManagerPropertyValueCoder、SecretsManagerPassphraseSupplier の記載を削除
- DEVELOPER GUIDE > データ管理 > 全文検索から非推奨のOpenSearch設定を削除 - DEVELOPER GUIDE > 開発・運用サポートから、Micrometer のメトリクスのうち aws2 利用時というコメントを削除 - ENVIRONMENT のLobStoreServiceの設定に記載したAWS SDK for Java 1.x のコメントを削除 - FulltextSearchService から非推奨の OpenSearchFulltextSearchService の記載を削除 - LobStoreService から非推奨の S3LobStore, MetricsS3LobStore の記載を削除 - MailService から非推奨のAWSMailServiceの記載を削除 - 非推奨のAWSSettingの記載を削除 - MicrometerService から非推奨のCloudWatchMeterRegistryFactory, AWSHttpSender の記載を削除 - WebFrontendService から非推奨のAmznTraceIdMdcValueResolver を削除 - aws-service-config.xml の説明を削除 - 非推奨のSecretsManagerPropertyValueCoder、SecretsManagerPassphraseSupplier の記載を削除
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the iPLAss documentation to remove (or de-emphasize) deprecated AWS SDK for Java 1.x / iplass-ee-aws-based configuration and service descriptions, consolidating guidance around AWS SDK for Java 2.x (iplass-ee-aws2) and the newer OpenSearch module split-out.
Changes:
- Removed deprecated
iplass-ee-awsconfiguration/service sections (AWSSetting, SES MailService, S3 LobStore, Micrometer CloudWatch/OpenSearch sender, MDC resolver, SecretsManager coders/suppliers). - Updated service lists/detail includes to drop the deprecated AWSSetting pages.
- Cleaned up related examples/notes and minor formatting/whitespace in affected AsciiDoc pages.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| serviceconfig/src/docs/asciidoc/web/webfrontendservice_ja.adoc | Removes deprecated AmznTraceId MDC resolver docs (AWS SDK v1) and keeps aws2 variant. |
| serviceconfig/src/docs/asciidoc/web/webfrontendservice_en.adoc | Removes deprecated AmznTraceId MDC resolver docs (AWS SDK v1) and keeps aws2 variant. |
| serviceconfig/src/docs/asciidoc/servicelist_ja.adoc | Drops deprecated AWSSetting entry from the service list. |
| serviceconfig/src/docs/asciidoc/servicelist_en.adoc | Drops deprecated AWSSetting entry from the service list. |
| serviceconfig/src/docs/asciidoc/servicedetail_ja.adoc | Removes include for deprecated AWSSetting detail page. |
| serviceconfig/src/docs/asciidoc/servicedetail_en.adoc | Removes include for deprecated AWSSetting detail page. |
| serviceconfig/src/docs/asciidoc/servicedefine_ja.adoc | Removes deprecated aws-service-config + SecretsManager v1 references; keeps aws2 alternatives. |
| serviceconfig/src/docs/asciidoc/servicedefine_en.adoc | Removes deprecated aws-service-config + SecretsManager v1 references; keeps aws2 alternatives. |
| serviceconfig/src/docs/asciidoc/other/micrometerservice_ja.adoc | Removes deprecated Micrometer AWS SDK v1 pieces; keeps aws2 factories/senders. |
| serviceconfig/src/docs/asciidoc/other/micrometerservice_en.adoc | Removes deprecated Micrometer AWS SDK v1 pieces; keeps aws2 factories/senders. |
| serviceconfig/src/docs/asciidoc/other/awssetting_ja.adoc | Deletes deprecated AWSSetting (AWS SDK v1) documentation page. |
| serviceconfig/src/docs/asciidoc/other/awssetting_en.adoc | Deletes deprecated AWSSetting (AWS SDK v1) documentation page. |
| serviceconfig/src/docs/asciidoc/core/mailservice_ja.adoc | Removes deprecated AWSMailService (SES via AWS SDK v1) docs; keeps aws2 SES docs. |
| serviceconfig/src/docs/asciidoc/core/mailservice_en.adoc | Removes deprecated AWSMailService (SES via AWS SDK v1) docs; keeps aws2 SES docs. |
| serviceconfig/src/docs/asciidoc/core/lobstoreservice_ja.adoc | Removes deprecated S3LobStore/MetricsS3LobStore (AWS SDK v1) docs; keeps aws2 S3LobStore docs. |
| serviceconfig/src/docs/asciidoc/core/lobstoreservice_en.adoc | Removes deprecated S3LobStore/MetricsS3LobStore (AWS SDK v1) docs; keeps aws2 S3LobStore docs. |
| serviceconfig/src/docs/asciidoc/core/fulltextsearchservice_ja.adoc | Removes deprecated OpenSearchFulltextSearchService (aws module) docs; keeps opensearch module guidance. |
| serviceconfig/src/docs/asciidoc/core/fulltextsearchservice_en.adoc | Removes deprecated OpenSearchFulltextSearchService (aws module) docs; keeps opensearch module guidance. |
| environment/src/docs/asciidoc/index_ja.adoc | Removes AWS SDK v1 deprecation caution block tied to S3 LobStore migration. |
| environment/src/docs/asciidoc/index_en.adoc | Removes AWS SDK v1 deprecation caution block tied to S3 LobStore migration. |
| developerguide/src/docs/asciidoc/support/micrometer.adoc | Removes aws2-only note from S3 metric field description. |
| developerguide/src/docs/asciidoc/datamanagement/entity_fulltextsearch.adoc | Removes deprecated OpenSearch config section; retains current OpenSearch guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
HiguchiKiyoshi
approved these changes
Jun 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.