Skip to content

Commit 05f5cd0

Browse files
committed
Fix Pivotal for Broadcom
1 parent c9773cd commit 05f5cd0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ configure(javaProjects) { subproject ->
390390
'Created-By': "JDK ${System.properties['java.version']} (${System.properties['java.specification.vendor']})",
391391
'Implementation-Title': subproject.name,
392392
'Implementation-Vendor-Id': subproject.group,
393-
'Implementation-Vendor': 'Pivotal Software, Inc.',
393+
'Implementation-Vendor': 'Broadcom Inc.',
394394
'Implementation-URL': linkHomepage,
395395
'Automatic-Module-Name': subproject.name.replace('-', '.') // for Jigsaw
396396
)

spring-integration-ip/src/test/java/org/springframework/integration/ip/tcp/connection/SocketSupportTests.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ public void postProcessServerSocket(ServerSocket serverSocket) {
233233
What is the name of your organizational unit?
234234
[Unknown]: Spring
235235
What is the name of your organization?
236-
[Unknown]: Pivotal Software Inc.
236+
[Unknown]: Broadcom Inc.
237237
What is the name of your City or Locality?
238238
[Unknown]: San Francisco
239239
What is the name of your State or Province?
240240
[Unknown]: CA
241241
What is the two-letter country code for this unit?
242242
[Unknown]: US
243-
Is CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US correct?
243+
Is CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US correct?
244244
[no]: yes
245245
246246
Enter key password for <sitestcertkey>
@@ -259,8 +259,8 @@ public void postProcessServerSocket(ServerSocket serverSocket) {
259259
Entry type: PrivateKeyEntry
260260
Certificate chain length: 1
261261
Certificate[1]:
262-
Owner: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
263-
Issuer: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
262+
Owner: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
263+
Issuer: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
264264
Serial number: 3f2ab6ef
265265
Valid from: Wed Aug 29 14:58:27 EDT 2018 until: Fri Aug 05 14:58:27 EDT 2118
266266
Certificate fingerprints:
@@ -300,8 +300,8 @@ public void postProcessServerSocket(ServerSocket serverSocket) {
300300
.truststore.ks
301301
Enter keystore password: secret
302302
Re-enter new password: secret
303-
Owner: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
304-
Issuer: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
303+
Owner: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
304+
Issuer: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
305305
Serial number: 3f2ab6ef
306306
Valid from: Wed Aug 29 14:58:27 EDT 2018 until: Fri Aug 05 14:58:27 EDT 2118
307307
Certificate fingerprints:
@@ -342,8 +342,8 @@ public void postProcessServerSocket(ServerSocket serverSocket) {
342342
Creation date: Aug 29, 2018
343343
Entry type: trustedCertEntry
344344
345-
Owner: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
346-
Issuer: CN=Spring Integration, OU=Spring, O=Pivotal Software Inc., L=San Francisco, ST=CA, C=US
345+
Owner: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
346+
Issuer: CN=Spring Integration, OU=Spring, O=Broadcom Inc., L=San Francisco, ST=CA, C=US
347347
Serial number: 3f2ab6ef
348348
Valid from: Wed Aug 29 14:58:27 EDT 2018 until: Fri Aug 05 14:58:27 EDT 2118
349349
Certificate fingerprints:

src/dist/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Spring Integration Framework ${version}
2-
Copyright (c) 2009-${copyright} Pivotal, Inc.
2+
Copyright (c) 2009-${copyright} Broadcom, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0
55
(the "License"). You may not use this product except in compliance with

0 commit comments

Comments
 (0)